Ask Your Question
3

Print to latex according to line width

asked 2015-09-28 10:21:29 +0200

petRUShka gravatar image

updated 2015-09-28 10:22:51 +0200

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-10-13 23:23:37 +0200

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.

edit flag offensive delete link more

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: 2015-09-28 10:21:29 +0200

Seen: 618 times

Last updated: Oct 13 '15