summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-14 01:32:39 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-14 01:32:39 +0000
commitcea0dabaa2246f7d373f2a21fa5bfc722fa6bb51 (patch)
tree3d326406498a0f08cd3770662c09a1d56a6d737d /docutils
parent8d89a2c4e42d9e8da3339be7e92a08a870d4d139 (diff)
downloaddocutils-cea0dabaa2246f7d373f2a21fa5bfc722fa6bb51.tar.gz
added note about image :width:
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3339 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rw-r--r--docutils/tools/stylesheets/latex-notes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docutils/tools/stylesheets/latex-notes.txt b/docutils/tools/stylesheets/latex-notes.txt
index 4b4874a29..87e65abd2 100644
--- a/docutils/tools/stylesheets/latex-notes.txt
+++ b/docutils/tools/stylesheets/latex-notes.txt
@@ -34,3 +34,7 @@ Regarding UTF-8:
\else
\usepackage{graphicx}
\fi
+
+Width of images needs cleanup, in the framework. Integers aren't
+sufficient (virtually unusable in typeset documents). Need to discuss
+on Docutils-develop and come up with a set of standard units.