#6495: [with patch, needs work] Break up the PDF reference manual into smaller
pieces
---------------------------+------------------------------------------------
Reporter: mpatel | Owner: tba
Type: defect | Status: new
Priority: minor | Milestone:
Component: documentation | Keywords:
Reviewer: | Author: Mitesh Patel
Merged: |
---------------------------+------------------------------------------------
Comment(by mpatel):
On the `\ZZ` in `arithgroup.tex`: It seems the problem stems from
`...@title` in
{{{
\ifsphinxpdfoutput
\begingroup
% This \def is required to deal with multi-line authors; it
% changes \\ to ', ' (comma-space), making it pass muster for
% generating document info in the PDF file.
\def\\{, }
\pdfinfo{
/Author (\...@author)
/Title (\...@title)
}
\endgroup
\fi
}}}
in Sphinx's `manual.cls`. For some reason, the `\math*` font commands do
not work in this context. I gather that `\mathbf` is preferred, but one
workaround is to use
{{{
Arithmetic Subgroups of `{\rm SL}_2({\bf Z})`
}}}
in place of
{{{
Arithmetic Subgroups of `{\rm SL}_2(\ZZ)`
}}}
in `arithgroup.rst`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6495#comment:3>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---