This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsjungboken.tex
114 lines (91 loc) · 2.43 KB
/
sjungboken.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
% För digital användning
\pdfminorversion=7
\documentclass[12pt,a4paper,notitlepage,twoside]{article}
\makeatletter
\def\app@exe{\immediate\write18}
\def\precompile{%
\IfFileExists{./output.log}{ % Utför endast om ShareLaTeX
\IfFileExists{./sjungboken2.idx}{}% Kör inte make.sh igen när pdflatex kallas i make
{
\app@exe{chmod +x make.sh}%
\app@exe{./make.sh}%
}
}
}{}
\makeatother
\precompile
\usepackage[utf8]{inputenc}
\usepackage{formatmall}
\usepackage[swedish]{babel}
\usepackage{textfit}
\usepackage{fancyhdr}
\usepackage[hang,small,bf]{caption}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{hyperref}
\usepackage{pdfpages}
% Newpages - enable for book, disable for sanghafte
\newcommand{\newp}{\newpage}
% Include songs
\newcommand{\inputsong}[1]{\input{texter/#1.tex}}
\fancyhead[L]{\large Encyclopedia Gasquica}
\fancyhead[R]{\large F-sektionens sjungbok}
\fancyfoot[C]{}
\renewcommand{\footrulewidth}{0.5pt}
\pagestyle{fancy}
\makeindex
%\paperwidth = 10.45 cm
%\paperheight = 14.85 cm
%\voffset = 0.41 cm %vertikal offset
%\hoffset = -2 cm
%\topmargin = 0 cm %marginal ovanför header
\headheight = 1 cm %headerhöjd
%\headsep = 0 cm %mellan header och body
%\textheight = 13 cm %bodyns höjd
%\textwidth = 9 cm
%\oddsidemargin = 0 cm %marginalen på udda sidor
\begin{document}
\include{forord}
\setcounter{section}{6}
\fancyfoot[RO,LE]{\large Sektionssången}
\include{sektsang}
\setcounter{section}{1}
\fancyfoot[RO,LE]{\large Folksånger}
\include{national}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Snapsvisor}
\include{snapsvisor}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Hyfsvisor}
\include{hyfsvisor}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Punschvisor}
\include{punschvisor}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Øhlvisor}
\include{ohlvisor}
\stepcounter{section}
\stepcounter{section} % hoppa över F
\fancyfoot[RO,LE]{\large Vinvisor}
\include{vinvisor}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Bellman}
\include{bellman}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Övriga}
\include{ovriga}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Julvisor}
\include{julvisor}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Djungelvrål}
\include{djungel}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Register}
\include{index}
\stepcounter{section}
\fancyfoot[RO,LE]{\large Sångförmän}
\include{sangforman}
\end{document}