Size: 1802
Comment:
|
Size: 2147
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
There is also a collection of [[../BlockDiagram|block diagrams in .eps]] and [[../BlockDiagramsTikZ|block diagrams in TikZ]].<<BR>> | There is also a collection of [[../BlockDiagram|block diagrams in .eps]] and [[../BlockDiagramsTikZ|block diagrams in TikZ]]. |
Line 17: | Line 17: |
Just prints the problems. This is the form in which exams are to be given.<<BR>> | Just prints the problems. This is the form in which exams are to be given. |
Line 23: | Line 23: |
Format for letters with the address placed so it fits our window envelopes. For additional commands, see the [[attachment:brev.txt|example]]. [[computerLatexTemplates#brev|Template]]<<BR>> | Format for letters with the address placed so it fits our window envelopes. For additional commands, see the [[attachment:brev.txt|example]]. [[computerLatexTemplates#brev|Template]] |
Line 28: | Line 28: |
=== \usepackage{problems} === A package for a collection of problems and solutions, either for an exam or for a collection of exercises. The class {{{tentamen}}} above uses this package implicitly, so please see its template for further information. {{{[chapter]}}} Gives problem numbering by chapter, like 2.4, otherwise it is just a single number. |
Local classes and packages
Templates for some of these classes and packages are in a subdirectory templates of the texmf-local-directory of your computer. For Linux it is in /opt/texmf-local/. For MacOS it is in /usr/local/texlive.
\documentclass{LTHreport}
This class is based on LTHthesis, but uses A4 paper instead of the smaller E5 paper used by LTHthesis. By default LTHreport has section as the highest subdivision. In order to have chapters instead, use the class option [chapter]. The default document type (in the titlepages) is Techical Report, but you may change this. For other options, see the Template and also LTHthesis.
\documentclass{tentamen}
Format for exams. You can enter both problems and solutions in the same file, and print each seperatly or individually depending on the options. For additional subcommands, see the Template
There is also a collection of block diagrams in .eps and block diagrams in TikZ.
[problemsonly]
- Just prints the problems. This is the form in which exams are to be given.
[solutionsonly]
- Just prints the solutions.
\documentclass{brev}
Format for letters with the address placed so it fits our window envelopes. For additional commands, see the example. Template
[letterhead]
Gives a English language letter header and footer.
[brevhuvud]
- Gives a Swedish language letter header and footer. Also Swedish hyphenation in the letter.
\usepackage{problems}
A package for a collection of problems and solutions, either for an exam or for a collection of exercises. The class tentamen above uses this package implicitly, so please see its template for further information.
[chapter]
- Gives problem numbering by chapter, like 2.4, otherwise it is just a single number.