summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-22 12:06:09 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-22 12:06:09 +0000
commit17e70b2f9a8bcba9a85ae6643931b5bebc40e4d3 (patch)
tree034cdc378b32ae1eb7e0dba0c15f813e5ccfd3f7 /docs
parentefde7e0a233b846370c94c1dbd24a7fb144eff64 (diff)
downloaddocutils-17e70b2f9a8bcba9a85ae6643931b5bebc40e4d3.tar.gz
Add howto get a list of figures.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
-rw-r--r--docs/user/latex.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/user/latex.txt b/docs/user/latex.txt
index 945af8410..2d38918f5 100644
--- a/docs/user/latex.txt
+++ b/docs/user/latex.txt
@@ -150,6 +150,16 @@ or some commands too fix this, which i currently cannot find.
Some people diagnose a similar unbalance for the postscript fonts, the
package to fix this is ```\usepackage{pslatex}``.
+Table of figures
+----------------
+
+A table of figures can be generated by a command directly to latex::
+
+ .. raw:: latex
+
+ \listoffigures
+
+LaTeX also has a command ``\listoftables``.
Commands directly to LaTeX
==========================