1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
%% style aspects that may be missing from the journal class and style file(s)

%% maths symbols
\usepackage{amsmath}

% generic quoting style, so that \enquote*{} can be selected by the journal style
\usepackage{csquotes}

%%% use the 1st/2nd line for boldface for POSTREFEREE changes;
%%% use the 3rd line  for normal font for those changes.
%%
\newcommand\postrefereechanges[1]{{\bf \color{myred} \large #1}} \newcommand\postrefereestart{ \bf \color{myred} }  \newcommand\postrefereestop{ \rm \color{black} }  \usepackage{color}  \definecolor{myred}{rgb}{0.7,0.0,0.2}

% red for electronic
%\newcommand\postrefereechanges[1]{{\bf #1}} \newcommand\postrefereestart{ \bf  }  \newcommand\postrefereestop{ \rm }   % black for printing
%%
%\newcommand\postrefereechanges[1]{#1}  \newcommand\postrefereestart{  }  \newcommand\postrefereestop{ }


%% To have links.
\usepackage{hyperref}
\renewcommand\UrlFont{\rmfamily}

%% To include figures.
\usepackage{graphicx}

%% To manage captions.
\usepackage[font={footnotesize}]{caption}

%% To use colors.
\usepackage{xcolor}

%% For creating color boxes
\usepackage[many]{tcolorbox}

%% 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}}
\newcommand{\mktarget}[1]{\textcolor{blue!40!black}{#1}}
\newcommand{\mkprog}[1]{\textcolor{green!30!black}{#1}}
\newcommand{\mktab}[1]{\textcolor{black!30!white}{\_\_\_TAB\_\_\_}}
\newcommand{\recipecomment}[1]{{ }{ }{ }{ }{ }{ }{ }{ }{ }\mkcomment{#1}}