Compare commits

2 Commits

Author SHA1 Message Date
a764be1374 minor update to file organization 2021-07-31 12:54:12 +02:00
1128b8afe7 Minor cleanup and added new beamer style 2020-10-19 11:00:01 +02:00
12 changed files with 941 additions and 984 deletions

5
.gitattributes vendored
View File

@ -1,5 +0,0 @@
* text=auto
*.md text eol=lf
*.rtf text eol=lf
*.cls text eol=lf
*.tex text eol=lf

View File

@ -1,17 +0,0 @@
#!/usr/bin/env bash
for font_file in $(find . -regextype posix-extended -iregex ".*-(italic|bold|regular)+.ttf");
do fontforge -lang=ff -c "Open(\"$font_file\");Generate(\"${font_file/ttf/pfa}\")";
done
MAP_FILE="/usr/share/groff/current/font/devps/generate/textmap"
ENC_FILE="/usr/share/groff/current/font/devps/text.enc"
FONT_FAMILY="${PWD##*/}"
for afm_file in ./*afm; do
FONT_TYPE="R"
if [[ "${afm_file,,}" == *"italic"* ]] ; then FONT_TYPE="I" ; fi
if [[ "${afm_file,,}" == *"bold"* ]] ; then FONT_TYPE="B" ; fi
if [[ "${afm_file,,}" == *"bolditalic"* ]] ; then FONT_TYPE="BI" ; fi
afmtodit -e $ENC_FILE $afm_file $MAP_FILE "${FONT_FAMILY}${FONT_TYPE}"
done

View File

@ -233,24 +233,4 @@
\fi
}
\newcommand{\insertbib}[1]{
\begin{frame}[allowframebreaks]
\frametitle{References}
\footnotesize
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,IEEEbst,#1}
\end{frame}
}
%% Put Author details here
\newcommand{\inserttitlepage}[0]{
\disablefooter
\institute{\Group \\
\Organisation \\
\href{\Website}{\Website}}%
\maketitle
\inserttoc
\enablefooter{\maintitle}
}
\input{default_symbols.cls}

View File

@ -17,7 +17,7 @@
%% Insert Background Here
\hspace{\marginlength} \parbox[c]{\dimexpr (\paperwidth-2\marginlength) \relax}{ %
\includegraphics[height=0.4\paperheight, trim={0 0 0 -5cm}]{\FrontLogoA}
\includegraphics[height=0.15\paperheight, trim={0 0 0 5cm}]{\FrontLogoA} %
}
\vspace{1.5\marginlength} \\
\hspace{\marginlength} \parbox[c]{\textwidth}{%
@ -57,7 +57,7 @@
{
\disablefooter
\begin{frame}{Outline}
\tableofcontents[currentsection]
\tableofcontents[currentsection]
\end{frame}
\enablefooter{\inserttitle}
}
@ -71,8 +71,8 @@
}
\newcommand{\disablefooter}[0]{
\subtitle{}
\titlegraphic{}
\subtitle{}
\titlegraphic{}
}
\mode

View File

@ -42,6 +42,8 @@
%% List of personally preferred symbol definitions
%% Taken and edited from various online code snippets
\usepackage{upgreek}
\newcommand{\ipc}{{\sf ipc}}
\newcommand{\Prob}{\bbbp}
\newcommand{\Real}{\bbbr}
@ -66,32 +68,32 @@
\newcommand{\UUprime}{{\bf U'}}
\newcommand{\zzero}{{\bf 0}}
\newcommand{\ppi}{\mbox{\boldmath $\pi$}}
\newcommand{\rpi}{$\pi$}
\newcommand{\rpi}{$\uppi$}
\newcommand{\dDelta}{\mbox{\boldmath $\Delta$}}
\newcommand{\rDelta}{$\Delta$}
\newcommand{\rSigma}{$\Sigma$}
\newcommand{\rSD}{$\Sigma\Delta$}
\newcommand{\rDS}{$\Delta\Sigma$}
\newcommand{\rDelta}{$\Updelta$}
\newcommand{\rSigma}{$\Upsigma$}
\newcommand{\rSD}{$\Upsigma\Updelta$}
\newcommand{\rDS}{$\Updelta\Upsigma$}
\newcommand{\aalph}{\mbox{\boldmath $\alpha$}}
\newcommand{\ralpha}{$\alpha$}
\newcommand{\ralpha}{$\upalpha$}
\newcommand{\pphi}{\mbox{\boldmath $\phi$}}
\newcommand{\rphi}{$\phi$}
\newcommand{\rphi}{$\upphi$}
\newcommand{\bb}{{\bf b}}
\newcommand{\ee}{{\bf e}}
\newcommand{\mmu}{\mbox{\boldmath $\mu$}}
\newcommand{\rmu}{$\mu$}
\newcommand{\rmu}{$\upmu$}
\newcommand{\mbeta}{\mbox{\boldmath $\beta$}}
\newcommand{\rbeta}{$\beta$}
\newcommand{\rbeta}{$\upbeta$}
\newcommand{\meta}{\mbox{\boldmath $\eta$}}
\newcommand{\reta}{$\eta$}
\newcommand{\rsigma}{$\sigma$}
\newcommand{\rtau}{$\tau$}
\newcommand{\reta}{$\upeta$}
\newcommand{\rsigma}{$\upsigma$}
\newcommand{\rtau}{$\uptau$}
\newcommand{\vv}{{\bf v}}
\newcommand{\xx}{{\bf x}}
\newcommand{\yy}{{\bf y}}
\newcommand{\zz}{{\bf z}}
\newcommand{\oomeg}{\mbox{\boldmath $\omega$ }}
\newcommand{\rOmeg}{$\Omega$}
\newcommand{\rOmeg}{$\Upomega$}
\newcommand{\res}{{\bf res}}
\newcommand{\cchi}{{\mbox{\raisebox{.4ex}{$\chi$}}}}
%\newcommand{\cchi}{{\cal X}}

View File

@ -31,7 +31,7 @@
\providecommand{\fontscale}{1} % load default if not set
\setmainfont
[Path = ../Latex/Fonts/IBM-Plex-Sans/,
[Path = ../Fonts/IBM-Plex-Sans/,
Scale=\fontscale,
UprightFont = *-Regular,
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{\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
\begin{textblock}{23}(70,11.5) % The position of the Last Updated text on the page
\begin{textblock}{23}(75,13.5) % The position of the Last Updated text on the page
\flushleft{
\color{date}\fontseries{l}\selectfont \small \selectfont % Text styling of the 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
\vspace{0.45cm}} \\[5pt] % Whitespace between the name and contact information
\begin{textblock}{23}(70,4)
\begin{textblock}{23}(75,4)
\vline
\flushleft{\color{headings}%
{\fontseries{l}\selectfont Address:} \Address \\
@ -151,7 +151,7 @@ Last Updated on \today } % Last Updated text
%----------------------------------------------------------------------------------------
\newenvironment{tightitemize} % Defines the tightitemize environment which modifies the itemize environment to be more compact
{\vspace{-\topsep} \begin{itemize} \itemsep4pt \parskip1pt \parsep1pt}
{\vspace{-\topsep} \begin{itemize} \itemsep1pt \parskip0pt \parsep0pt}
{\end{itemize} \vspace{-\topsep}}
%----------------------------------------------------------------------------------------

View File

@ -8,12 +8,9 @@
\newcommand{\Email}{lieuwe.leene@novelda.com}
\newcommand{\JobTitle}{Mixed Signal IC Design Lead}
\newcommand{\Group}{Novelda Engineering Division}
\newcommand{\Organisation}{Novelda AS}
% \newcommand{\Address}{Eikelundveien 7, Kjeller, 2007 Norway}
% \newcommand{\Address}{12F Helgesens Gate, Oslo, 0553 Norway}
\newcommand{\Address}{Novelda AS Oslo, Gjerdrums vei 8, 0484 Oslo, Norway}
\newcommand{\Telephone}{(+47) 47 686 755}
\newcommand{\Organisation}{Novelda}
\newcommand{\Address}{12F Helgesens Gate, Oslo, 0553 Norway}
\newcommand{\Telephone}{(+47) 74 686 755}
\newcommand{\LinkedIn}{lieuwe-leene}
\newcommand{\Website}{lieuwe.leene.dev}
\newcommand{\MyKeyWords}{ASIC, UWB, RFIC, IEEE, FDSOI, ADC, DAC, DSP, ANALOG, MIXED SIGNAL, PLL, DLL, ADPLL, TDC, OSCILLATOR, CMOS, TSMC, GF, AMS, BANDGAP, TRANSCIEVER, RF, AUTOMOTIVE, DRC, LVS, QRC, SPECTRE, HFSS, SPICE, VERILOG, C++, CPP, PYTHON, PCB, CADENCE, MENTOR, CALIBRE, QUANTUS, PEGASUS, LAYOUT, SCHEMATIC, EMX, VERIFICATION, DESIGN}
\makeatother