From eb2c921879d335db64225106eb3c75f653c2e00f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 12 Jan 2010 11:38:33 -0500 Subject: [PATCH] Added LaTeX temp files to .gitignore, + minor cleanups * removed textcase.sty from Makefile USEFUL_PACKAGES I'd tried it out on the hyperref/uppercase problem, but it didn't help, so we don't use it anymore. * add \foorloop usage information to blabla. * alphebetized draftmark's dependency listing. --- .gitignore | 13 +++++++++++++ Makefile | 2 +- drexel-thesis.dtx | 13 ++++++++++--- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 24363bd..eabf5c3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,16 @@ *.bib *.pdf *.tar.gz + +# LaTeX temp files +*.aux +*.bbl +*.blg +*.glo +*.gls +*.ilg +*.lof +*.log +*.lot +*.out +*.toc diff --git a/Makefile b/Makefile index 449d416..491775a 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ EXAMPLE_FILES = template.tex example.tex example-draft.tex drexel-logo.pdf \ example-1.tex example-a.tex example-ref.bib blabla.sty \ example.pdf example-draft.pdf USEFUL_PACKAGES = draftmark.sty etextools.sty etoolbox.sty forloop.sty \ - lastpage.sty ltxnew.sty pagerange.sty textcase.sty xifthen.sty + lastpage.sty ltxnew.sty pagerange.sty xifthen.sty drexel-thesis.tar.gz : $(CLASS_FILES) $(EXAMPLE_FILES) $(USEFUL_PACKAGES) rm -f $@ diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 666aaef..4cc998b 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -751,10 +751,10 @@ % which unfortunately has a number of apparently non-standard dependencies % (\href{http://www.ctan.org/tex-archive/macros/latex/contrib/etextools/}{\pkg{etextools}}, % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/}{\pkg{etoolbox}}, -% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/xifthen/}{\pkg{xifthen}}, +% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage/}{\pkg{lastpage}}, % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/ltxnew/}{\pkg{ltxnew}}, % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/pagerange/}{\pkg{pagerange}}, -% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage/}{\pkg{lastpage}}, +% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/xifthen/}{\pkg{xifthen}}, % if only I had the space to install |texlive-latexextra| |:p|). % The output is, however, very flexible, and it \emph{does} work with % both \LaTeX\ and pdf\LaTeX. If you don't like the default watermark, @@ -2928,8 +2928,15 @@ parenthetical citation\citep{rief97}. % \begin{macrocode} %<*blabla> \ProvidesPackage{blabla} [2010/01/11 1.0 Dummy text generation] +% \end{macrocode} +% Use +% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/forloop/}{\pkg{foorloop}} +% for +% \begin{command} +% `\cs{forloop}\oarg{step}\marg{counter}\marg{initial value}\marg{condition}\marg{code}' +% \end{command} +% \begin{macrocode} \RequirePackage{forloop}[2006/09/18] -%% http://www.ctan.org/tex-archive/macros/latex/contrib/forloop/ \newcounter{blabla@i} \newcounter{blabla@j} -- 2.26.2