Ticket #11067 (needs_review enhancement)
make it possible to use lstlisting instead of verbose in latex document without breaking "sage -t"
| Reported by: | was | Owned by: | mvngu |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.10 |
| Component: | doctest framework | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Right now example code has to be in \begin{verbatim}/\end{verbatim} blocks. However, lstlisting looks much better. With this patch one can write latex documents and have "sage -t" work on them, if they use one or the other type of blocks.
It's probably not optimal -- it would be better to maybe make this customizable or something. I don't know.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

