在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):tom-tan/auctex-latexmk开源软件地址(OpenSource Url):https://github.com/tom-tan/auctex-latexmk开源编程语言(OpenSource Language):Emacs Lisp 100.0%开源软件介绍(OpenSource Introduction):auctex-latexmk.elThis library adds LatexMk support to AUCTeX. Requirements:
You can install it by using To use this package, add the following line to your (require 'auctex-latexmk)
(auctex-latexmk-setup) After that, by using LatexMk will inherit many AUCTeX settings, including:
If you would like LatexMk to pass the (setq auctex-latexmk-inherit-TeX-PDF-mode t) to your Additional configuration of # .latexmkrc starts
$pdf_mode = 1;
# .latexmkrc ends Additional documention describing all the available options is available on CTAN. For MikTex usersDue to the bug in MikTex, you will see the following message if
As a workaround, add For Japanese usersLatexMk command automatically stores the encoding of a source file
and passes it to latexmk via an environment variable named # .latexmkrc starts
$kanji = "-kanji=$ENV{\"LATEXENC\"}" if defined $ENV{"LATEXENC"};
$latex = "platex $kanji";
$bibtex = "pbibtex $kanji";
$dvipdf = 'dvipdfmx -o %D %S';
$pdf_mode = 3;
# .latexmkrc ends |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论