welcome: please sign in
location: Diff for "computerLatexTemplates"
Differences between revisions 9 and 10
Revision 9 as of 2017-10-16 08:35:09
Size: 3224
Editor: leif
Comment:
Revision 10 as of 2017-10-16 08:55:21
Size: 3396
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 51: Line 51:
\documentclass{rapport} % options [chapter,final] \documentclass{rapport}     % options [chapter,final]
\usepackage[utf8]{inputenc} %% Comment if you are not using utf8
Line 63: Line 64:
\documentclass[final]{tentamen}             % [final] only for final version \documentclass[final]{tentamen} % [final] only for final version
\usepackage[utf8]{inputenc} %% Comment if you are not using utf8
Line 117: Line 119:
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}  %% Comment if you are not using utf8

Templates

LTHthesis

\documentclass{LTHthesis}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}  %% Comment if you are not using utf8

\usepackage{mathptmx, helvet}
%\usepackage[swedish]{babel}  %% aktivera om rapporten är på svenska

\usepackage{graphicx}

\addbibresource{mybib.bib}  %%  Comment if you don't want to use bibtex.

\begin{document}
\begin{titlepages}
\author{John Student}
\title{A very Important Contribution\\ to the Theory}
\year{2013}
\month{June}
\TFRT{9999}  %%  You will get the number from the department.
\printer{Media-Tryck}  %% Probably. You may get other information from the department.
\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}

pm

\documentclass{pm}
\usepackage{schoolbook}
\begin{document}

\end{document}

rapport

\documentclass{rapport}      % options [chapter,final]
\usepackage[utf8]{inputenc}  %% Comment if you are not using utf8
\usepackage{schoolbook}
\usepackage{graphicx}
\begin{document}

\end{document}

tentamen

\documentclass[final]{tentamen}    % [final] only for final version
\usepackage[utf8]{inputenc}        %% Comment if you are not using utf8
%% [problemsonly]                  % Gives problems only
%% [solutionsonly]                 % Gives solutions only
%% [svenska]                       % Header in Swedish (default)
%% [english]                       % Header in English

\begin{document}
\begin{titlepage}
\titel{}
\datum{}
\runninghead{}
\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}

\subsection{Tentamensresultat}

\end{titlepage}

\begin{problemtext}

\end{problemtext}

\begin{solutiontext}

\end{solutiontext}

\begin{problems}   % Beginning of the problems and solutions part

\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}

computerLatexTemplates (last edited 2023-01-27 12:55:23 by andersn)