#16557: FiniteStateMachine - LaTeX output in notebook
-------------------------------------+-------------------------------------
       Reporter:  cheuberg           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.3
      Component:  finite state       |   Resolution:
  machines                           |    Merged in:
       Keywords:                     |    Reviewers:  Jean-Baptiste Priez
  finite_state_machine, latex        |  Work issues:
        Authors:  Clemens Heuberger  |       Commit:
Report Upstream:  N/A                |  2ac09bc134bde5ae44d326bd9ad2a4266fb7f2c6
         Branch:  u/cheuberg/fsm     |     Stopgaps:
  /mathjax-avoid-tikz                |
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by elixyre):

 * status:  needs_review => needs_work
 * reviewer:   => Jean-Baptiste Priez


Comment:

 In #16020, we don't need to call:
 {{{
 sage.combinat.finite_state_machine.setup_latex_preamble()
 }}}
 to see some multi-graphs.
 It could be convenient to directly load these lines:
 {{{
 latex.add_package_to_preamble_if_available('tikz')
 latex.add_to_mathjax_avoid_list("tikz")
 latex.add_to_preamble('\\usetikzlibrary{automata}')
 }}}
 when we load the file.

 It seems to me, that is not disturbing to load these lines... but it is
 disturbing to have to call this method to draw some automata.

 Cheers,

 Jean-Baptiste Priez

--
Ticket URL: <http://trac.sagemath.org/ticket/16557#comment:2>
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/d/optout.

Reply via email to