Sorry, this content is no longer available

Ask Your Question
3

Print to latex according to line width

asked 9 years ago

petRUShka gravatar image

updated 9 years ago

Sometimes I need to print to latex really big polynomials. If I use latex command I will get something like this (black line means edge of page):

image description

Reason is in fact that output of latex command exceeds maximum line width. Is it possible to create multi-line formulas by means of sage latex command or some other command?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 9 years ago

vdelecroix gravatar image

Note that there are methods to extract a formula as a (multi-line) pdf file. For example, you can use the ready-made method view with the tightpage option

sage: view(expression, tightpage=True)

You can also use directly the preview latex package with tightpage option.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 735 times

Last updated: Oct 13 '15