-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I spoke about the problem with MicroPad printing the asciimath rendered content on pages in PDF files before on GitHub, and it still is hard to find out or know where the bottom of each page will be when writing mathematical documents, as if the rendered text is at the bottom of the page then one line can easily become broken and printed partially on two pages. If the desktop program had the option to preview the PDF file, or how it would be printed before creating the file, it would save a lot of time. Right now I get the file, check it, and then add HTML line breaks to rectify this problem. It is not efficient and sometimes takes 3 or more file creations and checks to sort out the formatting. Otherwise, a fix for the core issue at hand would be better so asciimath/LaTeX rendered lines could autodetect when they are at the bottom of a page, and then put themselves on the start of the next page or some other solution for the format preservation.