summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-06-11 12:53:07 +1200
committerStuart Rackham <srackham@methods.co.nz>2012-06-11 12:53:07 +1200
commit96308caf656f7f1b1df8510096a1c8e148cd5678 (patch)
tree8db1f70ed96e28f440a85bcc993481111ec19670
parente7ee70dcd5987313602d9e6ba0c4037eaca8151e (diff)
downloadasciidoc-96308caf656f7f1b1df8510096a1c8e148cd5678.tar.gz
FAQ indentation.
-rw-r--r--doc/faq.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/faq.txt b/doc/faq.txt
index 584febe..641acbc 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -1300,7 +1300,6 @@ example:
== Using roles to select fonts for PDF
-
Some applications require mixing fonts beyond the set of faces
normally provided by default (normal, monospace, italic etc.) for
example mixed language text where the font used for the majority of
@@ -1336,10 +1335,10 @@ containing:
This is used with `a2x` by:
- a2x -f pdf --fop --xsl-file=my_fo.xsl input.txt
+ a2x -f pdf --fop --xsl-file=my_fo.xsl input.txt
and the AsciiDoc source marked by:
- normal text [f2]#special font is like this# and back to normal
+ normal text [f2]#special font is like this# and back to normal
Thanks to Antonio Borneo for this answer.