diff options
Diffstat (limited to 'tex/src')
-rw-r--r-- | tex/src/figure-src-inputconf.tex | 2 | ||||
-rw-r--r-- | tex/src/preamble-style.tex | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tex/src/figure-src-inputconf.tex b/tex/src/figure-src-inputconf.tex index fc3315d..1a3b31c 100644 --- a/tex/src/figure-src-inputconf.tex +++ b/tex/src/figure-src-inputconf.tex @@ -1,4 +1,4 @@ -\begin{tcolorbox}[title=\inlinecode{\textcolor{white}{INPUT.conf}}\hfill\textcolor{white}{(simplified)}] +\begin{tcolorbox}[title=\inlinecode{\textcolor{white}{INPUT.conf}}] \footnotesize \texttt{\mkvar{MK20DATA} = menke20.xlsx}\\ \texttt{\mkvar{MK20MD5}{ } = 8e4eee64791f351fec58680126d558a0}\\ diff --git a/tex/src/preamble-style.tex b/tex/src/preamble-style.tex index 82f9714..592d97e 100644 --- a/tex/src/preamble-style.tex +++ b/tex/src/preamble-style.tex @@ -145,6 +145,9 @@ %% Custom macros \newcommand{\inlinecode}[1]{\textcolor{blue!35!black}{\texttt{#1}}} +%% To use International Phonetic Alphabet (IPA) +\usepackage{tipa} + %% Example Makefile macros \newcommand{\mkcomment}[1]{\textcolor{red!70!white}{\# #1}} \newcommand{\mkvar}[1]{\textcolor{orange!40!black}{#1}} |