summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
40b2512)
h/t https://tex.stackexchange.com/questions/35110/how-to-stack-boxes-like-a-vertical-version-of-mbox#comment75823_37801
self._image_size = image_size
def renderChunk(self, chunk: Chunk) -> bytes:
self._image_size = image_size
def renderChunk(self, chunk: Chunk) -> bytes:
- return b'''\\begin{wrapfigure}{l}{0pt}
-%s
-
-%s
-
-%s
-
-%s
-\\end{wrapfigure}
+ return b'''\\begin{wrapfigure}{l}{0pt}\\oalign{
+%s\\cr
+%s\\cr
+%s\\cr
+%s\\cr
+}\\end{wrapfigure}