summaryrefslogtreecommitdiff
path: root/labreport_sample_source
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2013-09-02 13:57:24 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2013-09-02 13:57:24 -0400
commitb99ece82a4737c61bb31ff80dd1cf2ffcedeb033 (patch)
tree8d6e15befceff481a25e581f4ca4594ac3728fc5 /labreport_sample_source
parent31284d140a6a3865772ca97c4eb3ba779698320d (diff)
downloadmanual_for_Experimental_Atomic_Physics-b99ece82a4737c61bb31ff80dd1cf2ffcedeb033.tar.gz
manual_for_Experimental_Atomic_Physics-b99ece82a4737c61bb31ff80dd1cf2ffcedeb033.zip
t2t description of latex template
Diffstat (limited to 'labreport_sample_source')
-rw-r--r--labreport_sample_source/index.t2t43
1 files changed, 43 insertions, 0 deletions
diff --git a/labreport_sample_source/index.t2t b/labreport_sample_source/index.t2t
new file mode 100644
index 0000000..b06c860
--- /dev/null
+++ b/labreport_sample_source/index.t2t
@@ -0,0 +1,43 @@
+LaTeX usage and lab report template.
+
+
+
+%!style(html): ../evmik.css
+
+= Problem statement=
+Write a function which finds a maximum out of two user supplied numbers.
+
+= Report =
+- [Lab report template pdf labreport_template.pdf]
+
+
+== Tex source of the sample report ==
+This template shows how to use section, figures, tables, and citations.
+- Main tex file of the lab report [labreport_template.tex labreport_template.tex]
+- Figure files necessary for successful generation, copy them to the same directory where tex file located.
+ - figure 1 [sr_setup.pdf sr_setup.pdf]
+ - figure 2 [sr_squeezing_vs_detuning.pdf sr_squeezing_vs_detuning.pdf]
+
+
+Run several times the command:
+``` pdflatex labreport_template.pdf
+
+Latex takes care of the page numbering and references to the figures,
+tables and citations thus several executions are required. This is similar
+to the execution of the parser, compiler, and linker for compiling
+languages.
+
+== Note ==
+
+I strongly recommend to learn how to use LaTeX for report writing. While it
+is not as obvious to use as conventional word processing software, it saves
+a lot of time taking formating task away from you. Note in above example
+how listing of the program formatted without any effort from the user.
+
+Below is a link to [The not so Short Introduction to LaTeX http://mirrors.ctan.org/info/lshort/english/lshort-letter.pdf].
+
+
+
+
+
+