Re: [Bacula-devel] Building the docs as PDF fails

2024-12-02 Thread Eric Bollengier via Bacula-devel
Hello, Thanks a lot Carsten, I have applied your patches. Best Regards, Eric On 11/30/24 12:36, Carsten Leonhardt wrote: Hi, here with the actual patches... Regards Carsten ___ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-30 Thread Carsten Leonhardt
Hi, here with the actual patches... Regards Carsten >From 0b956e2e22388d368452ede5e630205a3d326b57 Mon Sep 17 00:00:00 2001 From: Carsten Leonhardt Date: Sat, 30 Nov 2024 12:19:38 +0100 Subject: [PATCH 1/2] Change **StartTLS** to \texttt{StartTLS} For consistency with commit 71e9f56f8add21709

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-30 Thread Carsten Leonhardt
Hi Eric, I've attached two patches for the docs: 1) In one place **StartTLS** was changed to \texttt{StartTLS} in commit 71e9f56f8add21709bfd0491c3f4c592101eaf90 - the patch changes it in the other two places with the same wording for consistency 2) Some change in newer LaTex versions causes the

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-21 Thread Eric Bollengier via Bacula-devel
Hello Carsten, On 11/21/24 18:21, Carsten Leonhardt wrote: Hi Eric, Eric Bollengier via Bacula-devel writes: Hello, The pdfs are on the website in the documentation directory and the typo was fixed after the release process. The git repository is correct, you can either take the pdf from t

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-21 Thread Carsten Leonhardt
Hi Eric, Eric Bollengier via Bacula-devel writes: > Hello, > > The pdfs are on the website in the documentation directory > and the typo was fixed after the release process. > > The git repository is correct, you can either take the > pdf from the website (15.0.x-manuals/en/main/main.pdf), > use

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-21 Thread Eric Bollengier via Bacula-devel
Hello, The pdfs are on the website in the documentation directory and the typo was fixed after the release process. The git repository is correct, you can either take the pdf from the website (15.0.x-manuals/en/main/main.pdf), use the git repository to compile, do the change suggested by Arno or

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-20 Thread Carsten Leonhardt
Hi Arno, Arno Lehmann via Bacula-devel writes: > Hi Carsten, all > > Am 20.11.2024 um 14:21 schrieb Carsten Leonhardt: > ... (snip description of the challenges with a really convoluted build > process) >> It seems to boil down to: >> /usr/bin/pdflatex -halt-on-error -interaction=errorstopmode >

Re: [Bacula-devel] Building the docs as PDF fails

2024-11-20 Thread Arno Lehmann via Bacula-devel
Hi Carsten, all Am 20.11.2024 um 14:21 schrieb Carsten Leonhardt: ... (snip description of the challenges with a really convoluted build process) It seems to boil down to: /usr/bin/pdflatex -halt-on-error -interaction=errorstopmode main.tex "" [...] ! Undefined control sequence. l.53 ...give

[Bacula-devel] Building the docs as PDF fails

2024-11-20 Thread Carsten Leonhardt
Hi, I can't seem to be able to build the docs from the git source. To be able to even start, I had to remove the stuff about version.h and version.tex from the Makefile and placed a dummy file with "echo 15.0.2 > latex/version.tex". The build fails to produce the main.pdf. After haggling with the