-
#### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ IDEA 2024.2.3
#### Operating System
Arch Linux
#### TeXiFy IDEA version
0.9.7
#### What I did (steps to repro…
-
Just spotted this on docs.python.org:
```
ERROR:2023-01-17 14:45:06,450:Run: "make -C /srv/docsbuild/cpython/Doc PYTHON=/srv/docsbuild/venv-3.12/bin/python SPHINXBUILD=/srv/docsbuild/venv-3.12/bin…
-
win 8.1 x86, mikTex 2.9
There was some problem with texify in my system, so I had to switch to latexmk. In previous version of Latextools, latexmk worked fine (with xelatex).
But in the new version, …
-
Hi Igal,
thank you for sharing this source code.
Following your README, I installed pygments (through conda) and then I tried to build.
However, `make` fails with following error:
```
/bin/echo -…
-
https://liam.page/2020/04/24/using-LaTeXmk-with-LaTeXworkshop-with-VSCode/
不忘初心,方得始终。
-
Hi
There are LaTeX constructs, that only work with pdflatex, and only if they are run twice. Here is an MWE
```
\documentclass{article}
\usepackage[usenames]{color}
\usepackage[utf8]{inputenc…
-
### 检查清单
- [X] 我已在 issues 中进行搜索(包括已关闭的问题)
### 操作系统
Windows 11
### TeX 发行版
TeX Live 2024
### 描述问题
今天本意是用 `xampl` 制作一个示例,结果发现编译出现问题。一共做了4个示例,其中3个编译错误,1个编译通过,如下所示。
我的猜测是,`xampl.bib`…
-
**Is your feature request related to a problem? Please describe it.**
I compile my documents with `TEXINPUTS=.:${PWD}/../Commons//:${TEXINPUTS} pdflatex main.tex` and it works. I don't find how to se…
-
I have the following Tupfile:
```
.gitignore
: memetic.tex | citations.bib |> latexmk -lualatex %f |> %B.pdf %B.fdb_latexmk %B.out %B.aux %B.log %B.fls %B.bbl %B.blg
```
The generated .giti…
-
Although git hooks are nice, they're not perfect. For instance, there is no git hook for `git tag`.
I now have a custom build script that runs the `\gitsetinfo` command before running `latexmk`. Th…