Changeset 12349
- Timestamp:
- 07/05/2009 09:19:55 PM (14 months ago)
- Location:
- trunk/documents/theses/dstn
- Files:
-
- 3 edited
-
numberparagraphs.sty (modified) (2 diffs)
-
test2.tex (modified) (1 diff)
-
thesis.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/documents/theses/dstn/numberparagraphs.sty
r12322 r12349 22 22 \newcommand{\nonumberparagraphs}{\global\donumberparagraphsfalse} 23 23 \newif\ifsavednumberparagraphs 24 \savednumberparagraphsfalse 24 % It seems that \footnote{} somehow expands 25 \newif\ifsaveddnumberparagraphs 26 %\savednumberparagraphsfalse 25 27 \newcommand{\savenumberparagraphs}{% 28 % HACK - size-2 stack 29 \ifsavednumberparagraphs% 30 \global\saveddnumberparagraphstrue% 31 \else% 32 \global\saveddnumberparagraphsfalse% 33 \fi% 34 % 26 35 \ifdonumberparagraphs% 27 36 \global\savednumberparagraphstrue% … … 35 44 \else% 36 45 \global\donumberparagraphsfalse% 46 \fi% 47 % HACK - size-2 stack 48 \ifsaveddnumberparagraphs% 49 \global\savednumberparagraphstrue% 50 \else% 51 \global\savednumberparagraphsfalse% 37 52 \fi% 38 53 } -
trunk/documents/theses/dstn/test2.tex
r12321 r12349 43 43 paragraph 44 44 45 \chapter[short]{Chapter with short name\footnote{and footnote!}} 46 47 paragraph... should be numbered. 48 45 49 \chapter{\kdtree\ chapter} 46 50 -
trunk/documents/theses/dstn/thesis.tex
r12328 r12349 84 84 \chapter{Introduction} 85 85 \graphicspath{{figs-review/}} 86 %\include{review}86 \include{review} 87 87 88 88 \chapter[\antitle: recognizing astronomical images] … … 93 93 \label{chap:techreport} 94 94 \graphicspath{{figs-techreport/}} 95 %\include{tech-report}95 \include{tech-report} 96 96 97 97 \chapter[Verifying an astrometric alignment] … … 99 99 \label{chap:verify} 100 100 \graphicspath{{figs-verify/}} 101 %\input{verify}101 \input{verify} 102 102 103 103 \chapter[Efficient implementation of \kdtreestitle] … … 111 111 \chapter{Conclusion} 112 112 \label{chap:conclusion} 113 %\include{conclusion}113 \include{conclusion} 114 114 115 115 \nonumberparagraphs
Note: See TracChangeset
for help on using the changeset viewer.
