welcome: please sign in
location: Diff for "computerLatexTemplates"
Differences between revisions 2 and 17 (spanning 15 versions)
Revision 2 as of 2011-05-26 15:29:05
Size: 4537
Editor: leif
Comment:
Revision 17 as of 2022-06-03 08:26:11
Size: 4910
Editor: leif
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
=== 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 11:
=== 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 57:
\documentclass{pm}
\usepackage{schoolbook}
\documentclass{LTHreport} % options [chapter]
                               % For other options, see LTHthesis
% see the wiki page 'Latex font alternatives'
Line 8: Line 61:
\begin{titlepages} % see LTHthesis

\end{titlepages}
Line 12: Line 68:
=== rapport ===
{{{
\documentclass{rapport} % options [chapter,final]
\usepackage{schoolbook}
\usepackage{graphicx}
\begin{document}
Line 19: Line 69:
\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 72:
\documentclass[final]{tentamen}              % [final] only for final version \documentclass{tentamen}
Line 47: Line 75:
%% [svenska] % Header in Swedish (default) %% [svenska] % Sidhuvud på svenska (default)
Line 49: Line 77:
%% [oneside] % For one-sided printing (default)
%% [twoside] % For two-sided printing
Line 52: Line 82:
\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 95:
Matematiska tabeller (TEFYMA eller motsvarande), formelsamling i reglerteknik samt icke förprogrammerade räknare.
 
Line 67: Line 98:
Resultatet meddelas via LADOK.
 
\vfill
\begin{center}
  Lycka till!
\end{center}
Line 71: Line 108:
  Här kan man skriva allmän text före problemen.
Line 75: Line 112:
   Här kan man skriva allmän text före lösningarna
Line 79: Line 116:

\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 141:
=== artikel ===
{{{
\documentclass[]{artikel}
\usepackage{schoolbook}
\usepackage{graphicx}
\begin{document}
Line 100: Line 142:
\end{document}
}}}
Line 106: Line 146:
\usepackage[utf8]{inputenc} %% Comment if you are not using utf8
Line 127: Line 169:

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

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

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

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