Remove custom commands
This commit is contained in:
parent
7e2f4a4861
commit
168a4e2ffe
2 changed files with 1 additions and 7 deletions
|
@ -47,9 +47,7 @@
|
||||||
"listings"
|
"listings"
|
||||||
"csvsimple")
|
"csvsimple")
|
||||||
(TeX-add-symbols
|
(TeX-add-symbols
|
||||||
'("TitlePage" 1)
|
'("TitlePage" 1))
|
||||||
'("code" 1)
|
|
||||||
'("important" 1))
|
|
||||||
(LaTeX-add-environments
|
(LaTeX-add-environments
|
||||||
"oldtabular")
|
"oldtabular")
|
||||||
(LaTeX-add-xcolor-definecolors
|
(LaTeX-add-xcolor-definecolors
|
||||||
|
|
|
@ -139,10 +139,6 @@
|
||||||
% Custom quote environment
|
% Custom quote environment
|
||||||
\AtBeginEnvironment{quote}{\itshape}
|
\AtBeginEnvironment{quote}{\itshape}
|
||||||
|
|
||||||
% Custom formatting commands
|
|
||||||
\newcommand{\important}[1]{\textbf{#1}}
|
|
||||||
\newcommand{\code}[1]{\texttt{#1}}
|
|
||||||
|
|
||||||
% Title page settings
|
% Title page settings
|
||||||
\newcommand{\TitlePage}[1]{
|
\newcommand{\TitlePage}[1]{
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
|
|
Loading…
Add table
Reference in a new issue