Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot Error - TeX 3.14159265 (TeX Live 2019/Debian) #6

Open
RyuuTDF opened this issue Jul 13, 2020 · 3 comments · May be fixed by #7
Open

Snapshot Error - TeX 3.14159265 (TeX Live 2019/Debian) #6

RyuuTDF opened this issue Jul 13, 2020 · 3 comments · May be fixed by #7

Comments

@RyuuTDF
Copy link

RyuuTDF commented Jul 13, 2020

In Tex Live 2019, Snapshot has been majorly rewritten. This will cause the current version of the template to crash on:
logreq.sty: line 235 - Incomplete \if; all text was ignored after line 6. \input{logreq.def}

Current workarounds:

  1. Remove \Requirepackage{snapshot}
    or
  2. Modify the definition of \snap@providesfile
    https://tex.stackexchange.com/questions/508985/incomplete-if-from-inputlogreq-def-with-snapshot-and-biblatex/508995#508995
@mpsijm
Copy link
Member

mpsijm commented Jul 14, 2020

That's interesting, I'm using TeXLive 2019.20190710-1 on XUbuntu 19.10 without problems 🤔

$ dpkg -l texlive-full
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version         Architecture Description
+++-==============-===============-============-========================================
ii  texlive-full   2019.20190710-1 all          TeX Live: metapackage pulling in all com

$ tex --version
TeX 3.14159265 (TeX Live 2019/Debian)

$ pdflatex --version
pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian)

@Geweldig
Copy link

Same issue occurs on Arch Linux for TeXLive 2020

[~] > pacman -Qi texlive-core | grep Version | cut -b 19-
2020.55416-1
[~] > tex --version
TeX 3.14159265 (TeX Live 2020/Arch Linux)
[~] > pdflatex --version
pdfTeX 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux)

@mpsijm mpsijm linked a pull request Jul 27, 2020 that will close this issue
@mpsijm
Copy link
Member

mpsijm commented Jul 27, 2020

Updated to Ubuntu 20.04 last week, can confirm I'm having the same problem now 🙃

$ dpkg -l texlive-full
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version         Architecture Description
+++-==============-===============-============-=======================================>
ii  texlive-full   2019.20200218-1 all          TeX Live: metapackage pulling in all co>

I don't use the snapshot personally, but from the description on CTAN it seems useful, so I went for option 2 (the fix) instead of option 1 (the removal) in #7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants