Compare commits
3 Commits
19d2cab38f
...
dbba0c9f85
Author | SHA1 | Date | |
---|---|---|---|
dbba0c9f85 | |||
2ed3daf381 | |||
18032a8e03 |
@ -6,10 +6,10 @@
|
||||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family Iosevka Term
|
||||
bold_font Iosevka Term Bold
|
||||
italic_font Iosevka Term Italic
|
||||
bold_italic_font Iosevka Term Bold Italic
|
||||
font_family Go Mono
|
||||
bold_font Go Mono Bold
|
||||
italic_font Go Mono Italic
|
||||
bold_italic_font Go Mono Bold Italic
|
||||
|
||||
#: You can specify different fonts for the bold/italic/bold-italic
|
||||
#: variants. To get a full list of supported fonts use the `kitty
|
||||
@ -23,7 +23,7 @@ bold_italic_font Iosevka Term Bold Italic
|
||||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
font_size 10.0
|
||||
font_size 9.0
|
||||
|
||||
#: Font size (in pts)
|
||||
|
||||
|
82
pandoc/.pandoc/templates/report.latex
Normal file
82
pandoc/.pandoc/templates/report.latex
Normal file
@ -0,0 +1,82 @@
|
||||
% !TEX TS-program = xelatex
|
||||
% !TEX encoding = UTF-8 Unicode
|
||||
|
||||
% -----------------
|
||||
% START OF PREAMBLE
|
||||
% -----------------
|
||||
\documentclass[12pt,a4paper]{scrreprt}
|
||||
|
||||
|
||||
% Commands
|
||||
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
|
||||
|
||||
|
||||
% Packages
|
||||
\usepackage{fontspec}
|
||||
\usepackage{eurosym}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{mathtools}
|
||||
\usepackage{upquote}
|
||||
\usepackage{microtype}
|
||||
\usepackage{polyglossia}
|
||||
\usepackage{longtable,booktabs}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{grffile}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage[setpagesize=false,
|
||||
unicode=false,
|
||||
colorlinks=true,
|
||||
urlcolor=blue,
|
||||
linkcolor=black]{hyperref}
|
||||
|
||||
|
||||
% Polyglossia settings
|
||||
\setmainlanguage{english} % or danish
|
||||
\addto\captionsenglish{%
|
||||
\renewcommand{\contentsname}{Table of Contents}
|
||||
}
|
||||
\addto\captionsdanish{%
|
||||
\renewcommand{\contentsname}{Indholdsfortegnelse}
|
||||
}
|
||||
|
||||
|
||||
% Required for syntax highlighting
|
||||
$highlighting-macros$
|
||||
|
||||
|
||||
% Don't let images overflow the page
|
||||
% Can still explicit set width/height/options for an image
|
||||
\makeatletter
|
||||
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
||||
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
||||
\makeatother
|
||||
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
||||
|
||||
|
||||
% Make links footnotes instead of hotlinks
|
||||
\renewcommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
|
||||
|
||||
% Avoid problems with \sout in headers with hyperref:
|
||||
\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
|
||||
|
||||
|
||||
% No paragraph indentation
|
||||
% and set space between paragraphs
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em plus 2pt minus 1pt}
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
|
||||
|
||||
% -----------------
|
||||
% END OF PREAMBLE
|
||||
% -----------------
|
||||
\begin{document}
|
||||
|
||||
% chapter: 0, section: 1, subsection: 2 etc
|
||||
\setcounter{secnumdepth}{1}
|
||||
\tableofcontents
|
||||
|
||||
$body$
|
||||
|
||||
\end{document}
|
@ -163,9 +163,9 @@ bitlbee.ssl_fingerprint
|
||||
bitlbee.ssl_verify
|
||||
bitlbee.password
|
||||
bitlbee.capabilities
|
||||
bitlbee.sasl_mechanism
|
||||
bitlbee.sasl_username
|
||||
bitlbee.sasl_password
|
||||
bitlbee.sasl_mechanism = plain
|
||||
bitlbee.sasl_username = "coolneng"
|
||||
bitlbee.sasl_password = "rehiwipls"
|
||||
bitlbee.sasl_key
|
||||
bitlbee.sasl_timeout
|
||||
bitlbee.sasl_fail
|
||||
@ -178,7 +178,7 @@ bitlbee.username
|
||||
bitlbee.realname
|
||||
bitlbee.local_hostname
|
||||
bitlbee.usermode
|
||||
bitlbee.command
|
||||
bitlbee.command = ""
|
||||
bitlbee.command_delay
|
||||
bitlbee.autojoin
|
||||
bitlbee.autorejoin
|
||||
|
@ -10,4 +10,4 @@ set statusbar-bg "#161821"
|
||||
set statusbar-fg "#c6c8d1"
|
||||
set highlight-color "#a093c7"
|
||||
set highlight-active-color "#a093c7"
|
||||
set font "Ttyp0 10"
|
||||
set font "Go Mono 9"
|
||||
|
Loading…
Reference in New Issue
Block a user