It appears that the current copy (hg head I believe) of latex.conf has
some bad escapes.
With "asciidoc -b latex FILE", pdflatex will choke on "\\parskip" and
"\\hypertarget".
Inline patch fixes replaces "\\" with "\" to solve this issue.

--- a/latex.conf        Tue May 31 18:45:49 2011 +1200
+++ b/latex.conf        Tue Jul 26 17:04:55 2011 -0400
@@ -671,7 +671,7 @@

 
%\lstset\{basicstyle=\footnotesize\ttfamily,showstringspaces=false,breaklines,frame=single,
rulecolor=\color\{ListingBorderColor\}, xleftmargin=0cm,
linewidth=0.95\textwidth\}

-{latex-indent-paragraphs%} \setlength\{\\parskip\}\{1ex plus 0.5ex
minus 0.2ex\}
+{latex-indent-paragraphs%} \setlength\{\parskip\}\{1ex plus 0.5ex minus 0.2ex\}

 \makeatletter
 \DeclareRobustCommand*\textsubscript[1]\{%
@@ -692,7 +692,7 @@

 %\newcommand{\texttesh}{\textteshlig\/}

-\label\{header\}\\hypertarget\{header\}\{\}
+\label\{header\}\hypertarget\{header\}\{\}
 {doctitle#\maketitle}

 [footer]


--Mark McCurry

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to