Search found 7 matches

by DavidDaily
Mon Feb 17, 2020 9:47 am
Forum: General
Topic: PDF has empty pages when rendered by system
Replies: 3
Views: 4601

PDF has empty pages when rendered by system

Thank you, I'll look into the logs with a fine-toothed comb. I think if anything is modifying the files it would be the git pull, since this happens even when I push to master from the CLI.

Thanks for the tip, I need to run it a couple times for the ToC to create.

I've been messing around and ...
by DavidDaily
Fri Jan 10, 2020 5:36 pm
Forum: General
Topic: Divide a page into columns of unequal width?
Replies: 3
Views: 12662

Divide a page into columns of unequal width?

If you just want to do it on one page, you can use minipages and specify what percentage of \textwidth you want each side to take up. I did it here: https://daviddaily.dev/david/wod-character-sheet/src/branch/master/David/Main.tex#L19-L35 (Resultant PDF: https://files.daviddaily.dev/LaTeX/WoD/David ...
by DavidDaily
Fri Jan 10, 2020 5:30 pm
Forum: General
Topic: How to install fonts?
Replies: 1
Views: 4153

How to install fonts?

Hey I don't know if you ever found a solution to this, but I used .tff fonts and XeLaTeX instead, which was much easier. It let me create such monstrosities as this: https://files.daviddaily.dev/LaTeX/Comm ... o/Hell.pdf using the Hellvetica font.
by DavidDaily
Fri Jan 10, 2020 5:05 pm
Forum: General
Topic: PDF has empty pages when rendered by system
Replies: 3
Views: 4601

PDF has empty pages when rendered by system

Okay, this one has me completely stumped.
Here's my current setup for rendering:
Gitea in a docker container (Project: https://daviddaily.dev/david/anders )
Project files stored locally in ~/anders
Output stored at ~/fileshare/Anders (this is here: https://files.daviddaily.dev/Anders/ )
Texlive ...
by DavidDaily
Tue May 14, 2019 2:33 pm
Forum: Theses, Books, Title pages
Topic: ebook Template not producing ToC
Replies: 2
Views: 4787

ebook Template not producing ToC

rais wrote:run pdflatex at least twice
Fascinating. Just duplicated the pdflatex line in my bash script and it all works out perfectly now (same links as first post)
by DavidDaily
Thu May 09, 2019 6:05 pm
Forum: Theses, Books, Title pages
Topic: ebook Template not producing ToC
Replies: 2
Views: 4787

ebook Template not producing ToC

Hello,

I got the ebook template (https://www.latextemplates.com/template/ebook) and can't seem to get it to work on my system.

It works fine in Overleaf: https://www.overleaf.com/read/gpbzxbcxzcmx
But on my machine it doesn't work: https://daviddaily.dev/LaTeX/Anders/Output.pdf
all of the code for ...