|
From: <mi...@us...> - 2022-11-11 12:27:03
|
Revision: 9238
http://sourceforge.net/p/docutils/code/9238
Author: milde
Date: 2022-11-11 12:27:01 +0000 (Fri, 11 Nov 2022)
Log Message:
-----------
Remove "fixltx2e.sty" package call from "titlepage.tex" LaTeX template.
This package is loaded by default since 2015.
The package call was removed from the other templates in Docutils 0.14.
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/docutils/writers/latex2e/titlepage.tex
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2022-11-10 16:54:38 UTC (rev 9237)
+++ trunk/docutils/HISTORY.txt 2022-11-11 12:27:01 UTC (rev 9238)
@@ -53,6 +53,11 @@
- Do not insert ``\usepackage[utf8]{inputenc}`` into UTF-8 encoded
LaTeX sources. UTF-8 is the default encoding for LaTeX2e since 2018.
+* docutils/writers/latex2e/titlepage.tex
+
+ - Drop "fixltx2e" package call from template. (Obsolete since 2015
+ and dropped from other templates since Docutils 0.14.)
+
* docutils/writers/manpage.py
- Do not output empty "manual" in ``.TH``
Modified: trunk/docutils/docutils/writers/latex2e/titlepage.tex
===================================================================
--- trunk/docutils/docutils/writers/latex2e/titlepage.tex 2022-11-10 16:54:38 UTC (rev 9237)
+++ trunk/docutils/docutils/writers/latex2e/titlepage.tex 2022-11-11 12:27:01 UTC (rev 9238)
@@ -1,6 +1,5 @@
% generated by Docutils <https://docutils.sourceforge.io/>
$head_prefix
-\usepackage{fixltx2e} % LaTeX patches, \textsubscript
\usepackage{cmap} % fix search and cut-and-paste in Acrobat
$requirements
%%% Custom LaTeX preamble
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|