-
Notifications
You must be signed in to change notification settings - Fork 1
/
prionta.tex
126 lines (112 loc) · 3.77 KB
/
prionta.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
115
116
117
118
119
120
121
122
123
124
125
126
\documentclass[8pt,twocolumn,openany]{extbook}
\usepackage{fancyhdr}
\usepackage{amssymb}
\usepackage[Conny]{fncychap}
\ChTitleAsIs{\huge\sc\centering}
\ChTitleVar{\huge\sc\centering}
\usepackage{fix2col}
\usepackage{bookman} % OK
\usepackage[american,irish]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{manfnt} % for \dbend
%\usepackage[top=1in, bottom=0.75in, left=0.6in, right=0.6in]{geometry}
\usepackage[paperwidth=6in, paperheight=9in, top=1in, bottom=0.75in, left=0.6in, right=0.6in]{geometry}
\usepackage[pdftex,
linkcolor=black,
urlcolor=black,
colorlinks=true,
breaklinks=true,
% bookmarks=true,
% pdfpagelayout=OneColumn,
% pdfstartview=FitH,
% pdfview=FitH,
pdftitle={gv2ga},
pdfauthor={Kevin Scannell}]{hyperref}
\setlength{\headheight}{14pt}
\setlength{\headsep}{0.2in}
\setlength{\parindent}{1pc}
\setlength{\columnsep}{0.2in}
\pagestyle{fancy}
\newlength{\drop}
\newcommand*{\titleM}{\begingroup
\drop = 0.08\textheight
\centering
\vspace*{\drop}
{\Huge\bfseries Focl\'oir Manainnis-Gaeilge}\\[\baselineskip]
{\large\scshape Caoimh\'{\i}n \'O Scanaill}\par
\vfill
{\large\scshape Cadhan Aonair}\\[\baselineskip]
{\large\scshape Saint Louis}\par
\vspace*{2\drop}
\endgroup}
\begin{document}
\begin{frontmatter}
\pagestyle{empty}
\onecolumn
\titleM
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Coipcheart %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
%\chapter*{C\'oipcheart}
%\addcontentsline{toc}{chapter}{C\'oipcheart}
{\centering
\copyright \hspace{0.5ex} 2016 Kevin Scannell\\[\baselineskip]
An Chéad Chló 2016\\[\baselineskip]
ISBN 978-0-9975665-1-2\\[\baselineskip]
}
\vfill
\noindent
Tá lánchead ag aon duine an leabhar seo a chóipeáil, a athrú, nó a athfhoilsiú
de réir théarmaí an Creative Commons Attribution-ShareAlike 4.0 International
License; tuilleadh eolais ó
\texttt{https://creativecommons.org/licenses/by-sa/4.0/}.\\[\baselineskip]
\noindent
Arna fhoilsiú ag Cadhan Aonair, Saint Louis, Missouri, Stáit Aontaithe Mheiriceá.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Giorruchain %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\newpage
\chapter*{Giorr\'uch\'ain}
%\addcontentsline{toc}{chapter}{Giorr\'uch\'ain}
\thispagestyle{empty}
\begin{tabbing}
\hspace*{12ex}\=\hspace{12ex}\=\kill
\> {\it aid} \> aidiacht \\
\> {\it af} \> ainmfhocal \\
\> {\it bain} \> ainmfhocal baininscneach \\
\> {\it br} \> briathar \\
\> {\it cop} \> copail \\
\> {\it db} \> dobhriathar \\
\> {\it fir} \> ainmfhocal firinscneach \\
\> {\it for} \> forainm \\
\> {\it réamh} \> réamhfhocal \\
\> {\it sealbh} \> aidiacht shealbhach \\
\> {\it uaill} \> uaillbhreas \\
\> $\bigstar$ \> sa míle focal is coitianta ach gan a bheith soiléir \\
\> \textdagger \> neamhchoitianta: sampla ar bith i gcorpas mór Manainnise \\
\> \textdbend \> cara bréagach: cosúil le focal Gaeilge ach le brí dhifriúil \\
\end{tabbing}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Usaid %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\chapter*{{\'U}s\'aid}
%\addcontentsline{toc}{chapter}{\'Us\'aid}
\newpage
\thispagestyle{empty}
%\endinput
% \tableofcontents
\end{frontmatter}
\begin{mainmatter}
\twocolumn
\selectlanguage{irish}
\lhead{\large\bf \rightmark}
\rhead{\large\bf \leftmark}
\input sonrai.tex
\appendix
\lhead{}
\rhead{}
\end{mainmatter}
\end{document}