Fabio Zeiser

Results 13 comments of Fabio Zeiser

I'd be great to have some example(s) on this. I started with a very basic repo, but still I have difficulties. Maybe someone here has a good idea? https://github.com/fzeiser/juliacall_test I...

Big surprise for me: I got it working -- but I'm not sure what the general message of this should be / what I did wrong in the first place....

Btw: As the publication list spans over several pages, I use it in a `tcolorbox` environement ``` % for page breaks \usepackage[skins,breakable]{tcolorbox} ``` and in the document: ``` latex \newpage...

This seems like you pulled in your changes, not just updates/fixes to the Deedy template. I don't understand why they should be pulled in.

I wonder whether this answer helps you: https://tex.stackexchange.com/questions/427861/how-to-add-footer-to-the-deedy-resume/461076#461076 It describes how/where to change the margins.

This seems like you pulled in your changes, not just updates/fixes to the Deedy template. I don't understand why they should be pulled in.

Does following work for you (eg. in the `cls`file) : ``` latex \usepackage[usenames,dvipsnames]{xcolor} [...] \colorlet{primary}{MidnightBlue!50!black} ``` instead of `\definecolor{primary}{HTML}{2b2b2b}` to change the color of the primary text. I've had some...

For the hyperref comment: It seems like #41 solved it without the `\makeatletter` part. It I recall it correctly, without it, my links were colored only in some environments of...

Within the `cls` file, use following section to get e.g. *green* text in the sections that use *primary* as color. For convenience, I changed the color specification to use *dvinames*...

Have you had a look at the following discussion, for an automatic page break? `tcolorbox` worked fine for me. [How to make minipage spanning multiple pages](https://tex.stackexchange.com/questions/271410/how-to-make-minipage-spanning-multiple-pages?r=SearchResults&s=1|169.4915)