mirror of
https://github.com/vale981/Lab_Report_LaTeX
synced 2025-03-05 09:01:39 -05:00
some tweaks
This commit is contained in:
parent
ff7078a998
commit
7a28ff58d0
1 changed files with 7 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
\RequirePackage{array}
|
||||
\RequirePackage{tabularx}
|
||||
\RequirePackage{calc}
|
||||
\RequirePackage{fncylab}
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage{iflang}
|
||||
\RequirePackage{fixltx2e}
|
||||
\RequirePackage{csquotes}
|
||||
\RequirePackage{xcolor}
|
||||
\RequirePackage[automark,headsepline]{scrpage2}
|
||||
\KOMAoptions{DIV=14}
|
||||
|
||||
|
@ -26,7 +26,12 @@
|
|||
\labelformat{table}{\IfLanguageName{ngerman}{Tabelle #1}{table #1}}
|
||||
|
||||
\sisetup{separate-uncertainty = true}
|
||||
|
||||
\hypersetup{
|
||||
colorlinks,
|
||||
linkcolor={blue!50!black},
|
||||
citecolor={red!50!black},
|
||||
urlcolor={green!80!black}
|
||||
}
|
||||
\newcolumntype{L}{>{\(}l<{\)}} % math-mode version of "l" column type
|
||||
\newcommand{\headsection}{\leftmark}
|
||||
\newcommand{\ifset}[2]{\ifx {#1} \empty\else\ {#2}\fi}
|
||||
|
|
Loading…
Add table
Reference in a new issue