|
From: <mi...@us...> - 2022-06-13 12:05:21
|
Revision: 9069
http://sourceforge.net/p/docutils/code/9069
Author: milde
Date: 2022-06-13 12:05:18 +0000 (Mon, 13 Jun 2022)
Log Message:
-----------
Small documentation fixes and updates.
Modified Paths:
--------------
trunk/docutils/RELEASE-NOTES.txt
trunk/docutils/docs/index.txt
trunk/docutils/docs/user/latex.txt
trunk/docutils/docs/user/links.txt
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2022-06-13 12:05:08 UTC (rev 9068)
+++ trunk/docutils/RELEASE-NOTES.txt 2022-06-13 12:05:18 UTC (rev 9069)
@@ -58,6 +58,9 @@
- Remove ``use_verbatim_when_possible`` setting
(use literal_block_env_: verbatim) in Docutils 2.0.
+
+ - Do not insert ``\usepackage[utf8]{inputenc}`` into UTF-8 encoded
+ LaTeX sources. UTF-8 is the default encoding for LaTeX2e since 2018.
* `xetex` writer:
Modified: trunk/docutils/docs/index.txt
===================================================================
--- trunk/docutils/docs/index.txt 2022-06-13 12:05:08 UTC (rev 9068)
+++ trunk/docutils/docs/index.txt 2022-06-13 12:05:18 UTC (rev 9069)
@@ -109,9 +109,9 @@
* `Quick reStructuredText <user/rst/quickref.html>`__ (user reference)
* `reStructuredText Cheat Sheet <user/rst/cheatsheet.txt>`__ (text
only; 1 page for syntax, 1 page directive & role reference)
- * `reStructuredText Demonstration <user/rst/demo.html>`_ (a
- demonstration of most reStructuredText features; you can also have a
- look at the `text source <user/rst/demo.txt>`__)
+ * `Demonstration <user/rst/demo.html>`_
+ of most reStructuredText features
+ (see also the `text source <user/rst/demo.txt>`__)
Editor support:
* `Emacs support for reStructuredText <user/emacs.html>`_
Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt 2022-06-13 12:05:08 UTC (rev 9068)
+++ trunk/docutils/docs/user/latex.txt 2022-06-13 12:05:18 UTC (rev 9069)
@@ -1778,7 +1778,7 @@
``--output-encoding=OUTPUT-ENCODING``
Default:
- "utf8"
+ "utf-8"
Example:
Encode the LaTeX source file with the ISO `latin-1` (west european)
@@ -1787,7 +1787,7 @@
--output-encoding=latin-1
Note:
- LaTeX comes with two options for UTF-8 support,
+ 8-bit LaTeX comes with two options for UTF-8 support,
:utf8: by the standard `inputenc`_ package with only limited coverage
(mainly accented characters).
@@ -1796,8 +1796,8 @@
characters than does "utf8". It is, however, a non-standard
extension and no longer developed.
- Currently (in version 0.6), "utf8" is used if the output-encoding is
- any of "utf_8", "U8", "UTF", or "utf8".
+ Currently, the "latex2e" writer inserts ``\usepackage[utf8]{inputenc}``
+ into the LaTeX source if it is UTF-8 encoded.
.. with utf8x:
If LaTeX issues a Warning about unloaded/unknown characters adding ::
Modified: trunk/docutils/docs/user/links.txt
===================================================================
--- trunk/docutils/docs/user/links.txt 2022-06-13 12:05:08 UTC (rev 9068)
+++ trunk/docutils/docs/user/links.txt 2022-06-13 12:05:18 UTC (rev 9069)
@@ -48,13 +48,17 @@
- `Riv: Take notes in rst <https://github.com/Rykka/riv.vim>`__ Vim
plugin to take notes in reStructured text.
-* `JED <https://www.jedsoft.org/jed/>`__ programmers editor with
- `rst mode <httpss://jedmodes.sourceforge.io/mode/rst/>`__
+* `reStructuredText Language Support for Visual Studio Code`__
+ __ https://github.com/vscode-restructuredtext/vscode-restructuredtext
+
* `reStructuredText editor plug-in for Eclipse`__
__ http://resteditor.sourceforge.net/
+* `JED <https://www.jedsoft.org/jed/>`__ programmers editor with
+ `rst mode <httpss://jedmodes.sourceforge.io/mode/rst/>`__
+
* Gnome's gedit offers syntax highlighting and a reST preview pane.
Latest version of the plugin is available from `bittner @ github`_
@@ -63,6 +67,7 @@
.. _bittner @ github: https://github.com/bittner/gedit-reST-plugin
__ https://wiki.gnome.org/Apps/Gedit/ThirdPartyPlugins-v3.8
+
* Gunnar Schwant's DocFactory_ is a wxPython GUI application for
Docutils.
@@ -72,6 +77,10 @@
.. _ReSTedit: https://svn.red-bean.com/restedit/trunk/README.html
+* `ReText <https://pypi.org/project/ReText/>`_ is a simple but powerful
+ editor for Markdown and reStructuredText markup languages.
+ It is written in Python using PyQt libraries.
+
* Leo_ is an outliner_, written in Python using PyQt. It can be used as IDE
for literal programming, as a filing cabinet holding any kind of data and
as `document editor`__ with outlines containing reStructuredText markup.
@@ -329,7 +338,7 @@
* `Project Gutenberg`_ uses Docutils for its "ebookmaker_"
xetex, nroff, and epub generator (with some `extensions to rST`__).
-
+
__ http://pgrst.pglaf.org/publish/181/181-h.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|