mirror of
https://github.com/wnagrodzki/AppleDocumentationStyleLatexTemplate.git
synced 2025-05-07 03:21:43 +02:00
Adds inlinecode command
This commit is contained in:
parent
ee5d1a5a12
commit
5077234b90
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -103,6 +103,11 @@
|
||||||
{\endmdframed\vspace{12pt}}
|
{\endmdframed\vspace{12pt}}
|
||||||
|
|
||||||
|
|
||||||
|
% Inline monospaced text
|
||||||
|
\definecolor{TundoraColor}{HTML}{444444}
|
||||||
|
\newcommand{\inlinecode}[1]{{\textcolor{TundoraColor}{\texttt{#1}}}}
|
||||||
|
|
||||||
|
|
||||||
% Hyperlinks
|
% Hyperlinks
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
colorlinks = true,
|
colorlinks = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue