-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.88.0
- OS Version: Windows 11 professional version-22H2-22621.4317
Steps to Reproduce:
I have use the `Hel…
-
AFAIK, `latexmk` is also doing automation of latex compiling however is different from what `latex-makefile` does (as to html, pandoc, python, etc.). Therefore is it possible to integrate that into th…
-
Let's have (for example) the following `aux_dir` setup for `latexmk` in the file `.latexmkrc`
```perl
# .latexmkrc
$aux_dir = ".aux";
$pdflatex = 'pdflatex --shell-escape';
```
_(I like to avoid…
-
### Describe the bug
My project creates a pdf file in french language (project language is French). If I add entries to the index like so:
```
.. index::
single: Écran de connexion
```
th…
-
I tried following the instructions, and after cloning run `latexmk`, but I get the following output
```
...
(/usr/share/texlive/texmf-dist/tex/latex/acro/acro.definitions.tex))
! LaTeX3 Error: T…
-
# Using Latexmk — homepage
[https://mg.readthedocs.io/latexmk.html](https://mg.readthedocs.io/latexmk.html)
-
使用 texlive2024+vscode 环境。在 demo_chs 目录下的命令行运行 `latexmk -xelatex master`,编译失败,恳请大佬指教。
主要有三类错误:
1. CTeX fontset `' could not be found.
![image](https://github.com/user-attachments/assets/c5212871-7b…
-
### Describe the bug
**context**
I'm trying to build a pdf using latex by running
```
jupyter-book build mybookname/ --builder pdflatex
```
**expectation**
I expected a pdf of the whole book
…
-
#### Description :octocat:
Recently I opened #16647, which described an issue caused by package updates
affecting magit. Another user experiencing the issue, who did not use the same
work-around as…
-
When I compile the following document with pdflatex v3.141592653-2.6-1.40.26 and bibtex or `latexmk -pdf` v4.83 using texlive 2024.2-3, the citation gets correctly written as `Lastname and Anotherlast…