diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-10 09:46:43 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-10 09:46:43 -0400 |
commit | f64a43d94fd49bf5ec37fbf6a42601864f5c9684 (patch) | |
tree | 95ad5104f0e225add7aabd864ba2251115b99094 /Makefile | |
parent | 3714eb242f5b1a454ba42c7299df7aae5a33ea0a (diff) | |
download | manual_for_Experimental_Atomic_Physics-f64a43d94fd49bf5ec37fbf6a42601864f5c9684.tar.gz manual_for_Experimental_Atomic_Physics-f64a43d94fd49bf5ec37fbf6a42601864f5c9684.zip |
toc option enabling from within t2t file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ upload: upload_location_wm $(html_targets): %.html : %.t2t $(t2t_includes) - txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $< + txt2tags --css-sugar -t html -o $@ $< $(pdf_targets): %.pdf : %.tex pdflatex $< |