welcome: please sign in
location: Diff for "computerLatexTemplates"
Differences between revisions 10 and 19 (spanning 9 versions)
Revision 10 as of 2017-10-16 08:55:21
Size: 3396
Editor: leif
Comment:
Revision 19 as of 2023-01-27 12:55:23
Size: 4958
Editor: andersn
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 5: Line 7:
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} %% Comment if you are not using utf8
% \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 8: Line 13:
\usepackage{mathptmx, helvet}
Line 11: Line 15:
\usepackage{graphicx}

\addbibresource{mybib.bib} %% Comment if you don't want to use bibtex.
\addbibresource{mybib.bib} %% Comment if you don't want to have a bibliography
Line 16: Line 18:
%
% See also the Wiki page 'LaTex files for large documents'.
%
Line 19: Line 25:
\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.
\subtitle{The First Attempt} % Optional
\year{2099}
\type{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
Line 24: Line 36:
Line 26: Line 39:
Line 28: Line 42:
Line 29: Line 44:
Line 40: Line 56:
=== pm ===
=== LTHreport ===
Line 42: Line 59:
\documentclass{pm}
\usepackage{schoolbook}
\documentclass{LTHreport} % options [chapter]
                               % For other options, see LTHthesis
% see the wiki page 'Latex font alternatives'
Line 45: Line 63:
\begin{titlepages} % see LTHthesis
Line 46: Line 65:
\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{titlepages}
Line 64: Line 74:
\documentclass[final]{tentamen} % [final] only for final version
\usepackage[utf8]{inputenc} %% Comment if you are not using utf8
\documentclass{tentamen}
Line 68: Line 77:
%% [svenska] % Header in Swedish (default) %% [svenska] % Sidhuvud på svenska (default)
Line 70: Line 79:
%% [oneside] % For one-sided printing (default)
%% [twoside] % For two-sided printing
Line 73: 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 86: Line 97:
Matematiska tabeller (TEFYMA eller motsvarande), formelsamling i reglerteknik samt icke förprogrammerade räknare.
 
Line 88: Line 100:
Resultatet meddelas via LADOK.
 
\vfill
\begin{center}
  Lycka till!
\end{center}
Line 92: Line 110:
  Här kan man skriva allmän text före problemen.
Line 96: Line 114:
   Här kan man skriva allmän text före lösningarna
Line 100: 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*}

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

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