Skip to content

Issues with the PDF #164

@jonasmalacofilho

Description

@jonasmalacofilho

Styling/typesetting in TeX:

Generation improvements:

  • make the \hline as large as it needs to be, and position it correctly (note: don't make assumptions about oneside/twoside ... use the idoddpage package)
  • reduce the load of PositionTools.toLinePosition() calls (4f98974)
  • remove hard coded constants in tex.LargeTable that change depending on document settings (consider that the preamble is user defined with \tex\preable)
  • improve the table column size algo: (a) prioritize the first column when there are extra modules; (b) try to make column widths a bit more similar ("add" some "dampening" to the algo)

Check for possible typesetting issues:
(fix immediately if possible, otherwise simply report the problem with enough detail)

  • vspace before and after lists, boxes and headings (PR TeX: hyphenation & vspace #207)
  • bad performance of the differently generated small/margin tables
  • incorrect/repeated markers under heavy list (enumerate/itemize) nesting
  • bad page breaking in the middle of a table
  • overflowing inline/display math
  • very large tables (see [weak assert] would have FAILED: isum == available && tiny.length == 0 warnings from manu)

(note: when updating this checklist, don't reorder items)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions