-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Terminal log/steps to reproduce:
❯ git clone https://github.com/ElBi21/NoTeX.git
Cloning into 'NoTeX'...
remote: Enumerating objects: 176, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 176 (delta 18), reused 6 (delta 6), pack-reused 154
Receiving objects: 100% (176/176), 207.12 KiB | 991.00 KiB/s, done.
Resolving deltas: 100% (72/72), done.
❯ cd NoTeX/
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ dario-loi ~ git version 2.44.0
$$$ $$$$$$$ $$$$$ $$ ------------------------------
$$ $$$$ $$$$ $$$$$$$$$ $$$$$$$ $$$$$ Project: NoTeX (1 branch)
$$ $$$$$ $$$$$ $$$$$$$$$$ $$$$$ $$$$$$ HEAD: 3b6c3b1 (main, origin/main)
$$ $$$$$ $$$ $$$$ $$$ $$$$$$$ Created: a year ago
$$ $$$$$ $$$$$ $$$$$ $$$$ $ $$$$$$$$ Languages:
$$$$$$$$ $$$$$ $$$$$$ $$$$$ $$$$$$$$$ ● TeX (97.0 %) ● Python (3.0 %)
$$$$$$$$ $$$$$ $$$$$$ $$$$$ $$$$$$$$$ Authors: 91% Leonardo Biason 40
$$$$$$$$ $$$$$ $$$$$$$$$$$$ $$$$$$$$ 7% ElBi21 3
$$$$$$$$ $$$$$ $$$ $$$$$$$ $$ $$$$$$$ 2% ElBi21 1
$$$$$$$$ $$$$$ $$$$$$ $$$$ $$$$$$ Last change: 2 months ago
$$$$$$$$ $$$$$ $$$ $$$$$ $$$$$$ $$$$$ URL: https://github.com/ElBi21/NoTeX.git
$$$$$$$$ $$$$$ $$$$$$$$ $$$$$$$$ $$$$ Commits: 44
$$$$$ $$ $$$$$ $$$$$$ $$ Churn (6): README.md 4
$$$$$$$$$$$$$$$ $$$$$$$ $$$$$$$$$$$$$$$ …/preamble/section_styles.tex 1
$$$$$$$$$$$$$$$ $$$$$$ $$$$$$$$$$$$$$$$ …/preamble/packages.tex 1
$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$ Lines of code: 708
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Size: 108.15 KiB (25 files)
License: GPL-3.0-only
❯ tectonic main.tex
Running TeX ...
warning: anyfontsize.sty:3:
Invalid UTF-8 byte or sequence at line 3 replaced by U+FFFD.
warning: anyfontsize.sty:3: Invalid UTF-8 byte or sequence at line 3 replaced by U+FFFD.
warning: contour.sty:11:
Invalid UTF-8 byte or sequence at line 11 replaced by U+FFFD.
error: fouriernc.sty:13: LaTeX Error: Unknown option `default' for package `fouriernc'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help
error: halted on potentially-recoverable error as specifiedRemoving the faulty package leads to another bug:
❯ tectonic main.tex
Running TeX ...
warning: anyfontsize.sty:3:
Invalid UTF-8 byte or sequence at line 3 replaced by U+FFFD.
warning: anyfontsize.sty:3: Invalid UTF-8 byte or sequence at line 3 replaced by U+FFFD.
warning: contour.sty:11:
Invalid UTF-8 byte or sequence at line 11 replaced by U+FFFD.
error: main.tex:25: LaTeX Error: There's no line here to end.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help
error: halted on potentially-recoverable error as specified
Which seems to be triggered by a misplaced \\, but I can't locate where this comes from.
Metadata
Metadata
Assignees
Labels
No labels