mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-12-14 23:49:19 +01:00
Adds a letter class and pathes several formatting bugs in cls files
This commit is contained in:
24
Examples/notice.tex
Normal file
24
Examples/notice.tex
Normal file
@ -0,0 +1,24 @@
|
||||
% !TeX program = pdflatex
|
||||
% !TeX spellcheck = en_GB
|
||||
% !TEX outputDirectory = tex_output
|
||||
% !TEX enableSynctex = true
|
||||
% !TEX jobNames = notice
|
||||
|
||||
\makeatletter
|
||||
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
|
||||
\newcommand{\maintitle}{Equipment Notice}
|
||||
\newcommand{\mainsubject}{Admin Notice}
|
||||
\newcommand{\mainkeywords}{Notice, Administration}
|
||||
\makeatother
|
||||
|
||||
\title{This Storage is for Server Equipment Only}
|
||||
\author{For Equiries Contract Cadence Administration \\ \{michal.maslik12,l.leene,s.luan\}@imperial.ac.uk}
|
||||
%\publisher{}
|
||||
|
||||
\documentclass[landscape]{report}
|
||||
\input{journal.preamble.cls}
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user