Skip to content

Fix make draft and watermark#5

Open
huhong789 wants to merge 5 commits intotsgates:masterfrom
huhong789:master
Open

Fix make draft and watermark#5
huhong789 wants to merge 5 commits intotsgates:masterfrom
huhong789:master

Conversation

@huhong789
Copy link

No description provided.

@stevenskevin
Copy link
Collaborator

stevenskevin commented Dec 28, 2022

For reference, 0592ad5 fixes the following error when running make draft:

pkgs.tex:28: error: [minted] You must invoke LaTeX with the -shell-escape flag
      at 
p.tex:26: error: [minted] You must have `pygmentize' installed to use this package
      at \begin{document}

because $(LTEX) adds the needed -shell-escape flag.

But for me, e33756b only causes new breakage:

latex.out/p.aux:24: error: Undefined control sequence
      at \@LN@col{2}
                 ^
latex.out/p.aux:24: error: Missing \begin{document}
      at \@LN@col{2}
                   ^
latex.out/p.aux:25: error: Undefined control sequence
      at \@LN@col{1}

@huhong789
Copy link
Author

e33756b is for gpoore/minted#183

No new breakage on my machine, did you try "make clean & make"? or maybe documenclass could be different

@stevenskevin
Copy link
Collaborator

Oh, you're right, it works after a make clean. My mistake, I'll close the other PR in favor of this one.

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 this pull request may close these issues.

2 participants