-
Notifications
You must be signed in to change notification settings - Fork 0
/
manlibro.tex
42 lines (33 loc) · 1 KB
/
manlibro.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\documentclass[10pt,a4paper]{article}
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[esperanto]{babel}
\usepackage{svg}
\usepackage{import}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{wrapfig}
\graphicspath{ {./img/} }
\renewcommand{\rmdefault}{qpl}
\renewcommand{\sfdefault}{qhv}
\newcommand{\changeSfFont}{\fontfamily{\sfdefault}\selectfont}
\newcommand{\changeRmFont}{\fontfamily{\rmdefault}\selectfont}
\titleformat{\section}{\changeSfFont\LARGE\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}{\changeSfFont\large\bfseries}{\thesubsection}{1em}{}
\title{\vfill\textbf{Manlibro pri Centra Reto}\\\vspace*{1em}{\large Laŭ versio 1.0.0\\Por ĜenSek kaj Administrantoj}}
\author{Mia Nordentoft}
\begin{document}
\changeSfFont
\maketitle
\thispagestyle{empty}
\vspace*{2em}
\noindent\includesvg[width=\linewidth]{img/tejo_cr.svg}
\vfill
\newpage
\tableofcontents
\newpage
\changeRmFont
\pagestyle{headings}
\import{sections/}{index}
\end{document}