diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 22:01:29 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 22:01:29 -0400 |
commit | d214b1c2ad58a4140175b3b71421cd3c194e01c2 (patch) | |
tree | a9e1b8fd3d3b915658ff4a45a4ec9dee87aa8f6e | |
parent | c066f70fdfee3b8f0f26def3f29acfbfed4ef63e (diff) | |
download | manual_for_Experimental_Atomic_Physics-d214b1c2ad58a4140175b3b71421cd3c194e01c2.tar.gz manual_for_Experimental_Atomic_Physics-d214b1c2ad58a4140175b3b71421cd3c194e01c2.zip |
added t2t for manual
-rw-r--r-- | index.t2t | 27 | ||||
-rw-r--r-- | local.mk | 4 |
2 files changed, 29 insertions, 2 deletions
diff --git a/index.t2t b/index.t2t new file mode 100644 index 0000000..7c71a61 --- /dev/null +++ b/index.t2t @@ -0,0 +1,27 @@ +ThisClassID - Lab manual +by EugeniyMikhailov + + + +%!includeconf: ../configs/config.t2t +%!includeconf: ../configs/labs_acronyms_cfg.t2t +%!options(html): --no-toc +%!postproc: path2root '..' + +The whole [lab manual pdf ./manual.pdf] + +Separate chaptes +- [Interf ./interferometry.pdf] +- [e/m ./emratio.pdf] +- [eDiffr ./ediffract.pdf] +- [bBody ./blackbody.pdf] +- [phElect ./pe-effect.pdf] +- [2slit ./two-photon-interference.pdf] +- [FaradR ./faraday_rotation.pdf] +- [Spectr ./spectr.pdf] +- [SuperC ./supcon.pdf] + + + + + @@ -29,6 +29,6 @@ tex_includes := title_page.tex evmik_manual.sty \ supcon.tex -REQUIRED_TARGETS += pdf_tex -INSTALL_TARGETS += install_pdf_tex +REQUIRED_TARGETS += pdf_tex html_t2t +INSTALL_TARGETS += install_pdf_tex install_html_t2t |