~ubuntu-branches/ubuntu/hardy/python-docutils/hardy

« back to all changes in this revision

Viewing changes to test/functional/expected/latex_docinfo.tex

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass[10pt,a4paper,english]{article}
 
2
\usepackage{babel}
 
3
\usepackage{ae}
 
4
\usepackage{aeguill}
 
5
\usepackage{shortvrb}
 
6
\usepackage[latin1]{inputenc}
 
7
\usepackage{tabularx}
 
8
\usepackage{longtable}
 
9
\setlength{\extrarowheight}{2pt}
 
10
\usepackage{amsmath}
 
11
\usepackage{graphicx}
 
12
\usepackage{color}
 
13
\usepackage{multirow}
 
14
\usepackage{ifthen}
 
15
\usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
 
16
\usepackage[DIV12]{typearea}
 
17
%% generator Docutils: http://docutils.sourceforge.net/
 
18
\newlength{\admonitionwidth}
 
19
\setlength{\admonitionwidth}{0.9\textwidth}
 
20
\newlength{\docinfowidth}
 
21
\setlength{\docinfowidth}{0.9\textwidth}
 
22
\newlength{\locallinewidth}
 
23
\newcommand{\optionlistlabel}[1]{\bf #1 \hfill}
 
24
\newenvironment{optionlist}[1]
 
25
{\begin{list}{}
 
26
  {\setlength{\labelwidth}{#1}
 
27
   \setlength{\rightmargin}{1cm}
 
28
   \setlength{\leftmargin}{\rightmargin}
 
29
   \addtolength{\leftmargin}{\labelwidth}
 
30
   \addtolength{\leftmargin}{\labelsep}
 
31
   \renewcommand{\makelabel}{\optionlistlabel}}
 
32
}{\end{list}}
 
33
\newlength{\lineblockindentation}
 
34
\setlength{\lineblockindentation}{2.5em}
 
35
\newenvironment{lineblock}[1]
 
36
{\begin{list}{}
 
37
  {\setlength{\partopsep}{\parskip}
 
38
   \addtolength{\partopsep}{\baselineskip}
 
39
   \topsep0pt\itemsep0.15\baselineskip\parsep0pt
 
40
   \leftmargin#1}
 
41
 \raggedright}
 
42
{\end{list}}
 
43
% begin: floats for footnotes tweaking.
 
44
\setlength{\floatsep}{0.5em}
 
45
\setlength{\textfloatsep}{\fill}
 
46
\addtolength{\textfloatsep}{3em}
 
47
\renewcommand{\textfraction}{0.5}
 
48
\renewcommand{\topfraction}{0.5}
 
49
\renewcommand{\bottomfraction}{0.5}
 
50
\setcounter{totalnumber}{50}
 
51
\setcounter{topnumber}{50}
 
52
\setcounter{bottomnumber}{50}
 
53
% end floats for footnotes
 
54
% some commands, that could be overwritten in the style file.
 
55
\newcommand{\rubric}[1]{\subsection*{~\hfill {\it #1} \hfill ~}}
 
56
\newcommand{\titlereference}[1]{\textsl{#1}}
 
57
% end of "some commands"
 
58
\title{}
 
59
\author{Foo Fred~\\
 
60
Food Foomatics {\&} Friends~\\
 
61
foo@food.example.info~\\
 
62
Fox St 13~\\
 
63
Foowood \and
 
64
Bar Barney~\\
 
65
Bar-BQ Bar~\\
 
66
1-800-BARBQBAR~\\
 
67
Barbara St 16~\\
 
68
South Barwell}
 
69
\date{}
 
70
\hypersetup{
 
71
pdfauthor={Foo Fred;Bar Barney}
 
72
}
 
73
\raggedbottom
 
74
\begin{document}
 
75
\maketitle
 
76
 
 
77
%___________________________________________________________________________
 
78
\begin{center}
 
79
\begin{tabularx}{\docinfowidth}{lX}
 
80
\end{tabularx}
 
81
\end{center}
 
82
 
 
83
\setlength{\locallinewidth}{\linewidth}
 
84
 
 
85
\end{document}