Teaching 2005
- Language
Technology Project
- Report. example for writing a report in
LaTex
- Load the file and "untar" it (tar -xvf exampfle.cvf)
- Name of the main document (example.tex), including basic declarations
- subdocuments
- Introduction.tex ---> file which is integrated in example.tex
- Summary.tex
- QASystem.tex
- ref.bib --> collect here all references, papers you want
to cite
- style files for LaTex
- acl.bst, aclcite.sty: 2 style files for
citing papers
- how to run pdflatex on the command line:
- pdflatex example
- bibtex example: (run it twice if you added new citation)
- viewing the output: acroread example.pdf, or xpdf
example.pdf, or ghostview example.pdf
here you can find an introduction to LaTex.
- Presentation. example
for preparing a presentation using LaTex.
- Load the file presentation.tex
- Modify the file
- pdflatex presentation
- viewing the output: acroread presentation.pdf
- Hints how to prepare good slides can be found here
.
-
Slides of the first introductory session
home