forked from mjreed/latex-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tex
76 lines (50 loc) · 3.12 KB
/
example.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
\documentclass[10pt, oneside, detailedhead]{skeleton}
\usepackage[british]{babel}
\usepackage[babel=true]{microtype}
\pagestyle{plain} %Replace with 'running' for Running Section Headings in top-left
\casenumber{Appeal No: 123456/2007}
\claimant{Bardell}
\respondent[Defendant]{Pickwick}
\respondent[Intervenor]{Snodgrass}
\venue{Court of Appeal (Civil)}
\doctype{Skeleton argument for the claimant}
\counsel{Michael Reed}
\chambers{Free Representation Unit}
\date{\today}
\begin{document}
\legalhead
\pa This is an example file, produced by \texttt{skeleton}, a \LaTeX\ class for creating British legal documents, in particular skeleton arguments.
\pa This document demonstrates some of \texttt{skeleton}'s functionality. For example, the heading above has been produced automatically from information provided in the preamble. Legal style paragraph numbering is also made easy.\label{head}
\pa Quotations from statutes are formatted appropriately:
\begin{statquote}
\stathead{s98}{Employment Act 1996}
\stat{1}{In determining for the purposes of this Part whether the dismissal of an employee is fair or unfair, it is for the employer to show---}
\begin{instatquote}
\stat{a}{the reason (or, if more than one, the principal reason) for the dismissal, and}
\stat{b}{that it is either a reason falling within subsection (2) or some other substantial reason of a kind such as to justify the dismissal of an employee holding the position which the employee held.}
\end{instatquote}
\end{statquote}
\pa Quotes from case-law are handled with \LaTeX's normal quotation function. For example, in Miller v Jackson, Lord Denning said:
\begin{quotation}
In summertime village cricket is the delight of everyone. Nearly every village has its own cricket field where the young men play and the old men watch. In the village of Lintz in County Durham they have their own ground, where they have played these last seventy years. They tend it well. The wicket area is well rolled and mown. The outfield is kept short. It has a good club-house for the players and seats for the onlookers.
\end{quotation}
\pa Cross-references are also automated. For information about headings, see paragraph \ref{head} and for information on the signature, see paragraph \ref{sig}.
\pa Headings are formatted in an appropriate style.
\section{A Section Heading} % (fold)
\label{sec:a_section_heading}
% section a_section_heading (end)
\subsection{A SubSection Heading} % (fold)
\label{sub:a_subsection_heading}
% subsection a_subsection_heading (end)
\subsubsection{A SubSubSection Heading} % (fold)
\label{ssub:a_subsubsection_heading}
% subsubsection a_subsubsection_heading (end)
\paragraph{A Paragraph Heading} % (fold)
\label{par:a_paragraph_heading}
% paragraph a_paragraph_heading (end)
\pa For internal documents, a simplified heading can be produced with the \texttt{shorthead} command:
\shorthead
\pa Sans-serif fonts may be exorcised by use of the \texttt{fullserif} option.
\pa Finally, \texttt{skeleton} will produce an appropriate signature, again from information provided in the preamble. \label{sig}
\sign
\end{document}