diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-23 09:45:32 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-23 09:45:32 +0000 |
| commit | db2b77ff09cd436b9e0c1e37bafa1728681e7935 (patch) | |
| tree | e4ae97b85bb95de33d73a34c098cc8663044a193 | |
| parent | fd0a0f9b235a4e83a6cf56960711198000fba8e9 (diff) | |
| download | docutils-db2b77ff09cd436b9e0c1e37bafa1728681e7935.tar.gz | |
Fix setup.py [ 2864839 ], remove obsolete LaTeX include file.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6137 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/docutils/writers/latex2e/latex2e.tex | 74 | ||||
| -rwxr-xr-x | docutils/setup.py | 3 |
2 files changed, 2 insertions, 75 deletions
diff --git a/docutils/docutils/writers/latex2e/latex2e.tex b/docutils/docutils/writers/latex2e/latex2e.tex deleted file mode 100644 index 6e041a14b..000000000 --- a/docutils/docutils/writers/latex2e/latex2e.tex +++ /dev/null @@ -1,74 +0,0 @@ -% latex include file for docutils latex writer -% -------------------------------------------- -% -% CVS: $Id$ -% -% This is included at the end of the latex header in the generated file, -% to allow overwriting defaults, although this could get hairy. -% Generated files should process well standalone too, LaTeX might give a -% message about a missing file. - -% donot indent first line of paragraph. -\setlength{\parindent}{0pt} -\setlength{\parskip}{5pt plus 2pt minus 1pt} - -% sloppy -% ------ -% Less strict (opposite to default fussy) space size between words. Therefore -% less hyphenation. -\sloppy - -% fonts -% ----- -% times for pdf generation, gives smaller pdf files. -% -% But in standard postscript fonts: courier and times/helvetica do not fit. -% Maybe use pslatex. -\usepackage{times} - -% pagestyle -% --------- -% headings might put section titles in the page heading, but not if -% the table of contents is done by docutils. -% If pagestyle{headings} is used, \geometry{headheight=10pt,headsep=1pt} -% should be set too. -%\pagestyle{plain} -% -% or use fancyhdr (untested !) -%\usepackage{fancyhdr} -%\pagestyle{fancy} -%\addtolength{\headheight}{\\baselineskip} -%\renewcommand{\sectionmark}[1]{\markboth{#1}{}} -%\renewcommand{\subsectionmark}[1]{\markright{#1}} -%\fancyhf{} -%\fancyhead[LE,RO]{\\bfseries\\textsf{\Large\\thepage}} -%\fancyhead[LO]{\\textsf{\\footnotesize\\rightmark}} -%\fancyhead[RE]{\\textsc{\\textsf{\\footnotesize\leftmark}}} -%\\fancyfoot[LE,RO]{\\bfseries\\textsf{\scriptsize Docutils}} -%\fancyfoot[RE,LO]{\\textsf{\scriptsize\\today}} - -% geometry -% -------- -% = papersizes and margins -%\geometry{a4paper,twoside,tmargin=1.5cm, -% headheight=1cm,headsep=0.75cm} - -% Do section number display -% ------------------------- -%\makeatletter -%\def\@seccntformat#1{} -%\makeatother -% no numbers in toc -%\renewcommand{\numberline}[1]{} - - -% change maketitle -% ---------------- -%\renewcommand{\maketitle}{ -% \begin{titlepage} -% \begin{center} -% \textsf{TITLE \@title} \\ -% Date: \today -% \end{center} -% \end{titlepage} -%} diff --git a/docutils/setup.py b/docutils/setup.py index 6e728d585..d09ff7ec1 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -119,7 +119,8 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 ['docutils/writers/html4css1/html4css1.css', 'docutils/writers/html4css1/template.txt']), ('docutils/writers/latex2e', - ['docutils/writers/latex2e/latex2e.tex']), + ['docutils/writers/latex2e/default.tex', + 'docutils/writers/latex2e/titlepage.tex',]), ('docutils/writers/newlatex2e', ['docutils/writers/newlatex2e/base.tex']), ('docutils/writers/pep_html', |
