latex() printing bugs
See original GitHub issueNoticed a few latex bugs. In order of perceived ease of fixing:
- Controlpanel printing should be modularized (moved to #885)
- The opening line of the latex string should be
\begin{array}{ll}
instead of\begin{array}[ll]
(http://latex.wikia.com/wiki/Array_(LaTeX_environment)) - Some constraints and objectives are followed by the units of the objective/constraint in square brackets whereas other aren’t
- Currently the latex environment chosen does not support multi-page models, which is a problem for larger models. This might be best resolved by using a different environment (e.g. align). (now in #949)
- Making seemingly innocuous changes will toggle on/off the MODELNAME part of a variable name. e.g. I changed one of my variable strings from
Wpp
toW\'\'
and suddenly all of my variables have subscriptFuselage
appended to them. - M. Drela suggests putting a small space between variables in monomials, if there is no exponent taking up space. This probably isn’t specific to the latex() method but that’s just where I noticed it. (now in #949)
- modelname is printed in latex output (and controlpanel sliders!), even when all variables come from the same model, which is distracting (now #780)
- latex for merged models gets very long, making latex difficult to read and controlpanel difficult to use
- latex for some unit strings underscores letters after underscores. ex:
pound_force_per_square_inch
(now in #949)
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
LaTeX not meant for print? - TeX
Every PDF I generated with LaTeX during the last years printed on every printer model I have access to without any problems, so...
Read more >bug #42988, print() breaks LaTeX labels with... - GNU Savannah
bug #42988: print() breaks LaTeX labels with FLTK ; Priority: 5 - Normal, Item Group: ; Status: Duplicate, Assigned to: ; Originator Name:...
Read more >object is unindexable' issues with LaTeX printing #3911 - GitHub
An exception occurs when trying to print various functions with latex(), such as: > > > print latex(gamma(x)) > > > <type 'exceptions....
Read more >Combination bad Latex equation printing and PropertyMaker ...
I'm trying to use the MATLAB GUI publish to publish my MATLAB code, some Latex equations, and some plots. When I publish to...
Read more >Common Mistakes that cause Automated Processing to Fail
Common Mistakes that cause Automated Processing to Fail · Problems with inclusion of binary or other bitmap figures; PS BAD warnings · Mixed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe so!
great, I opened #949 and updated the original description with links to issues