miktex

pdflatex to convert octave code into pdf documents

廉价感情. 提交于 2021-02-17 06:38:06
问题 I am attempting to publish some Octave code as a PDF, however, I keep on getting the same error message: 'pdflatex' is not recognized as an internal or external command, operable program or batch file. I have also downloaded MikTex now but it still does work when I use the command options.format='pdf'; options.showCode = false; publish('document1.m',options) Why is this not working? 来源: https://stackoverflow.com/questions/61815611/pdflatex-to-convert-octave-code-into-pdf-documents

R cmd check Latex error: FATAL pdflatex - GUI framework cannot be initialized

☆樱花仙子☆ 提交于 2020-08-24 07:06:13
问题 I am checking my package and this is actually the last remaining problem. The pdf file cannot be compiled and the logfile tells me 2015-10-15 14:17:47,430+0200 INFO pdflatex - running 'initexmf --quiet --update-fndb' to refresh the file name database 2015-10-15 14:17:50,276+0200 FATAL pdflatex - GUI framework cannot be initialized. 2015-10-15 14:17:50,276+0200 FATAL pdflatex - Info: 2015-10-15 14:17:50,276+0200 FATAL pdflatex - Source: Libraries\MiKTeX\UI\Qt\mikuiqt.cpp 2015-10-15 14:17:50

Latex文件本机能正常编译,但在另一台电脑不能编译的解决方法

