Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %% all by me, free to use
- \renewcommand{\glstextformat}[1]{\textit{{#1}}} % make all \gls commands to output in italic
- \renewcommand{\url}[1]{\underline{\textit{#1}}} % make all \url commands to output in italic and underline
- \newcommand{\inlinecode}[1]{\ttfamily{\textbf{#1}}} % create a new command to inline code with bold and tt family output
- \newcommand*{\authorimg}[1]{%
- \raisebox{-.3\baselineskip}{%
- \includegraphics[
- height=\baselineskip,
- width=\baselineskip,
- keepaspectratio,
- ]{#1}%
- }%
- }
- \newcommand{\reportinfo}[1]{%
- \begin{itemize}%
- \item[\authorimg{imgs/info.png}]{#1}%
- \end{itemize}%
- } % print a "i" and some text on right side
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement