summaryrefslogtreecommitdiff
path: root/labreport_sample_source
diff options
context:
space:
mode:
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].
+
+
+
+
+
+