diff options
-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 |