You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
482 B
26 lines
482 B
|
|
%% HELPER MACROS
|
|
|
|
\newcommand\nobr[1]{\mbox{#1}}
|
|
|
|
% monospace
|
|
\newcommand\mono[1]{\texttt{#1}}
|
|
|
|
% library name
|
|
\newcommand\lib[1]{\textit{#1}}
|
|
|
|
% název listing figure
|
|
% \renewcommand\listingscaption{Program}
|
|
|
|
% \newcommand\zdroj[1]{\textit{Zdroj: #1}}
|
|
|
|
|
|
%% UNITS
|
|
|
|
\newcommand{\uF}{\micro\farad}
|
|
\newcommand{\nF}{\nano\farad}
|
|
\newcommand{\cm}{\centi\metre}
|
|
\newcommand{\VperA}{\V/\A}
|
|
|
|
\newcommand{\IIC}{I\textsuperscript{2}C\xspace}
|
|
\newcommand{\IIS}{I\textsuperscript{2}S\xspace}
|
|
|