diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-10 11:27:35 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-10 11:35:48 -0400 |
commit | dfd5f4497ec28df283d73ab68ed62d52b8f38d57 (patch) | |
tree | ce1de09fa1bb3ab9a50e5339075dd7aef9120d2f /syllabus_source/Makefile | |
parent | c7ea0f5f79b6a4185556b17dd69e8ab2262fc915 (diff) | |
download | manual_for_Experimental_Atomic_Physics-dfd5f4497ec28df283d73ab68ed62d52b8f38d57.tar.gz manual_for_Experimental_Atomic_Physics-dfd5f4497ec28df283d73ab68ed62d52b8f38d57.zip |
toc usage specified in t2t file
Diffstat (limited to 'syllabus_source/Makefile')
-rw-r--r-- | syllabus_source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syllabus_source/Makefile b/syllabus_source/Makefile index 2700488..cd34cd7 100644 --- a/syllabus_source/Makefile +++ b/syllabus_source/Makefile @@ -33,7 +33,7 @@ copy2dest: $(dest_dir) html pdf $(html_targets): %.html : %.t2t $(includes) - txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $< + txt2tags --css-sugar -t html -o $@ $< $(pdf_targets): %.pdf : %.tex $(includes) pdflatex $< |