#15563: Illegal LaTeX in toric homset
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  vbraun                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.1
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  documentation          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  7a83737b8e1275b28c1dd03e89f3dd66377a8617
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  u/vbraun/mathbbb       |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by jhpalmieri):

 You could also use `\Bold`. From the developer's guide:
 {{{
 The Sage LaTeX style is to typeset standard rings and fields like the
 integers and the real numbers using the locally-defined macro \\Bold, as
 in \\Bold{Z} for the integers.
 }}}
 Projective space isn't a standard ring or field, so this style doesn't
 quite apply, but it's an option.

 As far as current usage in Sage:
 {{{
 sage: len(search_src('Bold{P}', interact=False).strip().split('\n'))
 1
 sage: len(search_src('mathbf{P}', interact=False).strip().split('\n'))
 10
 sage: len(search_src('mathbb{P}', interact=False).strip().split('\n'))
 132
 }}}
 So `\mathbb{P}` is the most popular choice, for what that's worth.

--
Ticket URL: <http://trac.sagemath.org/ticket/15563#comment:6>
Sage <http://www.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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to