LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Proportional Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Content-Type:
text/plain; charset=UTF-8
Date:
Thu, 2 Aug 2012 11:58:34 -0400
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
MIME-Version:
1.0
Message-ID:
Content-Transfer-Encoding:
7bit
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
From:
"Joel C. Salomon" <[log in to unmask]>
Parts/Attachments:
text/plain (32 lines)
See this MWE:

\documentclass[full]{l3doc}

\title{An \pkg{l3doc} bug}
\author{Joel C. Salomon}

\begin{document}
\maketitle

\begin{documentation}

\begin{function}{\some_function_with_a_very_long_name:nnnnn}
  \begin{syntax}
    "\some_function_with_a_very_long_name:nnnnn" <first argument>
<second argument> <third argument> <fourth argument> <fifth argument>
    "\some_function_with_a_very_long_name:nnnnn"
      <first argument> <second argument> <third argument> <fourth argument>
      <fifth argument>
    "\some_function_with_a_very_long_name:nnnnn" %
       <first argument> <second argument> <third argument> <fourth
argument> %
       <fifth argument>
  \end{syntax}
  Notice how the first line is very very long in the source,
  but when I split it up, the split is reflected in the output.
  Adding comments just makes things worse.
\end{function}
\end{documentation}

\end{document}

ATOM RSS1 RSS2