Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #footnote without whitespace
- something{empty}pass:[]footnote:[whatever]
- #if
- a2x -a paramname=true
- asciidoc -a paramname=true
- in .txt file:
- ifdef::paramname[]
- something
- endif::paramname[]
- grep -o '[^ ]*[A-Z][A-Z][^ ]*' *.txt | cut -d ":" -f 2 | sort | uniq > terms.txt
- a2x -a icons --icons-dir /home/tomek/book/book/images/icons -k -f pdf -a docinfo1 -d book --xsltproc-opts "--stringparam generate.toc \"book toc,title,table,figure\" --param local.l10n.xml document\(\'$SRCDIR/resources/custom-format.xml\'\)" --fop $SRCDIR/book/book.txt -v -D $TARGET
- <?xml version="1.0"?>
- <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
- <l:l10n language="en">
- <!-- TOC title -->
- <l:gentext key="ListofExamples" text="List of Listings"/>
- <!-- Title over each listing -->
- <l:context name="title">
- <l:template name="example" text="Listing %n. %t"/>
- </l:context>
- <!-- References to Tables, Figures and Listings -->
- <l:context name="xref-number-and-title">
- <l:template name="table" text="Table %n"/>
- <l:template name="figure" text="Figure %n"/>
- <l:template name="example" text="Listing %n"/>
- <l:template name="section" text="Section %n"/>
- </l:context>
- </l:l10n>
- </l:i18n>
Advertisement
Add Comment
Please, Sign In to add comment