welcome: please sign in
location: Diff for "computerLatexTemplates"
Differences between revisions 11 and 12
Revision 11 as of 2019-01-25 08:59:49
Size: 3631
Editor: anton
Comment:
Revision 12 as of 2022-04-01 11:17:41
Size: 4185
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 64: Line 64:
\documentclass[final]{tentamen}  % [final] only for final version \documentclass{tentamen}
Line 68: Line 68:
%% [svenska] % Header in Swedish (default) %% [svenska] % Sidhuvud på svenska (default)
Line 70: Line 70:
%% [oneside] % For one-sided printing (default)
%% [twoside] % For two-sided printing
Line 73: Line 75:
\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 86: Line 88:
Matematiska tabeller (TEFYMA eller motsvarande), formelsamling i reglerteknik samt icke förprogrammerade räknare.
 
Line 88: Line 91:
Resultatet meddelas via LADOK.
 
\vfill
\begin{center}
  Lycka till!
\end{center}
Line 92: Line 101:
  Här kan man skriva allmän text före problemen.
Line 96: Line 105:
   Här kan man skriva allmän text före lösningarna
Line 101: Line 110:
\begin{problem}
Some introductory text
\begin{problem}    % Use problem* if there is no introductory text
 Some introductory text 

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{tentamen}   
\usepackage[utf8]{inputenc}        %% Comment if you are not using utf8
%% [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*}

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