首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Dechin的专栏

    配置docker的pdflatex环境

    :latest docker.io/fbenz/pdflatex:latest 下载需要一段的时间。 功能是否正常: [dechin-root tex]# docker run -it fbenz/pdflatex pdflatex --help Usage: pdftex [OPTION]... 编译Tex文件 在上述章节中完成基于docker的pdflatex环境部署之后,我们可以开始撰写一些简单的tex文件用来测试一下环境。 运行指令很简单,直接在docker容器内运行pdflatex your_file.tex即可: root@d7ed2229a244:/home# pdflatex hello_world.tex This 总结概要 为了在本地构建一个可用性强、易于部署的环境,我们选择了放弃直接安装pdflatex的方案,以及线上的overleaf的方案。

    1K30发布于 2021-05-21
  • 来自专栏王小雷

    解决Pandoc wasnt found.pdflatex not found on PATH

    解决nbconvert failed: Pandoc wasn’t found.解决nbconvert failed: pdflatex not found on PATH 问题1描述 500 : Internal 问题2描述 500 : Internal Server Error nbconvert failed: pdflatex not found on PATH http://pandoc.org/

    3.6K70发布于 2018-01-02
  • 来自专栏python深度学习

    pdflatex环境部署步骤Docker的基本操作

    :latest docker.io/fbenz/pdflatex:latest 下载需要一段的时间。 pdflatex --help Usage: pdftex [OPTION]... 使用容器还有一点需要注意的是,如果我们直接用docker run -it fbenz/pdflatex的话,没有绑定本地的目录,这样是无法看到本地所撰写的tex文件的。 编译Tex文件 在上述章节中完成基于docker的pdflatex环境部署之后,我们可以开始撰写一些简单的tex文件用来测试一下环境。 歌曲下载 总结概要 为了在本地构建一个可用性强、易于部署的环境,我们选择了放弃直接安装pdflatex的方案,以及线上的overleaf的方案。

    93100发布于 2021-04-03
  • 来自专栏yiyun 的专栏

    Visual Studio Code 配置 LaTex | 笔记

    设置环境变量 路径如下 1 D:\Program Files\texlive\2022\bin\win32 1.3 测试 tex -v latex -v xelatex -v pdflatex -> bibtex -> pdflatex*2", "tools": [ "pdflatex", "bibtex", "pdflatex", "pdflatex" ] } ], "latex-workshop.latex.clean.fileTypes": [ " -> bibtex -> pdflatex*2", "tools": [ "pdflatex", "bibtex ", "pdflatex", "pdflatex" ] } ], "latex-workshop.latex.recipe.default

    1.7K10编辑于 2022-06-02
  • 来自专栏程序猿声

    来打造一个舒适的Latex环境吧~

    -> bibtex", "tools": [ "pdflatex", "bibtex" ] }, { "name": "pdflatex -> bibtex -> pdflatex*2", "tools": [ "pdflatex", "bibtex", " pdflatex", "pdflatex" ] }, { "name": "xelatex -> bibtex -> xelatex*2", 默认情况下使用的是pdflatex命令进行编译。关于latexmk的配置,详情见参考链接Latex 编译和编写方案配置 — latexmk + latexworkshop。 pdflatex - 使用pdfTeX程序来编译LaTeX格式的tex文件 xelatex - 使用XeTeX程序来编译LaTeX格式的tex文件 而pdfTeX程序和XeTeX程序有什么区别呢?

    2.6K72发布于 2020-12-17
  • 来自专栏云深之无迹

    VSCode配置LaTex中文显示

    file-line-error", "%DOC%" ] }, { "name": "pdflatex ", "command": "pdflatex", "args": [ "-synctex=1", "-interaction ": [ "latexmk" ] }, { "name": "pdflatex -> bibtex -> pdflatex*2", "tools": [ "pdflatex", "bibtex", "pdflatex", "pdflatex" ] } ], "latex-workshop.view.pdf.viewer

    3.2K20发布于 2021-08-20
  • 来自专栏量子位

    陶哲轩又来安利AI工具了:新论文排版用上VSCode Copilot+插件

    file-line-error", "%DOCFILE%" ] }, { "name": "pdflatex ", "command": "pdflatex", "args": [ "-synctex=1", ", "tools": [ "pdflatex" ] }, { " }, { "name": "pdf->bib->pdf->pdf", "tools": [ "pdflatex ", "bibtex", "pdflatex", "pdflatex" ]

    94920编辑于 2023-09-08
  • 来自专栏hotarugaliの技术分享

    Manjaro20.2配置TeXLive+VSCode的LaTeX环境

    file-line-error", "%DOC%" ] }, { "name": "pdflatex ", "command": "pdflatex", "args": [ "-synctex=1", "-interaction ": [ "latexmk" ] }, { "name": "pdflatex -> bibtex -> pdflatex*2", "tools": [ "pdflatex", "bibtex", "pdflatex", "pdflatex" ] } ], "latex-workshop.view.pdf.viewer

    90520编辑于 2022-02-28
  • 来自专栏文鹃阁

    Macbook配合VSCode和MacTeX本地编译LaTeX

    "command": "cd", "args" : ["%DIR%"] }, { "name": "pdflatex ", "command": "pdflatex", "args": [ "-synctex=1", "tools": [ "latexmk" ] }, { "name": "pdflatex -> bibtex -> pdflatex*2", "tools": [ "cd", "pdflatex", "bibtex", "pdflatex", "pdflatex" ] } ], 然后就完事了

    4.3K20编辑于 2022-10-04
  • 来自专栏Elton的技术分享博客

    如何配置 latexmk

    $pdf_mode = 1; 默认使用 pdflatex 编译生成 pdf。 如果使用 xelatex 可以设为 5(需要 TeX Live 2017 以上)。 $pdflatex = "pdflatex -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 %O %S"; 给编译命令添加额外的参数 完整的配置文件如下: $pdf_mode = 1; $pdflatex = "pdflatex -file-line-error -halt-on-error -interaction=nonstopmode

    2.2K20发布于 2021-01-22
  • 来自专栏大白技术控的技术自留地

    Latex文件分别用Texwork和Winedt打开时,产生中文乱码的解决方法

    表示其他Tex命令 Texworks和Winedt下均使用PdfLatex编译 解决中文乱码,有两种方法: 方法1:将winedt的默认编码修改为utf-8 修改winedt7缺省编码为utf-8的方法 并进行如下的配置: pdfLaTeX+MakeIndex+BibTeX pdfLaTeX+MakeIndex+BibTeX D:/CTEX/MiKTeX/miktex/bin/texify.exe -

    3.3K30发布于 2019-03-05
  • 来自专栏云深之无迹

    VSCode配置LaTex写作环境(70%完成度)

    (lualatex)", "tools": [ "lualatexmk" ] }, { "name": "pdflatex ➞ bibtex ➞ pdflatex × 2", "tools": [ "pdflatex", "bibtex", "pdflatex ", "pdflatex" ] }, { "name": "Compile Rnw files", "tools : [ "OUTDIR", "bibtex", "latexmk", "latexmkrc", "nonstopmode", "pdflatex "args": [ "%DOC%" ], "env": {} }, { "name": "pdflatex

    2.3K30发布于 2021-08-20
  • 来自专栏信数据得永生

    Matplotlib 中文用户指南 4.8 XeLaTeX/LuaLaTeX 设置

    原文:Typesetting With XeLaTeX/LuaLaTeX 译者:飞龙 协议:CC BY-NC-SA 4.0 使用 pgf 后端,matplotlib 可以将图形导出为可以使用 pdflatex 可能的值为xelatex(默认值),lualatex和pdflatex。 请注意,当选择pdflatex时,必须在序言中配置字体和 unicode 处理。 # -*- coding: utf-8 -*- import matplotlib as mpl mpl.use("pgf") pgf_with_pdflatex = { "pgf.texsystem ": "pdflatex", "pgf.preamble": [ r"\usepackage[utf8x]{inputenc}", r"\usepackage [T1]{fontenc}", r"\usepackage{cmbright}", ] } mpl.rcParams.update(pgf_with_pdflatex

    2.3K20编辑于 2022-12-01
  • 来自专栏生信菜鸟团

    读《Bookdown》

    Administrator\\AppData\\Roaming\\TinyTeX" > (function() { + tinytex:::tweak_path() + print(Sys.which('pdflatex ')) + system2('pdflatex', '--version') + })() pdflatex "C:\\Users\\ADMINI~1\\AppData\\Roaming\\TinyTeX\\bin\\win32\\pdflatex.exe" pdfTeX 3.14159265 zlib 1.2.11 Compiled with xpdf version 4.01 > p = tinytex:::win_app_dir('TinyTeX', 'bin', 'win32', 'pdflatex.exe mtime ctime C:\\Users\\Administrator\\AppData\\Roaming/TinyTeX/bin/win32/pdflatex.exe

    1.2K30编辑于 2022-05-24
  • 来自专栏操作系统实验

    服务端部署LaTeX和httpd

    安装LaTeX编译环境安装TeX Live:sudo yum install texlive -y可以使用latex、pdflatex等命令来编译LaTeX文档2. \cup S$(要求$R$和$S$具有相同的模式) \item 差集: $R - S$(要求$R$和$S$具有相同的模式) \end{itemize} \end{document}使用pdflatex 编译pdflatex test.texcp test.pdf /var/www/html/latex/5.

    50810编辑于 2024-03-10
  • 来自专栏深度学习和计算机视觉

    如何快速搭建 LaTeX 轻量级写作环境(VSCode)?

    interaction=nonstopmode", "-file-line-error", "%DOC%" ] }, { "name" : "pdflatex ", "command": "pdflatex", "args" : [ "-synctex=1", "-interaction=nonstopmode" interaction=nonstopmode", "-file-line-error", "%DOC%" ] }, { "name": "pdflatex ", "command": "pdflatex", "args": [ "-synctex=1", "-interaction=nonstopmode

    6.5K10发布于 2021-05-07
  • 来自专栏LoRexxar's Blog

    33c32016 writeup

    ) Solves: 133 Just a tiny application, that lets the user write some files and >compile them with pdflatex type ending)") elif (cmd[1] == "compile"): return (" Compiles a tex file with the help of pdflatex *", "/", "\\x",这些内容都会被过滤掉 3、show方法可以显示后缀为log, tex, sty, mp, bib的内容 4、compile方法可以把tex后缀的文件编译为pdf,遵循的是pdflatex >ls.log\" \"test.mp\"} \end{document} \q 接着编译,查看对应的log,就可以得到flag了 33C3_pdflatex_1s_t0t4lly_s3cur3! 核心问题在于如何绕过..的过滤 在pdflatex语法中,可以用^^2e^^2e^^2f^^2e^^2e^^2f^^66^^6c^^61^^67来代替../..

    54920编辑于 2023-02-21
  • 来自专栏云计算运维

    用 Pandoc 生成一篇调研论文

    Makefile 使用 Pandoc 产生 LaTeX 文件,pandoc-crossref 产生交叉引用,pdflatex 构建 LaTeX 为 PDF,bibtex 处理引用。 -N \ -f markdown -t latex+raw_tex+tex_math_dollars+citations -o main.tex main.md @pdflatex main.tex &> /dev/null @bibtex main &> /dev/null @pdflatex main.tex &> /dev/null @pdflatex main.tex &> /dev/null clean: rm main.aux main.tex main.log main.bbl main.blg main.out 要从 LaTeX 产生 PDF,按 来自bibtex 的指导处理参考书目: @pdflatex main.tex &> /dev/null @bibtex main &> /dev/null @pdflatex

    2K30发布于 2021-10-25
  • 来自专栏Dechin的专栏

    为R Markdown配置TinyTex编译环境

    而在Windows系统的使用过程中发现,编译过程还是要依赖于pdflatex的,而根据以往的经验,在Windows上搞Latex还是略显麻烦。 总结概要 上一篇博客《通过R Studio用Markdown写Beamer》的最后遗留了一个问题,那就是如何在本地win11的系统环境下快捷方便的构建一个pdflatex的环境。

    1.3K20编辑于 2022-05-10
  • 来自专栏云深之无迹

    TeX Live安装

    "-pdf", "%DOCFILE%" ] }, { "name": "pdflatex ", "command": "pdflatex", "args": [ "-synctex=1",

    1.2K30发布于 2021-08-20
领券