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"
|
||||
"csvsimple")
|
||||
(TeX-add-symbols
|
||||
'("TitlePage" 1)
|
||||
'("code" 1)
|
||||
'("important" 1))
|
||||
'("TitlePage" 1))
|
||||
(LaTeX-add-environments
|
||||
"oldtabular")
|
||||
(LaTeX-add-xcolor-definecolors
|
||||
|
|
|
@ -139,10 +139,6 @@
|
|||
% Custom quote environment
|
||||
\AtBeginEnvironment{quote}{\itshape}
|
||||
|
||||
% Custom formatting commands
|
||||
\newcommand{\important}[1]{\textbf{#1}}
|
||||
\newcommand{\code}[1]{\texttt{#1}}
|
||||
|
||||
% Title page settings
|
||||
\newcommand{\TitlePage}[1]{
|
||||
\begin{titlepage}
|
||||
|
|
Loading…
Add table
Reference in a new issue