Skip to content
Snippets Groups Projects
Commit 011fb795 authored by Horea Christian's avatar Horea Christian
Browse files

Links in references and better keystroke typesetting

parent 0e5a9945
No related branches found
No related tags found
No related merge requests found
\documentclass[aspectratio=169]{beamer}
\usepackage[T1]{fontenc} %pipes don't display properly without this
\usepackage[T1]{fontenc} % the pipe character doesn't display properly without this
\usepackage[utf8]{inputenc}
\usepackage{listings}
\usepackage{color}
......@@ -7,11 +7,11 @@
\usepackage{minted} % COMPILE WITH `pdflatex -shell-escape`!
\usepackage{multicol}
\usepackage{upgreek}
\usepackage{siunitx} %pretty measurement unit rendering
\usepackage{hyperref} %enable hyperlink for urls
\usepackage{siunitx} % pretty measurement unit rendering
\usepackage{hyperref} % enable hyperlink for URLs
\usepackage{lmodern}
\usepackage{setspace}
\usepackage{menukeys}
\usepackage[os=win]{menukeys} % by default keys are given for MacOS
\usefonttheme[onlymath]{serif}
\setcounter{MaxMatrixCols}{20}
......
No preview for this file type
......@@ -37,8 +37,8 @@
\item Open file:
\vspace{-0.6em}
\mint[bgcolor=tlg,fontsize=\footnotesize]{bash}|nano file|
\item Save via: \keys{Ctrl + o}
\item Exit via: \keys{Ctrl + x}
\item Save via: \keys{\ctrl + o}, \keys{\enter}
\item Exit via: \keys{\ctrl + x}
\end{itemize}
\end{frame}
\begin{frame}{Git and Social Coding}
......@@ -405,7 +405,7 @@
\item Compile.
\vspace{-0.6em}
\mint[bgcolor=tlg,fontsize=\footnotesize]{bash}|./compile.sh|
\item Log out from SSH: \keys{Ctrl + d}
\item Log out from SSH: \keys{\ctrl + d}
\item Get the document locally.
\vspace{-0.6em}
\mint[bgcolor=tlg,fontsize=\footnotesize]{bash}|scp YOURUSER@130.60.24.66:nvcz/article.pdf .|
......@@ -486,7 +486,7 @@
\end{itemize}
\end{frame}
\begin{frame}{References}
\bibliographystyle{abbrv}
\bibliographystyle{IEEEtran}
\bibliography{./bib}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment