Added LaTeX temp files to .gitignore, + minor cleanups
authorW. Trevor King <wking@drexel.edu>
Tue, 12 Jan 2010 16:38:33 +0000 (11:38 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 12 Jan 2010 16:56:22 +0000 (11:56 -0500)
  * 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
Makefile
drexel-thesis.dtx

index 24363bd1c0114c0776bd907a6e586dbdfdc39727..eabf5c35ee4e5c0a8e741229a76e80b24d27ce08 100644 (file)
@@ -4,3 +4,16 @@
 *.bib
 *.pdf
 *.tar.gz
+
+# LaTeX temp files
+*.aux
+*.bbl
+*.blg
+*.glo
+*.gls
+*.ilg
+*.lof
+*.log
+*.lot
+*.out
+*.toc
index 449d4160316910bd86c1fde238cb11a120ad6bb2..491775a49a28d24b61c0c4c7b68fab4f80768d5b 100644 (file)
--- 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 $@
index 666aaefc8dc0b2753f9012457b8e194dfb3cc7c9..4cc998b71ed81ab4ee56b82d787c34b135d7d479 100644 (file)
 % 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}