白昼怎懂夜的黑 提交于 2020-08-08 08:33:10
问题:同样的文件在台式机能编译出正常的PDF文件,但发现在另一个电脑上不能编译出PDF文件。 \documentclass [ preprint,10pt,5p,times,twocolumn ]{ elsarticle } %% Use the option review to obtain double line spacing %% \documentclass[preprint,review,12pt]{elsarticle} %% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn %% for a journal layout: %% \documentclass[final,1p,times]{elsarticle} %% \documentclass[final,1p,times,twocolumn]{elsarticle} %% \documentclass[final,3p,times]{elsarticle} %% \documentclass[final,3p,times,twocolumn]{elsarticle} %% \documentclass[final,5p,times]{elsarticle} %% \documentclass[final,5p,times

Miktex did not succeed after I updated R to version 3.5.0

China☆狼群 提交于 2020-05-23 09:34:33
问题 After I updated R to version 3.5.0, I couldn't start my MikTex from Rstudio, --- output: pdf_document: latex_engine: xelatex includes: in_header: header.tex keep_tex: yes --- Above is the code I typed ahead of my Rmd, and after knitring, Sorry, but D:\miktex\miktex\bin\x64\xelatex.exe did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:/Users/DELL/AppData/Local/MiKTeX/2.9/miktex/log/xelatex.log Information showed in xelatex.log: 2018-04-29 10:06:17

在windows10上使用sphinx制作文档,并输出PDF

你离开我真会死。 提交于 2020-03-11 10:20:09
1、安装sphinx pip3 install -U sphinx 2、安装现成的主题 pip3 install sphinx-rtd-theme 3、使用向导 制作一个文档 sphinx-quickstart 4、在文档的配置中使用主题 #引用主题 import sphinx_rtd_theme #设置扩展 extensions = [ ... "sphinx_rtd_theme" ... ] #设置主题名称 html_theme = "sphinx_rtd_theme" #设置主题选项 html_theme_options = { 'canonical_url': '', # 'analytics_id': 'UA-XXXXXXX-1', # Provided by Google in your dashboard 'logo_only': False, 'display_version': True, 'prev_next_buttons_location': 'bottom', 'style_external_links': False, # 'vcs_pageview_mode': '', # 'style_nav_header_background': 'white', # Toc options 'collapse_navigation': True, 'sticky

VSCode+Latex安装笔记

久未见 提交于 2020-01-31 00:28:59
1,下载MiKTex,才200M,地址: https://miktex.org/download 2,安装MiKTex 3,打开MiKTex Console安装支持中文的包,输入ctex和cjk关键字,右击安装相应的包。 4,打开VSCode,安装扩展LaTex Workshop 5,安装完插件,用VSCode打开测试的.tex文件 %!TEX program = xelatex % 使用 ctexart 文类,UTF-8 编码 \documentclass[UTF8]{ctexart} \title{文章标题} \author{大蓝鲸} \date{\today} \begin{document} \maketitle This is the context of the article. 这就是文章的所有内容。 \end{document} 6,ctrl+alt+b 是编译的快捷键,然后可能会跳出来MiKTex的插件不完整,直接点击安装即可。编译成功后点击“View LaTex PDF”,即可用内置的pdf阅读器打开文档啦。 PS:LaTex Workshop很多设置没有详细说明,以后再补充。 据说TexStudio使用起来更方便。 1,下载TexStudio,地址: http://texstudio.sourceforge.net/ 2,安装TexStudio 来源:

“Compile pdf” in Rstudio works but knit2pdf does not work in R or RStudio

不羁的心 提交于 2020-01-17 07:40:52
问题 I'm hoping someone can point me to the internal setting that can fix my issue with compiling tex docs from R. My issues is that texi2pdf and knit2pdf throw warnings and do not generate a pdf. I can get Rnw files to compile using the "Compile pdf" button in RStudio, I can knit rnw files into text files, and I can get my tex files to compile into pdf using TeXnicCenter, but I can't get the texi2pdf or knit2pdf functions to work in R. In Windows 7 on one machine with TexLive installed and on

VSCode + Latex Workshop + MikTex

让人想犯罪 __ 提交于 2020-01-08 00:32:52
需掌握内容 本地配置、编译、使用 LaTex ; 具体包括: 环境搭建 MikTex 插入图片 Matplot visio 插入表格 mathtype excel 插入引用文献 bib mendeley 插入公式 mathtype 安装环境 参考 VSCode + Latex Workshop + MikTex + Git ,安装 miktex ( tex live 的某一个衍生版本) + latex workshop Recipe: pdflatex -> bibtex -> pdflatex × 2 可以成功编译; vscode 左下角的设置中,改变配置如: 只需要使用pdflatex即可 "latex-workshop.view.pdf.viewer": "tab", "latex-workshop.latex.autoClean.run": "onBuilt", "latex-workshop.latex.recipe.default": "lastUsed", "latex-workshop.intellisense.file.base": "file relative", "latex-workshop.latex.recipes":[ { "name": "pdflatex", "tools": [ "pdflatex" ] }, { "name":

FontAwesome Installed with MiKTeX Console not Working

自作多情 提交于 2019-12-24 10:47:28
问题 I've added the fontawesome package from the MiKTeX console, but when trying to create the document in TeXworks using XeLaTeX, I get the following error: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! fontspec error: "font-not-found" ! ! The font "FontAwesome" cannot be found. ! ! See the fontspec documentation for further information. ! ! For immediate help type H <return>. !............................................... I'm using Windows 10, and on a previous machine I got my tex file

Word中Aurora插件编译LaTeX公式速度很慢的问题

风流意气都作罢 提交于 2019-12-20 00:43:34
Word中Aurora插件速度很慢的问题   Aurora插件在32位Word中可以直接在Word上方的工作区中显示,在64位Word中则需要通过 插入 → \rightarrow → 对象 → \rightarrow → Aurora Equation来插入公式(为了方便可以定义一个宏)。   使用Aurora时发现编译速度极慢,而且如果在编译时保存文件将导致该Word文件在编译完成前被锁死。   怀疑可能和Aurora使用的LaTeX库有关。通过Aurora公式编辑框中的Properties → \rightarrow → Paths查看LaTeX库文件路径。   发现Use default values被勾选,路径显示为latex, dvipng, pdflatex,也不知道究竟是用了什么库。   不选Use default values选项,把路径改为电脑中MikTeX 2.9的路径(需要的3个exe文件一般在 MikTex路径\miktex\bin或者 MikTex路径\miktex\bin\x64下),发现还是很慢。   尝试安装下载Aurora插件时自带的Micro-miktex( 下载地址 )。把路径改为安装的MikTeX 2.5的路径(如下图所示),运行速度恢复正常。 来源: CSDN 作者: wwf1093996635 链接: https://blog.csdn