Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add bold text feature.
  • Loading branch information
calcnerd256 committed Mar 14, 2016
1 parent 015837e commit 2563c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion TeX/pre_eoa.tex
Expand Up @@ -313,6 +313,8 @@

% Makro für kursiven Text
\newcommand{\EOAemph}[1]{\emph{#1}}
% Macro for bold text
\newcommand{\EOAbold}[1]{\textbf{#1}}
% Makro für einen URL
\newcommand{\EOAurl}[1]{\protect\url{#1}}
% Makro für hochgestellten Text
Expand Down Expand Up @@ -608,4 +610,4 @@
% Give more space per line, makes hyphenation better
\setlength\emergencystretch{3em}
\usepackage[german=quotes]{csquotes}
\usepackage[german=quotes]{csquotes}
3 changes: 2 additions & 1 deletion TeX/pre_xml.tex
Expand Up @@ -43,6 +43,7 @@
\newcommand*{\EOAauthor}[1]{\begin{xmlelement}{EOAauthor}#1\end{xmlelement}}
\newcommand*{\EOAfn}[1]{\footnote{#1}}
\newcommand*{\EOAemph}[1]{\emph{#1}}
\newcommand*{\EOAbold}[1]{\textbf{#1}}
\newcommand*{\EOAurl}[1]{\url{#1}}
\newcommand*{\EOAup}[1]{\begin{xmlelement}{EOAup}#1\end{xmlelement}}
\newcommand*{\EOAdown}[1]{\begin{xmlelement}{EOAdown}#1\end{xmlelement}}
Expand Down Expand Up @@ -266,4 +267,4 @@
}
%EOAtablehead
\newcommand*{\EOAtablehead}[2][1]{\begin{xmlelement}{tableheader}TRUE\end{xmlelement}#2\\}
\newcommand*{\EOAtablehead}[2][1]{\begin{xmlelement}{tableheader}TRUE\end{xmlelement}#2\\}

0 comments on commit 2563c1e

Please sign in to comment.