Georg Mischler

Results 71 comments of Georg Mischler

This is essentially the same scenario as described in #678. The general approach I suggested there is likely to work for you as well.

> Later I will see if I can rotate the pdf 180 degrees again after the whole process, I thought about that quite a bit, and couldn't figure out a...

There's quite a few challenges here. First, there's the general question of supporting vertically arranged text, which may or may not get handled by the same code. There are at...

> * When should a cell should be split versus when should the whole cell be moved to the next page? For example, if you had a cell that was...

The underlying problem here is that an otherwise legitimate sequence of text characters is given a special meaning under certain circumstances. This was bound to result in conflicts somewhere down...

The underlying issue is that using dots to align the page number is a very ugly hack, which was cobbled together decades ago, and never fixed. Ideally, someone would submit...

I'm sure you've noticed that `text_columns()` doesn't currently support borders and background styling for the columns as a whole. But what you really seem to want is to set background...

> @gmischler: should we keep this issue open as a remainder to implement paragraph styling? Well, it's a feature request, so it makes sense to keep it in the list...

> @gmischler: do you think that this kind of indent should be handled by paragraphs / text regions? Yes, as in #1073, giving `Paragraph()`s an `indent` option would probably be...

Thanks for reporting this, @dmail00. It looks like you're right, and the space skipping feature conflicts with `` sections. Your attempted solution looks way too complicated though. Since a ``...