Table of contents for fic exports, save elfeed db, automatically track dwpost
This commit is contained in:
parent
a636884879
commit
5842a69d22
6 changed files with 43 additions and 15 deletions
|
@ -28,7 +28,8 @@
|
|||
"sepffx"
|
||||
"currentname"
|
||||
"titlegen"
|
||||
"titleasal")
|
||||
"titleasal"
|
||||
"cftchapterpresnum")
|
||||
(LaTeX-add-polyglossia-langs
|
||||
'("english" "defaultlanguage" "variant=british"))
|
||||
(LaTeX-add-fontspec-newfontcmds
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
|
||||
\usepackage{titling}
|
||||
|
||||
\makeatletter
|
||||
\def\cftchapterpresnum #1\@cftasnum{}
|
||||
\cftsetindents{chapter}{0pt}{0pt}
|
||||
\makeatother
|
||||
\renewcommand*{\cftchapterfont}{\normalfont}
|
||||
\renewcommand*{\cftchapterpagefont}{\normalfont}
|
||||
|
||||
\usepackage{polyglossia}
|
||||
\setdefaultlanguage[variant=british]{english}
|
||||
|
||||
|
@ -24,12 +31,7 @@
|
|||
\usepackage{graphicx}
|
||||
|
||||
\PassOptionsToPackage{hyphens}{url}\usepackage[hidelinks]{hyperref}
|
||||
\hypersetup{
|
||||
colorlinks,
|
||||
linkcolor={red!50!black},
|
||||
citecolor={green!30!black},
|
||||
urlcolor={blue!80!black}
|
||||
}
|
||||
|
||||
\makeatletter
|
||||
\DeclareMathSymbol{0}{\mathalpha}{\eu@DigitsArabic@symfont}{`0}
|
||||
\DeclareMathSymbol{1}{\mathalpha}{\eu@DigitsArabic@symfont}{`1}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue