Move things around
This commit is contained in:
parent
0a6bff26ee
commit
b1485c53b0
|
@ -1,27 +0,0 @@
|
|||
(TeX-add-style-hook
|
||||
"ntnu-math"
|
||||
(lambda ()
|
||||
(TeX-run-style-hooks
|
||||
"cancel"
|
||||
"tikz"
|
||||
"pgfplots"
|
||||
"amssymb"
|
||||
"tcolorbox"
|
||||
"colortbl")
|
||||
(TeX-add-symbols
|
||||
'("thickline" 1)
|
||||
'("mcom" 1)
|
||||
"erow"
|
||||
"T"
|
||||
"F")
|
||||
(LaTeX-add-environments
|
||||
'("truthtable" 2)
|
||||
"mgraphbox")
|
||||
(LaTeX-add-lengths
|
||||
"oldarrayrulewidth")
|
||||
(LaTeX-add-tcolorbox-newtcolorboxes
|
||||
'("coloredgraphbox" "" "" ""))
|
||||
(LaTeX-add-array-newcolumntypes
|
||||
"e"))
|
||||
:latex)
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
(TeX-add-style-hook
|
||||
"ntnu"
|
||||
(lambda ()
|
||||
(TeX-add-to-alist 'LaTeX-provided-package-options
|
||||
'(("xcolor" "dvipsnames") ("inputenc" "utf8") ("tcolorbox" "many") ("adjustbox" "export") ("babel" "norsk" "english")))
|
||||
(TeX-run-style-hooks
|
||||
"xcolor"
|
||||
"graphicx"
|
||||
"inputenc"
|
||||
"hyperref"
|
||||
"geometry"
|
||||
"titling"
|
||||
"tcolorbox"
|
||||
"fancyhdr"
|
||||
"enumitem"
|
||||
"float"
|
||||
"adjustbox"
|
||||
"babel")
|
||||
(TeX-add-symbols
|
||||
'("pic" 1)
|
||||
'("setsubexc" 1)
|
||||
'("setexc" 1)
|
||||
"ntnuTitle"
|
||||
"exc"
|
||||
"subexc")
|
||||
(LaTeX-add-environments
|
||||
"excs"
|
||||
"subexcs"))
|
||||
:latex)
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
\begin{minipage}{0.10\textwidth}
|
||||
\vspace*{2mm}
|
||||
\centering
|
||||
\includegraphics[scale=1.2]{$HOME/texmf/tex/latex/local/ntnu/ntnu_logo.pdf}
|
||||
\includegraphics[scale=1.2]{$HOME/texmf/tex/latex/local/ntnu/graphics/ntnu_logo.pdf}
|
||||
\end{minipage}
|
||||
\vspace*{2cm}
|
||||
}
|
Loading…
Reference in New Issue