Changes between Initial Version and Version 15 of Ticket #21929
- Timestamp:
- 11/23/16 13:03:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21929
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Moritz Firsching
- Property Cc jipilab nthiery added
-
Property
Summary
changed from
make "tightpage" the default behavior for view
toMake "tightpage=True" the default behavior for view
-
Property
Branch
changed from
to
u/moritz/ticket/21929
-
Property
Reviewers
changed from
to
Jean-Philippe Labbé
-
Property
Commit
changed from
to
397cd789434ca1ae6430ca0e652d1cba72e725bf
-
Property
Status
changed from
-
Ticket #21929 – Description
initial v15 1 When invoking the `view` command, it produces a large pdf. It might be nicer to have a smaller page by default. This amounts to setting the default of `tightpage` to `true`. 1 The original implementation of `view`, produces a pdf in a4 format, 2 regardless of the typeset object. #6591 introduced the `tightpage` 3 option which produces a document whose size matches the typeset 4 object. 5 6 Since then, the `tightpage=True` option has grown popular; in fact 7 most of the time, this is the desirable choice. Therefore this ticket 8 makes `tightpage=True` the default.