issues Search Results · repo:aclements/latexrun language:Python
Filter by
44 results
(49 ms)44 results
inaclements/latexrun (press backspace or delete to remove)When using latexrun with Python 3.12 and up, this gets printed every run:
/usr/bin/latexrun:1214: SyntaxWarning: invalid escape sequence \w
if lookingatre( (Package |Class |LaTeX |pdfTeX )?(\w+ )?warning: ...
Ferdi265
- Opened on Apr 28, 2024
- #75
I have a file that latexrun is detecting errors in, but when I compile manually and inspect the log, there are no errors
(although plenty of warnings particularly overfull hboxes).
I believe this is caused ...
wilbowma
- Opened on Sep 1, 2023
- #73
When a filename is long enough for TeX to wrap its message:
Output written on latex.out/L04 Intel 64 Architektur und C-Toolchain.pdf (1 p
age, 74341 bytes).
Transcript written on latex.out/L04 Intel ...
The-Compiler
- 1
- Opened on Sep 4, 2020
- #71
Problem
The content of the PDF file in the root directory is incorrect, it is missing references.
img width= 96 alt= Skärmavbild 2020-02-20 kl 20 11 16 src=
https://user-images.githubusercontent.com/7222170/74969695-4f555a80-541d-11ea-9811-2d12cdbb8715.png ...
martisak
- Opened on Feb 20, 2020
- #70
When I specify --max-iterations N, my sense is that, if the document compiles without error over the N iterations, then
latexrun should exit with process exit code 0, regardless of whether the iterations ...
dandavison
- Opened on Oct 17, 2019
- #69
When latex gives the warning Unused global option(s): , latexrun doesn t show which options are unused. Compare the
output of latexrun and pdflatex below:
Test file (foo.tex):
\documentclass[english]{article} ...
tyilo
- Opened on Jan 3, 2019
- #65
With pdflatex, lualatex etc. I am able to do something like echo test.tex | pdflatex. This doesn t work with latexrun:
usage: latexrun [-h] [-o FILE] [--latex-cmd CMD] [--latex-args ARGS]
...
tom-anders
- Opened on Dec 28, 2018
- #64
The semantic package outputs a date in the format [2018/11/1], which latexrun incorrectly parses as the page
number 2018. This only affects the first page, since subsequent page numbers correct it, but ...
tchajed
- Opened on Nov 1, 2018
- #63
The two regular expressions don t seem to work, when the whole path is multiline
r ^Transcript written on ?(.* )\.log ?\.$ and r ^Output written on ?(.*\. [^ . ]+) ? \([0-9]+ page
Files were located ...
jmpzero
- 1
- Opened on Oct 10, 2018
- #58
Here goes minimal example.
blah.tex:
\documentclass{article}
\usepackage[backend=biber]{biblatex}
\addbibresource{refs.bib}
\begin{document}
Hello world.
\nocite{*}
\printbibliography
\end{document} ...
philip-bl
- 5
- Opened on Apr 18, 2018
- #57

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.