-
make clean macht Dinge, die latexmk nicht ut
-
**Description of the issue**
In the documentation, it seems that some keywords are automatically highlighted out of context. This occurs when the code example is not pure python code. Examples are:
…
-
Hi,
The following file builds at the command line with latexmk and in TexShop with latex/bibtex/latex 2x proving that the tex file and bib file are good and LaTeX can find it on its own. The error wi…
-
While using `latexmk`, my folder structure would look like
```
.
|--code
|-- ...
|--report
|-- report.tex
|-- ...
|--images
|-- ...
|--presentation
|-- presentation.tex
|…
-
# Bug Report
## Describe the bug
The documentation seems to imply that the ipub.ignore cell metadata applies for all formats, but in fact it is only used by slides_from_markdown preprocessor.
…
-
I'm dropping `auctex-latexmk` from my configuration as it's not maintained.
According to this [report](https://www.mail-archive.com/bug-auctex@gnu.org/msg03919.html), we can replace `TeX-run-TeX` …
-
### Check for existing issues
- [X] Completed
### Describe the feature
Is there a way to see the console output of extensions, or is this currently not possible? In that case I would like to …
-
Hi,
I have recently asked vim-forward/backward search with evince in vimtex https://github.com/lervag/vimtex/issues/2064
I have tried
```
let g:vimtex_mappings_leader='`'
let g:vimtex_compile…
-
Currently, CI errors out with exit code 255 in case of Latex syntax errors and doesn't show the exact errors on the CI log.
```bash
Latexmk: Summary of warnings:
Latex failed to resolve 92 refe…
-
As per title. I build the pdf with the following command:
`latexmk -pdf -xelatex -synctex=1 -interaction=nonstopmode /home/myname/tests/example.tex`
Before building, I `cd` in the directory whe…