\documentclass[a4paper]{article} % generated by Docutils \usepackage{fixltx2e} % LaTeX patches, \textsubscript \usepackage{cmap} % fix search and cut-and-paste in Acrobat \usepackage{ifthen} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \setcounter{secnumdepth}{0} \usepackage{tabularx} %%% Custom LaTeX preamble % PDF Standard Fonts \usepackage{mathptmx} % Times \usepackage[scaled=.90]{helvet} \usepackage{courier} %%% User specified packages and stylesheets %%% Fallback definitions for Docutils-specific commands % providelength (provide a length variable and set default, if it is new) \providecommand*{\DUprovidelength}[2]{ \ifthenelse{\isundefined{#1}}{\newlength{#1}\setlength{#1}{#2}}{} } % docinfo (width of docinfo table) \DUprovidelength{\DUdocinfowidth}{0.9\linewidth} % hyperlinks: \ifthenelse{\isundefined{\hypersetup}}{ \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref} \urlstyle{same} % normal text font (alternatives: tt, rm, sf) }{} \hypersetup{ pdftitle={README: Docutils}, pdfauthor={David Goodger} } %%% Title Data \title{\phantomsection% README: Docutils% \label{readme-docutils}} \author{} \date{} %%% Body \begin{document} \maketitle % Docinfo \begin{center} \begin{tabularx}{\DUdocinfowidth}{lX} \textbf{Author}: & David Goodger \\ \textbf{Contact}: & \href{mailto:goodger@users.sourceforge.net}{goodger@users.sourceforge.net} \\ \textbf{Date}: & 2003-08-16 \\ \textbf{Web site}: & \url{http://docutils.sourceforge.net/} \\ \textbf{Copyright}: & This document has been placed in the public domain. \\ \end{tabularx} \end{center} \phantomsection\label{contents} \pdfbookmark[1]{Contents}{contents} \tableofcontents Thank you for downloading the Python Docutils project archive. As this is a work in progress, please check the project website for updated working files (snapshots). This project should be considered highly experimental; APIs are subject to change at any time. \section{Quick-Start% \label{quick-start}% } This is for tests with docinfo and latex header settings. \end{document}