mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-23 02:42:21 +01:00
Merge to git (#1)
* Minor cleanup and added new beamer style * minor update to file organization * Use unix line endings --------- Co-authored-by: Lieuwe Leene <lieuwe@leene.dev>
This commit is contained in:
parent
c82c280379
commit
0370c5ba1c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
|
## Personal Files and Details
|
||||||
|
Examples/tex_output
|
||||||
|
Documents/
|
||||||
|
|
||||||
## Core latex/pdflatex auxiliary files:
|
## Core latex/pdflatex auxiliary files:
|
||||||
*.aux
|
*.aux
|
||||||
*.lof
|
*.lof
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
% !TEX jobNames = namecard
|
% !TEX jobNames = namecard
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
|
\def\input@path{{../}}
|
||||||
\newcommand{\maintitle}{\FirstName~\LastName}
|
\newcommand{\maintitle}{\FirstName~\LastName}
|
||||||
\newcommand{\mainsubject}{\JobTitle}
|
\newcommand{\mainsubject}{\JobTitle}
|
||||||
\newcommand{\mainkeywords}{Name-Card}
|
\newcommand{\mainkeywords}{Name-Card}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
% !TeX program = pdflatex
|
% !TeX program = xelatex
|
||||||
% !TeX spellcheck = en_GB
|
% !TeX spellcheck = en_GB
|
||||||
% !TEX outputDirectory = tex_output
|
% !TEX outputDirectory = tex_output
|
||||||
% !TEX enableSynctex = true
|
% !TEX enableSynctex = true
|
||||||
% !TEX jobNames = notice
|
% !TEX jobNames = notice
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
|
\def\input@path{{../}}
|
||||||
\newcommand{\maintitle}{Equipment Notice}
|
\newcommand{\maintitle}{Equipment Notice}
|
||||||
\newcommand{\mainsubject}{Admin Notice}
|
\newcommand{\mainsubject}{Admin Notice}
|
||||||
\newcommand{\mainkeywords}{Notice, Administration}
|
\newcommand{\mainkeywords}{Notice, Administration}
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
\lastupdated % Print the Last Updated text at the top right
|
\lastupdated % Print the Last Updated text at the top right
|
||||||
\namesection
|
\namesection
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\narrowcolumn{%
|
\narrowcolumn{%
|
||||||
|
|
||||||
\section{Education}
|
\section{Education}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
%%BeginFeature *PageSize ISOA0/ISO A0
|
|
||||||
2 dict dup /PageSize [2594 3370] put dup /ImagingBBox null put
|
|
||||||
setpagedevice
|
|
||||||
%%EndFeature
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
IEEEfull.bib
Executable file → Normal file
0
IEEEfull.bib
Executable file → Normal file
BIN
Style/xethru_logo_black.pdf
Normal file
BIN
Style/xethru_logo_black.pdf
Normal file
Binary file not shown.
BIN
Style/xethru_logo_blue.pdf
Normal file
BIN
Style/xethru_logo_blue.pdf
Normal file
Binary file not shown.
BIN
Style/xethru_logo_white.pdf
Normal file
BIN
Style/xethru_logo_white.pdf
Normal file
Binary file not shown.
@ -1,15 +1,13 @@
|
|||||||
|
|
||||||
% Modified Beamer Style sheet for NGNI publications
|
% Modified Beamer Style sheet for internal presentations
|
||||||
% Last edited by: Lieuwe B. Leene 2017 August
|
% Created by: Lieuwe B. Leene 2017 August
|
||||||
% Modified by Lieuwe Leene, June 2019
|
% Modified by Lieuwe Leene, Jan. 2020
|
||||||
|
|
||||||
%% Before using the beamer preamble which prepares a standardised NGNI format.
|
%% Before using the beamer preamble which prepares a standardised XETHRU format.
|
||||||
%% There are a few comments regarding the file structure
|
%% There are a few comments regarding the file structure
|
||||||
%% beamer.preamble.tex will prepares latex packages/commands
|
%% beamer.preamble.tex will prepares latex packages/commands
|
||||||
%% beamerthemengni.sty formats the general style of the template fonts & colors
|
%% beamerthemexethru.sty formats the general style of the template fonts & colors
|
||||||
%% beamerouterthemengni.tsy formats slide specific things such as title & Footer
|
%% beamerouterthemexethru.tsy formats slide specific things such as title & Footer
|
||||||
|
|
||||||
\usefonttheme{professionalfonts}
|
|
||||||
|
|
||||||
\input{personal_details.cls} %% Load author details
|
\input{personal_details.cls} %% Load author details
|
||||||
|
|
||||||
@ -39,10 +37,44 @@
|
|||||||
\@esphack}
|
\@esphack}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
\definecolor{ngniblue}{RGB}{34,57,106}
|
% % % % % % % % % % % % % % %
|
||||||
\definecolor{ngnired}{RGB}{218,30,37}
|
% BEAMER - font selection %
|
||||||
\definecolor{ngniwhite}{RGB}{240,240,255}
|
% % % % % % % % % % % % % % %
|
||||||
\definecolor{ngniblack}{RGB}{0,0,30}
|
|
||||||
|
\usepackage{ifxetex}
|
||||||
|
\ifxetex
|
||||||
|
\usepackage{fontspec} % Required for specifying custom fonts in XeLaTeX
|
||||||
|
\providecommand{\fontscale}{1} % load default if not set
|
||||||
|
\setmainfont
|
||||||
|
[Path = ../Fonts/IBM-Plex-Sans/,
|
||||||
|
Scale=\fontscale,
|
||||||
|
UprightFont = *-Regular,
|
||||||
|
ItalicFont = *-Italic,
|
||||||
|
BoldFont = *-Bold,
|
||||||
|
BoldItalicFont = *-BoldItalic,
|
||||||
|
FontFace = {t}{n}{*-Thin},
|
||||||
|
FontFace = {t}{it}{*-ThinItalic},
|
||||||
|
FontFace = {l}{n}{*-Light},
|
||||||
|
FontFace = {l}{it}{*-LightItalic},
|
||||||
|
FontFace = {sb}{n}{*-SemiBold},
|
||||||
|
FontFace = {sb}{it}{*-SemiBoldItalic},
|
||||||
|
FontFace = {m}{n}{*-Medium},
|
||||||
|
FontFace = {m}{it}{*-MediumItalic},
|
||||||
|
FontFace = {b}{n}{*-Bold},
|
||||||
|
FontFace = {b}{it}{*-BoldItalic},
|
||||||
|
Ligatures=TeX]
|
||||||
|
{IBMPlexSans}
|
||||||
|
\renewcommand{\baselinestretch}{\fontscale}
|
||||||
|
\setbeamerfont{frametitle}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\setbeamerfont{framesubtitle}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\setbeamerfont{title}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\setbeamerfont{caption}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\setbeamerfont{author}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\setbeamerfont{institute}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\setbeamerfont{date}{family=\fontspec{IBMPlexSans}}
|
||||||
|
\else
|
||||||
|
\usefonttheme{professionalfonts}
|
||||||
|
\fi
|
||||||
|
|
||||||
% % % % % % % % % % % % % % % % % % % %
|
% % % % % % % % % % % % % % % % % % % %
|
||||||
% BEAMER - configuration / settings %
|
% BEAMER - configuration / settings %
|
||||||
@ -53,11 +85,13 @@
|
|||||||
|
|
||||||
\mode<presentation>
|
\mode<presentation>
|
||||||
{
|
{
|
||||||
\usetheme{ngni}
|
\usetheme{xethru}
|
||||||
\setbeamercovered{transparent}
|
\setbeamercovered{transparent}
|
||||||
\setbeamertemplate{items}[circle]
|
\setbeamertemplate{items}[circle]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\highlight}[1]{\textcolor{blue}{#1}}
|
||||||
|
|
||||||
% % % % % % % % % % % % % % % % % % % %
|
% % % % % % % % % % % % % % % % % % % %
|
||||||
% DOCUMENT - configuration / commands %
|
% DOCUMENT - configuration / commands %
|
||||||
% % % % % % % % % % % % % % % % % % % %
|
% % % % % % % % % % % % % % % % % % % %
|
||||||
@ -155,6 +189,24 @@
|
|||||||
\end{minipage}
|
\end{minipage}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\sectionslide}[1]{
|
||||||
|
\section{#1}
|
||||||
|
\begin{frame}
|
||||||
|
\centering
|
||||||
|
\usebeamerfont{title}\secname\par
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\subsectionslide}[1]{
|
||||||
|
\subsection{#1}
|
||||||
|
\begin{frame}
|
||||||
|
\centering
|
||||||
|
\usebeamerfont{subtitle} \secname \par
|
||||||
|
\bigskip
|
||||||
|
\usebeamerfont{title} \subsecname\par
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
|
||||||
\newcommand{\inserttoc}[0]{
|
\newcommand{\inserttoc}[0]{
|
||||||
\ifx\nosectiontoc\undefined
|
\ifx\nosectiontoc\undefined
|
||||||
\else
|
\else
|
||||||
@ -166,7 +218,7 @@
|
|||||||
|
|
||||||
\newcommand{\linkwebsite}{
|
\newcommand{\linkwebsite}{
|
||||||
\ifx\nolinks\undefined
|
\ifx\nolinks\undefined
|
||||||
\href{\Website}{\Website}
|
\href{https://\Website}{\Website}
|
||||||
\else
|
\else
|
||||||
\Website
|
\Website
|
||||||
\fi
|
\fi
|
||||||
|
79
beamerouterthemexethru.sty
Normal file
79
beamerouterthemexethru.sty
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
% Modified Beamer Style sheet for Xethru publications
|
||||||
|
% Created by: Lieuwe B. Leene 2020 Jan
|
||||||
|
|
||||||
|
\mode<presentation>
|
||||||
|
\newcommand{\FrontLogoA}{Style/xethru_logo_blue.pdf}
|
||||||
|
\newcommand{\FootLogoA}{Style/xethru_logo_white.pdf}
|
||||||
|
%\newcommand{\BaseBackground}{Style/KM1801VM2_I.png}
|
||||||
|
|
||||||
|
\newlength{\marginlength}%
|
||||||
|
\setlength{\marginlength}{0.5cm}%
|
||||||
|
|
||||||
|
%% This formats the title page
|
||||||
|
\setbeamercolor{basic}{bg=white,fg=white}
|
||||||
|
\defbeamertemplate*{title page}{xethrutheme}{
|
||||||
|
\begin{beamercolorbox}[wd=\paperwidth]{basic}
|
||||||
|
|
||||||
|
%% Insert Background Here
|
||||||
|
|
||||||
|
\hspace{\marginlength} \parbox[c]{\dimexpr (\paperwidth-2\marginlength) \relax}{ %
|
||||||
|
\includegraphics[height=0.4\paperheight, trim={0 0 0 -5cm}]{\FrontLogoA} %
|
||||||
|
}
|
||||||
|
\vspace{1.5\marginlength} \\
|
||||||
|
\hspace{\marginlength} \parbox[c]{\textwidth}{%
|
||||||
|
\begin{flushleft}
|
||||||
|
\usebeamercolor[black]{title}
|
||||||
|
\usebeamerfont{title}\inserttitle\par
|
||||||
|
\usebeamerfont{subtitle}\insertsubtitle\par
|
||||||
|
\bigskip
|
||||||
|
\usebeamerfont{author}\insertauthor\par
|
||||||
|
\bigskip
|
||||||
|
\usebeamerfont{institute}\insertinstitute\par
|
||||||
|
\end{flushleft}}
|
||||||
|
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\vskip 0pt%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
%% This formats the the footer on every page
|
||||||
|
\defbeamertemplate*{footline}{xethrutheme}{
|
||||||
|
\leavevmode%
|
||||||
|
\hbox{%
|
||||||
|
\begin{beamercolorbox}[wd=\paperwidth,ht=5ex,dp=2.5ex]{footnote}%
|
||||||
|
\usebeamerfont{footnote}
|
||||||
|
\hspace{5mm} \today
|
||||||
|
\hfill
|
||||||
|
\insertsubtitle
|
||||||
|
\hfill
|
||||||
|
\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
|
||||||
|
\inserttitlegraphic \hspace*{2ex}
|
||||||
|
\end{beamercolorbox}}%
|
||||||
|
\vskip 0pt%
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifx\nosectiontoc\undefined
|
||||||
|
\AtBeginSection[]
|
||||||
|
{
|
||||||
|
\disablefooter
|
||||||
|
\begin{frame}{Outline}
|
||||||
|
\tableofcontents[currentsection]
|
||||||
|
\end{frame}
|
||||||
|
\enablefooter{\inserttitle}
|
||||||
|
}
|
||||||
|
\fi
|
||||||
|
|
||||||
|
\newcommand{\enablefooter}[1]{
|
||||||
|
%% Put the Footer Subtitle Here
|
||||||
|
\subtitle{#1}
|
||||||
|
%% This shows some Footer graphics
|
||||||
|
\titlegraphic{\includegraphics[height=4ex,trim={0 5cm 0 -4cm}]{\FootLogoA}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\disablefooter}[0]{
|
||||||
|
\subtitle{}
|
||||||
|
\titlegraphic{}
|
||||||
|
}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
55
beamerthemexethru.sty
Normal file
55
beamerthemexethru.sty
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
% Modified Beamer Style sheet for Xethru publications
|
||||||
|
% Created by: Lieuwe B. Leene 2020 Jan
|
||||||
|
|
||||||
|
\mode<presentation>
|
||||||
|
|
||||||
|
\newif\ifbeamer@secheader
|
||||||
|
\beamer@secheaderfalse
|
||||||
|
\DeclareOptionBeamer{secheader}{\beamer@secheadertrue}
|
||||||
|
\ProcessOptionsBeamer
|
||||||
|
\useoutertheme{xethru}
|
||||||
|
|
||||||
|
% color definitions
|
||||||
|
\definecolor{xethrublack}{RGB}{20,0,20}
|
||||||
|
\definecolor{xethruwhite}{RGB}{255,240,255}
|
||||||
|
\definecolor{xethrusecondary}{RGB}{10,10,40}
|
||||||
|
|
||||||
|
% footer styling
|
||||||
|
\setbeamerfont{footnote}{size=\scriptsize}
|
||||||
|
\setbeamercolor{footnote}{fg=white,bg=xethrusecondary}
|
||||||
|
|
||||||
|
% set the title color
|
||||||
|
\setbeamercolor{title}{fg=xethruwhite}
|
||||||
|
\setbeamerfont{title}{size=\LARGE}
|
||||||
|
\setbeamercolor{author}{fg=xethruwhite}
|
||||||
|
\setbeamerfont{author}{size=\normalsize}
|
||||||
|
\setbeamercolor{institute}{fg=xethruwhite}
|
||||||
|
\setbeamerfont{institute}{size=\normalsize}
|
||||||
|
|
||||||
|
% set colors for specific elements
|
||||||
|
\setbeamercolor{block}{fg=xethrublack}
|
||||||
|
\setbeamercolor{block title}{fg=xethrublack} % adjust title color to poppy
|
||||||
|
\setbeamercolor{block item}{fg=xethrublack}
|
||||||
|
\setbeamercolor{itemize item}{fg=xethrublack} % adjusts the bullet color
|
||||||
|
|
||||||
|
% frame title styling
|
||||||
|
\setbeamertemplate{frametitle}{\vspace{1.5em} \color{xethrublack} \insertframetitle}
|
||||||
|
\setbeamerfont{frametitle}{size=\LARGE,series=\bfseries}
|
||||||
|
|
||||||
|
% frame content styling
|
||||||
|
\setbeamersize{text margin left=1.5em,text margin right=3em}
|
||||||
|
|
||||||
|
%define first bullet symbol
|
||||||
|
\usesubitemizeitemtemplate{%
|
||||||
|
\tiny\raise1.5pt\hbox{\color{xethrusecondary}$\circ$}%
|
||||||
|
}
|
||||||
|
|
||||||
|
%define second bullet symbol
|
||||||
|
\usesubsubitemizeitemtemplate{%
|
||||||
|
\tiny\raise1.5pt\hbox{\color{xethrusecondary}$\blacktriangleright$}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<all>
|
@ -42,8 +42,6 @@
|
|||||||
%% List of personally preferred symbol definitions
|
%% List of personally preferred symbol definitions
|
||||||
%% Taken and edited from various online code snippets
|
%% Taken and edited from various online code snippets
|
||||||
|
|
||||||
\usepackage{upgreek}
|
|
||||||
|
|
||||||
\newcommand{\ipc}{{\sf ipc}}
|
\newcommand{\ipc}{{\sf ipc}}
|
||||||
\newcommand{\Prob}{\bbbp}
|
\newcommand{\Prob}{\bbbp}
|
||||||
\newcommand{\Real}{\bbbr}
|
\newcommand{\Real}{\bbbr}
|
||||||
@ -68,32 +66,32 @@
|
|||||||
\newcommand{\UUprime}{{\bf U'}}
|
\newcommand{\UUprime}{{\bf U'}}
|
||||||
\newcommand{\zzero}{{\bf 0}}
|
\newcommand{\zzero}{{\bf 0}}
|
||||||
\newcommand{\ppi}{\mbox{\boldmath $\pi$}}
|
\newcommand{\ppi}{\mbox{\boldmath $\pi$}}
|
||||||
\newcommand{\rpi}{$\uppi$}
|
\newcommand{\rpi}{$\pi$}
|
||||||
\newcommand{\dDelta}{\mbox{\boldmath $\Delta$}}
|
\newcommand{\dDelta}{\mbox{\boldmath $\Delta$}}
|
||||||
\newcommand{\rDelta}{$\Updelta$}
|
\newcommand{\rDelta}{$\Delta$}
|
||||||
\newcommand{\rSigma}{$\Upsigma$}
|
\newcommand{\rSigma}{$\Sigma$}
|
||||||
\newcommand{\rSD}{$\Upsigma\Updelta$}
|
\newcommand{\rSD}{$\Sigma\Delta$}
|
||||||
\newcommand{\rDS}{$\Updelta\Upsigma$}
|
\newcommand{\rDS}{$\Delta\Sigma$}
|
||||||
\newcommand{\aalph}{\mbox{\boldmath $\alpha$}}
|
\newcommand{\aalph}{\mbox{\boldmath $\alpha$}}
|
||||||
\newcommand{\ralpha}{$\upalpha$}
|
\newcommand{\ralpha}{$\alpha$}
|
||||||
\newcommand{\pphi}{\mbox{\boldmath $\phi$}}
|
\newcommand{\pphi}{\mbox{\boldmath $\phi$}}
|
||||||
\newcommand{\rphi}{$\upphi$}
|
\newcommand{\rphi}{$\phi$}
|
||||||
\newcommand{\bb}{{\bf b}}
|
\newcommand{\bb}{{\bf b}}
|
||||||
\newcommand{\ee}{{\bf e}}
|
\newcommand{\ee}{{\bf e}}
|
||||||
\newcommand{\mmu}{\mbox{\boldmath $\mu$}}
|
\newcommand{\mmu}{\mbox{\boldmath $\mu$}}
|
||||||
\newcommand{\rmu}{$\upmu$}
|
\newcommand{\rmu}{$\mu$}
|
||||||
\newcommand{\mbeta}{\mbox{\boldmath $\beta$}}
|
\newcommand{\mbeta}{\mbox{\boldmath $\beta$}}
|
||||||
\newcommand{\rbeta}{$\upbeta$}
|
\newcommand{\rbeta}{$\beta$}
|
||||||
\newcommand{\meta}{\mbox{\boldmath $\eta$}}
|
\newcommand{\meta}{\mbox{\boldmath $\eta$}}
|
||||||
\newcommand{\reta}{$\upeta$}
|
\newcommand{\reta}{$\eta$}
|
||||||
\newcommand{\rsigma}{$\upsigma$}
|
\newcommand{\rsigma}{$\sigma$}
|
||||||
\newcommand{\rtau}{$\uptau$}
|
\newcommand{\rtau}{$\tau$}
|
||||||
\newcommand{\vv}{{\bf v}}
|
\newcommand{\vv}{{\bf v}}
|
||||||
\newcommand{\xx}{{\bf x}}
|
\newcommand{\xx}{{\bf x}}
|
||||||
\newcommand{\yy}{{\bf y}}
|
\newcommand{\yy}{{\bf y}}
|
||||||
\newcommand{\zz}{{\bf z}}
|
\newcommand{\zz}{{\bf z}}
|
||||||
\newcommand{\oomeg}{\mbox{\boldmath $\omega$ }}
|
\newcommand{\oomeg}{\mbox{\boldmath $\omega$ }}
|
||||||
\newcommand{\rOmeg}{$\Upomega$}
|
\newcommand{\rOmeg}{$\Omega$}
|
||||||
\newcommand{\res}{{\bf res}}
|
\newcommand{\res}{{\bf res}}
|
||||||
\newcommand{\cchi}{{\mbox{\raisebox{.4ex}{$\chi$}}}}
|
\newcommand{\cchi}{{\mbox{\raisebox{.4ex}{$\chi$}}}}
|
||||||
%\newcommand{\cchi}{{\cal X}}
|
%\newcommand{\cchi}{{\cal X}}
|
||||||
|
0
imperial-common.sty
Executable file → Normal file
0
imperial-common.sty
Executable file → Normal file
0
impletter.cls
Executable file → Normal file
0
impletter.cls
Executable file → Normal file
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
\providecommand{\fontscale}{1} % load default if not set
|
\providecommand{\fontscale}{1} % load default if not set
|
||||||
\setmainfont
|
\setmainfont
|
||||||
[Path = ../Fonts/IBM-Plex-Sans/,
|
[Path = ../Latex/Fonts/IBM-Plex-Sans/,
|
||||||
Scale=\fontscale,
|
Scale=\fontscale,
|
||||||
UprightFont = *-Regular,
|
UprightFont = *-Regular,
|
||||||
ItalicFont = *-Italic,
|
ItalicFont = *-Italic,
|
||||||
@ -58,7 +58,7 @@
|
|||||||
\setlength{\TPHorizModule}{0.01\paperwidth} % Sets the units for the horizontal position used in the \begin{textblock} argument
|
\setlength{\TPHorizModule}{0.01\paperwidth} % Sets the units for the horizontal position used in the \begin{textblock} argument
|
||||||
\setlength{\TPVertModule}{0.01\paperwidth} % Sets the units for the vertical position used in the \begin{textblock} argument
|
\setlength{\TPVertModule}{0.01\paperwidth} % Sets the units for the vertical position used in the \begin{textblock} argument
|
||||||
\newcommand{\lastupdated}{ % Create a new command for printing the Last Updated text
|
\newcommand{\lastupdated}{ % Create a new command for printing the Last Updated text
|
||||||
\begin{textblock}{23}(75,13.5) % The position of the Last Updated text on the page
|
\begin{textblock}{23}(70,10.5) % The position of the Last Updated text on the page
|
||||||
\flushleft{
|
\flushleft{
|
||||||
\color{date}\fontseries{l}\selectfont \small \selectfont % Text styling of the text
|
\color{date}\fontseries{l}\selectfont \small \selectfont % Text styling of the text
|
||||||
Last Updated on \today } % Last Updated text
|
Last Updated on \today } % Last Updated text
|
||||||
@ -105,7 +105,7 @@ Last Updated on \today } % Last Updated text
|
|||||||
{\fontseries{m}\selectfont \LastName} % Last name font
|
{\fontseries{m}\selectfont \LastName} % Last name font
|
||||||
\vspace{0.45cm}} \\[5pt] % Whitespace between the name and contact information
|
\vspace{0.45cm}} \\[5pt] % Whitespace between the name and contact information
|
||||||
|
|
||||||
\begin{textblock}{23}(75,4)
|
\begin{textblock}{23}(70,3)
|
||||||
\vline
|
\vline
|
||||||
\flushleft{\color{headings}%
|
\flushleft{\color{headings}%
|
||||||
{\fontseries{l}\selectfont Address:} \Address \\
|
{\fontseries{l}\selectfont Address:} \Address \\
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
\web{\Website}
|
\web{\Website}
|
||||||
\nametitle{\Salutation}
|
\nametitle{\Salutation}
|
||||||
\author{\FirstName~\LastName}
|
\author{\FirstName~\LastName}
|
||||||
\postnoms{\Creditation}
|
\postnoms{\Certification}
|
||||||
\jobtitle{\JobTitle}
|
\jobtitle{\JobTitle}
|
||||||
%\signature{signature.png}
|
%\signature{signature.png}
|
||||||
% % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
% % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
%% Default Author details used by scripts
|
%% Default Author details used by scripts
|
||||||
%% Several fields below can accommodate URL links
|
%% Several fields below can accommodate URL links
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\newcommand{\Salutation}{Mr.}
|
\newcommand{\Salutation}{Dr.}
|
||||||
\newcommand{\FirstName}{John}
|
\newcommand{\FirstName}{Lieuwe}
|
||||||
\newcommand{\LastName}{Dough}
|
\newcommand{\LastName}{Leene}
|
||||||
\newcommand{\Certification}{MCA}
|
\newcommand{\Certification}{PhD. MSc. BEng.}
|
||||||
\newcommand{\Email}{j.dough@baker.br}
|
\newcommand{\Email}{lieuwe.leene@gmail.com}
|
||||||
\newcommand{\JobTitle}{Technical Oven Assistant}
|
\newcommand{\JobTitle}{Mixed Signal IC Design Lead}
|
||||||
\newcommand{\Group}{Main Baking staff for Bread}
|
\newcommand{\Group}{Novelda Engineering Division}
|
||||||
\newcommand{\Organisation}{A Baking Company for Bread, Anytown, USA}
|
\newcommand{\Organisation}{Novelda}
|
||||||
\newcommand{\Address}{123 Main St, Anytown, 90210 USA}
|
% \newcommand{\Address}{Eikelundveien 7, Kjeller, 2007 Norway}
|
||||||
\newcommand{\Telephone}{+88 (0)8888 888888}
|
\newcommand{\Address}{NOVELDA Oslo, Gjerdrums vei 8, 0484 Oslo, Norway}
|
||||||
\newcommand{\LinkedIn}{john-dough}
|
\newcommand{\Telephone}{(+47) 74 686 755}
|
||||||
\newcommand{\Website}{www.baker.br/oven-corner}
|
\newcommand{\LinkedIn}{lieuwe-leene}
|
||||||
\newcommand{\Creditation}{MCA}
|
\newcommand{\Website}{lieuwe.leene.dev}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
21
requirements.txt
Normal file
21
requirements.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
texlive-xetex
|
||||||
|
latexmk
|
||||||
|
texlive-amsmath
|
||||||
|
texlive-beamer
|
||||||
|
texlive-booktabs
|
||||||
|
texlive-cite
|
||||||
|
texlive-fontspec
|
||||||
|
texlive-fp
|
||||||
|
texlive-geometry
|
||||||
|
texlive-ifxetex
|
||||||
|
texlive-lipsum
|
||||||
|
texlive-subfigure
|
||||||
|
texlive-xcolor
|
||||||
|
texlive-was
|
||||||
|
texlive-datetime
|
||||||
|
texlive-lastpage
|
||||||
|
texlive-lipsum
|
||||||
|
texlive-textpos
|
||||||
|
texlive-isodate
|
||||||
|
texlive-a0poster
|
||||||
|
texlive-mdframed
|
Loading…
x
Reference in New Issue
Block a user