From 531d087f43eb17d9651798d7182c58b56b2c40fa Mon Sep 17 00:00:00 2001 From: milde Date: Thu, 10 Sep 2020 21:43:54 +0000 Subject: [PATCH] Small documentation update. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8563 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/todo.txt | 13 ++++++------- docutils/docs/ref/doctree.txt | 9 ++++++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 70fa4060d..d29203e07 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -2611,12 +2611,7 @@ Image and figure directives * support more graphic formats (especially SVG, the only standard vector format for HTML) - - There is a `SWF package`_ at CTAN. - -.. _SWF package: - http://mirror.ctan.org/macros/latex/contrib/flashmovie - + Missing features ---------------- @@ -2630,8 +2625,12 @@ Missing features * Let `meta` directive insert PDF-keywords into header? + See https://tex.stackexchange.com/questions/26529/how-can-i-generate-pdf-metadata-from-latex#26530 + https://tex.stackexchange.com/questions/161094/adding-custom-metadata-values-to-a-pdf-file + + + * Multiple author entries in docinfo (same thing as in html). - (already solved?) * Consider supporting the "compact" option and class argument (from rst2html) as some lists look better compact and others need the space. diff --git a/docutils/docs/ref/doctree.txt b/docutils/docs/ref/doctree.txt index 6472674e3..1a77eb811 100644 --- a/docutils/docs/ref/doctree.txt +++ b/docutils/docs/ref/doctree.txt @@ -5248,10 +5248,13 @@ The following restrictions are imposed by this model: * A transition may not occur at the beginning of a document or section. -An additional restriction, which cannot be expressed in the language -of DTDs, is imposed by software: +.. The following is not the case with Docutils (since at least 2004) + (cf. test/functional/input/data/standard.txt) -* A transition may not occur at the end of a document or section. + An additional restriction, which cannot be expressed in the language + of DTDs, is imposed by software: + + * A transition may not occur at the end of a document or section. The `%structure.model;`_ parameter entity is directly employed in the content models of the document_ and section_ elements. -- 2.11.4.GIT