USER1995

Results 39 comments of USER1995

> Any progress on this? Not yet. I’ve tried many different things, but nothing seems to work so far. If I manage to make some progress, I’ll update.

This is the first script. It will be followed by two more — one for the admin and another for the vault. Once those are done, we’ll have the complete...

> @fluca1978 Feel free to merge once everything is green @Userfrom1995 Can you resolve the conflicts and do another run ? OK, I will resolve the conflicts and rebase, but...

This is the issue: `footnotebackref.sty not found. The generation process will be skipped.` Try installing the TeX packages with this command: ```bash sudo dnf install pandoc texlive-scheme-basic \ "tex(footnote.sty)" "tex(footnotebackref.sty)"...

> I'm trying to figure out what is wrong with my installation, since I `dnf reinstall "texlive-*"`. However: > > ``` > % sudo dnf install pandoc texlive-scheme-basic \ >...

> sudo dnf install pandoc texlive-scheme-basic \ > texlive-hyperref \ > texlive-xcolor \ > texlive-oberdiek \ > texlive-mdwtools \ > texlive-framed \ > texlive-pdfcol \ > texlive-titlesec \ > texlive-sourcesanspro...

> I'm seeing > > ``` > [ 16%] Generating English PDF documentation > [WARNING] [makePDF] LaTeX Warning: Hyper reference `core-api' on page 9 > undefined on input line 617....

> I'm on rocky 9. > Thanks, I tried building on Rocky 10 and encountered the same issue, so I downloaded `footnotebackref.sty` from source and put it in the path,...

> > Yes Ubuntu on local is clean and CI as well. These warnings just look like some normal latex warning related to broken hyperlinks can be solved easily. >...