-
**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 tried to use the support for citations [as shown here](https://github.com/jupyter/nbconvert-examples/tree/master/citations), unfortunately, it does not work.
Long story short: the bibliography …
-
Basically, I want to use `vim` to write my thesis. And I want to have features below which are commonly needed when writing code:
- auto completion
- structural navigation
- forward/backward search
- …
-
I'm running vim-gtk 7.4.52 on Ubuntu 14.04.1 with zsh as shell. When I run :LatexmkStop, the latexmk process does not get killed. I check the PIDs for latexmk using g:latexmk_running_pids and ps from …
-
#### Wrong behavior
The build command selected from the dropdown menu takes precedence over the `% !TeX cocalc` directive.
#### Correct behavior
According to the [docs](https://doc.cocalc.com…
jorsn updated
3 months ago
-
Hi,
I'm trying to use SVED to enable forward/backward search between NeoVim running VimTex on one hand and Evince on the other hand. I'm working on a big LaTeX project compiled through `latexmk` wi…
-
I wonder if the rendering can be carried out faster after the initial run of pandoc, if latexmk would be configured to reuse the last temporary file folder.
So I tried to overwrite the output dire…
ghost updated
4 years ago
-
When i compile the unmodifed template using `latexmk thesis.tex -pdf`, `latexmk` exits with an error:
```
Output written on thesis.pdf (29 pages).
SyncTeX written on thesis.synctex.gz.
Transcrip…
-
不知道怎么称呼,但看简介是交大校友噢,你这个Repo是在我的基础上改的哈,我说个小问题:
- 关于`bib`和`eqn-annotation`的兼容性问题,这个很奇怪,怎么说呢,如果你的beamer项目里面的公式标注很多的话,加上`bib`文件通过CLI用`latexmk`编译有概率能编译成功,我试过。
```
latexmk --option xxx.tex
```
-
When setting `options(tinytex.latexmk.emulation=FALSE)`, the `latexmk` command is used -- but one side effect is that it leaves three extra files ending in `.nav`, `.vrb`, and `.snm`.
It would be…