pdflatex

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

Get pandoc to generate PDF with sans-serif font family

 ̄綄美尐妖づ 提交于 2020-08-23 21:04:38
问题 I'm trying to use pandoc to generate a PDF from Markdown source. I'd like the output to use only sans-serif fonts. Input: # Hello This is a test. Command line: pandoc -o output.pdf input.md --variable=fontfamily:arev I get a fine-looking PDF, but the text is serif. Output: I tried many different command lines, but the font (family) never changes. I'm using Ubuntu 14.04. I installed pandoc via apt-get. 回答1: I had to install arev, bera and mathdesign fonts first, but your command worked fine

Get pandoc to generate PDF with sans-serif font family

走远了吗. 提交于 2020-08-23 21:03:08
问题 I'm trying to use pandoc to generate a PDF from Markdown source. I'd like the output to use only sans-serif fonts. Input: # Hello This is a test. Command line: pandoc -o output.pdf input.md --variable=fontfamily:arev I get a fine-looking PDF, but the text is serif. Output: I tried many different command lines, but the font (family) never changes. I'm using Ubuntu 14.04. I installed pandoc via apt-get. 回答1: I had to install arev, bera and mathdesign fonts first, but your command worked fine

Get pandoc to generate PDF with sans-serif font family

生来就可爱ヽ(ⅴ<●) 提交于 2020-08-23 21:01:37
问题 I'm trying to use pandoc to generate a PDF from Markdown source. I'd like the output to use only sans-serif fonts. Input: # Hello This is a test. Command line: pandoc -o output.pdf input.md --variable=fontfamily:arev I get a fine-looking PDF, but the text is serif. Output: I tried many different command lines, but the font (family) never changes. I'm using Ubuntu 14.04. I installed pandoc via apt-get. 回答1: I had to install arev, bera and mathdesign fonts first, but your command worked fine

How to include image files in Sphinx + Latex Pdf files

风流意气都作罢 提交于 2020-08-20 12:07:39
问题 I am using Sphinx Documentation tool alongwith LaTeX to generate pdf files. While trying to include images in the pdf file, I am coming up with the following error during compile: LaTeX Warning: File `{img_file}.jpg' not found on input line 920. ! Package pdftex.def Error: File `"""{img_file}".jpg' not found: using dra ft setting. See the pdftex.def package documentation for explanation. Type H <return> for immediate help. ... l.920 ...phinxincludegraphics{{img_file}.jpg} } ? These are some

Using Sphinx Extension to convert svg to pdf

喜你入骨 提交于 2020-07-06 19:20:16
问题 My company is using Sphinx to create the manuals for our products. Our products are shipped with PDF and HTML documentations. We are using Windows as a sole developer environment. A necessary requirement is to generate both kind of format from the same sources (*.rst files). A legacy documentation uses extensive SVG-Images, but the sphinx build format latex does not support SVG-Files in \includegraphics{} environments. Now I found the promising Sphinx-Extension sphinx.ext.imgconverter and

Doxygen cannot parsing the structure documentation in the source file

一笑奈何 提交于 2020-06-29 04:08:33
问题 Doxygen cannot parsing a structure documentation inside .c file(and cannot create a corresponding .tex file) but parsing correctly from a separate .h file Assumptions: Does the structures inside .c file where generally the functions are documented are not visible to doxygen parser? Workflow: doxygen run >parsing from files>create a pdf The final generated file is missing the structure documentation inside .c file but all other structures inside a separate .h files are documented and find

How to break long url that containes hyphens

时光怂恿深爱的人放手 提交于 2020-06-08 12:36:07
问题 I'm trying to break a long url using latex. I have 3 links, the first one that contains hyphens doesn't work but the two others work because they don't contain hypens. I used \url(the_url_to_brak) like this : \hline \textbf{Documentation} & Riche et peut être téléchargée gratuitement sur \url{https://www.ssi.gouv.fr/guide/ebios-2010-expression-des-besoins-et-identification-des-objectifs-de-securite/} & Riche et peut être téléchargée gratuitement sur \url{https://clusif.fr/management_des

How to break long url that containes hyphens

落花浮王杯 提交于 2020-06-08 12:35:26
问题 I'm trying to break a long url using latex. I have 3 links, the first one that contains hyphens doesn't work but the two others work because they don't contain hypens. I used \url(the_url_to_brak) like this : \hline \textbf{Documentation} & Riche et peut être téléchargée gratuitement sur \url{https://www.ssi.gouv.fr/guide/ebios-2010-expression-des-besoins-et-identification-des-objectifs-de-securite/} & Riche et peut être téléchargée gratuitement sur \url{https://clusif.fr/management_des