atom-latex
atom-latex copied to clipboard
Compile LaTeX or knitr documents from within Atom
I want to sort the Chinese references by Pinyin, so I have to use the "biber -l zh__pinyin" command to make it work. Could you tell me where I could...
If I try to compile my {filename}.tex document and theres an error, some files with the name 'pdflatex(somenumbers).fls' is generated, and does not go away with a clean. I can't...
When trying to install latex I get this error: > 7 http fetch GET 500 https://www.atom.io/api/packages/latex/versions/0.50.2/tarball 70776ms attempt #3 > 8 silly fetchPackageMetaData error for https://www.atom.io/api/packages/latex/versions/0.50.2/tarball 500 Internal Server Error...
Command Failed: latexmk -synctex=1 -interaction=nonstopmode -file-line-error -pdf document I can't compile any tex files, how do I resolve this?
This generalises the Atom opener to whatever PDF package they may have installed, instead of restricting it to `pdf-view`. Cross ref https://github.com/Aerijo/atom-pdf-view-plus/issues/5. It just renames the opener and removes the...
The log parser does not work when the filename has spaces (f.e. `test min.tex`). Spaces in the folder name are ok. Minimal example: > \documentclass{article} > \usepackage[utf8]{inputenc} > \begin{document} >...
If an executed child process fails, only the executed command and the error code are printed. It would help debugging efforts to print the stdout and stderr of the failed...
Dear community, I want to build my latex project from a file that is not the root file. Is there this possibility without using magic commands? I would like to...
I cannot get the package to clean .table and .gnuplot files. My guess is that the files that are generated from tikz/gnuplot are named [source-filename].[plot-id].table and [source-filename].[plot-id].gnuplot. Any suggestions on...
When trying to build a file containing Japanese characters in the file name or path, I receive the error "latexmk: Bad command line arguments." Removing the Japanese characters from the...