Size: 4586
Comment:
|
Size: 4964
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl Known:read,write,admin,delete,revert All:read |
|
Line 2: | Line 4: |
=== LTHthesis === {{{ \documentclass{LTHthesis} % \usepackage[utf8]{inputenc} %% Modern TeX engines don't need this. Uncomment if necessary. %%%% Font specifications. Please see the Wiki page 'LaTeX Font Alternatives'. %\usepackage[T1]{fontenc} %\usepackage{mathptmx, helvet} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
Line 3: | Line 13: |
=== pm === | %\usepackage[swedish]{babel} %% aktivera om rapporten är på svenska \addbibresource{mybib.bib} %% Comment if you don't want to have a bibliography \begin{document} % % See also the Wiki page 'LaTex files for large documents'. % \begin{titlepages} \author{John Student} \title{A very Important Contribution\\ to the Theory} \subtitle{The First Attempt} % Optional \year{2099} \reporttype{Licentiate Thesis} % The default is 'MSc Thesis', so you will want to set this \TFRT{9999} %% You will get the number from the department. \ISBNprint{long number} % The ISBN number for a printed publication (only for PhD theses) \ISBNweb{long number} % The ISBN number for web publication (only for PhD theses) \printer{Media-Tryck} %% Probably. You may get other information from the department. \dedication{To my mother} % Optional. \extrainfo{Extra information} % Optional. Will be placed on the second page, % above the thesis type and number \end{titlepages} \chapter*{Abstract} A condensed description of my work. \chapter*{Acknowledgements} These people helped me a lot with my work. \tableofcontents \chapter{Introduction} This is a description of my work. \chapter{Background} \section{First Principles} In this section we describe the first principles. They are based on \cite{ast_wit2011}. \printbibliography %% Comment if you don't want to use bibtex \end{document} }}} === LTHreport === |
Line 5: | Line 59: |
\documentclass{pm} \usepackage{schoolbook} |
\documentclass{LTHreport} % options [chapter] % For other options, see LTHthesis % see the wiki page 'Latex font alternatives' |
Line 8: | Line 63: |
\begin{titlepages} % see LTHthesis \end{titlepages} |
|
Line 12: | Line 70: |
=== rapport === {{{ \documentclass{rapport} % options [chapter,final] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} |
|
Line 19: | Line 71: |
\end{document} }}} === avhandling, doktors- === {{{ \documentclass{avhandling} % options [final,cropmarks] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \end{document} }}} === lic-avhandling === {{{ \documentclass{lic} % options [final,magnify,pdf] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \end{document} }}} |
|
Line 44: | Line 74: |
\documentclass[final]{tentamen} % [final] only for final version | \documentclass{tentamen} |
Line 47: | Line 77: |
%% [svenska] % Header in Swedish (default) | %% [svenska] % Sidhuvud på svenska (default) |
Line 49: | Line 79: |
%% [oneside] % For one-sided printing (default) %% [twoside] % For two-sided printing |
|
Line 52: | Line 84: |
\titel{} \datum{} \runninghead{} \subsection{Poängberäkning och betygssättning} |
\titel{Reglerteknik AK, FRTF05} \datum{Tentamen 13 januari 2022, 14:00--19:00} \runninghead{Reglerteknik AK 2022-01-13} \subsection{Poängberäkning och betygssättning} |
Line 65: | Line 97: |
Matematiska tabeller (TEFYMA eller motsvarande), formelsamling i reglerteknik samt icke förprogrammerade räknare. |
|
Line 67: | Line 100: |
Resultatet meddelas via LADOK. \vfill \begin{center} Lycka till! \end{center} |
|
Line 71: | Line 110: |
Här kan man skriva allmän text före problemen. | |
Line 75: | Line 114: |
Här kan man skriva allmän text före lösningarna | |
Line 79: | Line 118: |
\begin{problem} % Use problem* if there is no introductory text Some introductory text \subproblem First subproblem \points{1} \subproblem Second subproblem \points{1} \end{problem} \begin{solution*} % Use solution* if there is no text before the first subsolution \subproblem First subsolution \subproblem Second subsolution \end{solution*} |
|
Line 93: | Line 143: |
=== artikel === {{{ \documentclass[]{artikel} \usepackage{schoolbook} \usepackage{graphicx} \begin{document} |
|
Line 100: | Line 144: |
\end{document} }}} |
|
Line 106: | Line 148: |
\usepackage[utf8]{inputenc} %% Comment if you are not using utf8 |
|
Line 127: | Line 171: |
=== oneslide / fourslides === {{{ \documentclass{oneslide} %option [landscape] %\documentclass{fourslides} %option [landscape] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \begin{slide} \lefthead{} % heading, left adjusted \centerhead{} % heading, centered \end{slide} \end{document} }}} === Cover for report === {{{ \documentclass[final]{rapport} \usepackage{schoolbook} \begin{document} \begin{titlepage} \def\docnumber#1{\large ISSN 0280--5316\\ ISRN LUTFD2/TFRT-{\hskip0.1em}-#1-{\hskip0.1em}-SE} \def\title{\\[0pt plus 0.3fill]\Huge} \def\author{\\[0pt plus 0.2fill]\Large} \def\bottom{\\[0pt plus 0.5fill]\large} % \begin{flushright} \hrule height 0pt \docnumber{...} % Fill in report number here. \title Evaluation of Control Systems\\ % The title, if on one row only for Important Applications % remove the first. \author Olle Teknolog\\ % Authors. If only one author Nisse Exjobb % remove the first line. \bottom Department of Automatic Control\\ Lund Institute of Technology\\ November 1992 \end {flushright} \end{titlepage} \end{document} }}} <<Anchor(LicTitlePages)>> === Licentiate Thesis with Title Pages === {{{ \documentclass{lic} % options [final,pdf] \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \begin{titlepages} \title{A Very Important Contribution} \author{Nisse Nilsson} \year{2011} \month{June} \TFRT{1234} \dedication{To Emma} \end{titlepages} \tableofcontents \chapter{Introduction} In this thesis I will explain everything \end{document} }}} <<Anchor(LicCover)>> === Cover for Licentiate Thesis === {{{ \documentclass[pdf]{lic} \usepackage{schoolbook} \usepackage{graphicx} \begin{document} \begin{cover} \title{A Very Important Contribution} \author{Nisse Nilsson} \year{2011} \TFRT{5123} \end{cover} \end{document} }}} |
Templates
LTHthesis
\documentclass{LTHthesis} % \usepackage[utf8]{inputenc} %% Modern TeX engines don't need this. Uncomment if necessary. %%%% Font specifications. Please see the Wiki page 'LaTeX Font Alternatives'. %\usepackage[T1]{fontenc} %\usepackage{mathptmx, helvet} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\usepackage[swedish]{babel} %% aktivera om rapporten är på svenska \addbibresource{mybib.bib} %% Comment if you don't want to have a bibliography \begin{document} % % See also the Wiki page 'LaTex files for large documents'. % \begin{titlepages} \author{John Student} \title{A very Important Contribution\\ to the Theory} \subtitle{The First Attempt} % Optional \year{2099} \reporttype{Licentiate Thesis} % The default is 'MSc Thesis', so you will want to set this \TFRT{9999} %% You will get the number from the department. \ISBNprint{long number} % The ISBN number for a printed publication (only for PhD theses) \ISBNweb{long number} % The ISBN number for web publication (only for PhD theses) \printer{Media-Tryck} %% Probably. You may get other information from the department. \dedication{To my mother} % Optional. \extrainfo{Extra information} % Optional. Will be placed on the second page, % above the thesis type and number \end{titlepages} \chapter*{Abstract} A condensed description of my work. \chapter*{Acknowledgements} These people helped me a lot with my work. \tableofcontents \chapter{Introduction} This is a description of my work. \chapter{Background} \section{First Principles} In this section we describe the first principles. They are based on \cite{ast_wit2011}. \printbibliography %% Comment if you don't want to use bibtex \end{document}
LTHreport
\documentclass{LTHreport} % options [chapter] % For other options, see LTHthesis % see the wiki page 'Latex font alternatives' \begin{document} \begin{titlepages} % see LTHthesis \end{titlepages} \end{document}
tentamen
\documentclass{tentamen} %% [problemsonly] % Gives problems only %% [solutionsonly] % Gives solutions only %% [svenska] % Sidhuvud på svenska (default) %% [english] % Header in English %% [oneside] % For one-sided printing (default) %% [twoside] % For two-sided printing \begin{document} \begin{titlepage} \titel{Reglerteknik AK, FRTF05} \datum{Tentamen 13 januari 2022, 14:00--19:00} \runninghead{Reglerteknik AK 2022-01-13} \subsection{Poängberäkning och betygssättning} Lösningar och svar till alla uppgifter skall vara klart motiverade. Tentamen omfattar totalt 25 poäng. Poängberäkningen finns markerad vid varje uppgift. \begin{betyg} \item[3] lägst 12 poäng \item[4] lägst 17 poäng \item[5] lägst 22 poäng \end{betyg} \subsection{Tillåtna hjälpmedel} Matematiska tabeller (TEFYMA eller motsvarande), formelsamling i reglerteknik samt icke förprogrammerade räknare. \subsection{Tentamensresultat} Resultatet meddelas via LADOK. \vfill \begin{center} Lycka till! \end{center} \end{titlepage} \begin{problemtext} Här kan man skriva allmän text före problemen. \end{problemtext} \begin{solutiontext} Här kan man skriva allmän text före lösningarna \end{solutiontext} \begin{problems} % Beginning of the problems and solutions part \begin{problem} % Use problem* if there is no introductory text Some introductory text \subproblem First subproblem \points{1} \subproblem Second subproblem \points{1} \end{problem} \begin{solution*} % Use solution* if there is no text before the first subsolution \subproblem First subsolution \subproblem Second subsolution \end{solution*} \begin{problem} \end{problem} \begin{solution} \end{solution} \end{problems} % End of the problems and solutions part \end{document}
brev
\documentclass[]{brev} % options [brevhuvud] [letterhead] \usepackage[utf8]{inputenc} %% Comment if you are not using utf8 %\date{} % Om inte standarddatum duger %\email{} % E-mail. "@control.lth.se" is added automatically. %\phone{} % Phone number. Default: 222 00 00 %\dokumentnamn{ANSÖKAN} % The document name is printed on top of the page, % above date. %\diarienummer{234} % Diarium number. We usually don't use it but % it's here for completeness' sake. \begin{document} \begin{address} \end{address} \subject{ } % Subject here. \begin{closing} \end{closing} %\cc{} \end{document}