Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LaTeX in a devcontainer in Coder#18375

Unanswered
Discussion options

Since I write most of my documents in LaTeX, I have created my first devcontainer. I would like to use this in Coder.
I have revised the devcontainer again. I have entered the extensions and the settings in the devcontainer.json. Unfortunately, these are not installed in the code server. Coder hangs at the end of the installation. I think my VW has not enough RAM.

https://github.com/joergklein/devcontainer-latex

Please have a look at the repo and check it for possible errors. I need a little help.

{"remoteUser":"coder","build": {"dockerfile":"Dockerfile"  },"customizations": {"vscode": {"extensions": ["james-yu.latex-workshop"      ],"settings": {"latex-workshop.intellisense.citation.backend":"biblatex","latex-workshop.latex.autoBuild.run":"never","latex-workshop.view.pdf.viewer":"tab","latex-workshop.view.pdf.internal.synctex.keybinding":"double-click","files.autoSave":"afterDelay","files.autoSaveDelay": 30000,"latex-workshop.latex.recipes": [          {"name":"Lualatex","tools": ["lualatex","lualatex","lualatex","lualatex"            ]          },          {"name":"Lualatex with glossaries","tools": ["lualatex","biber","makeglossaries","lualatex","lualatex","lualatex"            ]          },          {"name":"Lualatex without glossaries","tools": ["lualatex","biber","lualatex","lualatex","lualatex"            ]          }        ],"latex-workshop.latex.tools": [          {"name":"lualatex","command":"lualatex","args": ["-shell-escape","-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","%DOC%"            ]          },          {"name":"biber","command":"biber","args": ["%DOCFILE%"            ]          },          {"name":"makeglossaries","command":"makeglossaries","args": ["%DOCFILE%"            ]          }        ],"latex-workshop.latex.clean.method":"glob","latex-workshop.latex.autoClean.run":"onBuilt","latex-workshop.latex.clean.fileTypes": ["%DOCFILE%.aux","%DOCFILE%.bbl","%DOCFILE%.blg","%DOCFILE%.idx","%DOCFILE%.ilg","%DOCFILE%.ind","%DOCFILE%.lof","%DOCFILE%.log","%DOCFILE%.lol","%DOCFILE%.lot","%DOCFILE%.out","%DOCFILE%.toc","%DOCFILE%.acn","%DOCFILE%.acr","%DOCFILE%.alg","%DOCFILE%.glg","%DOCFILE%.glo","%DOCFILE%.gls","%DOCFILE%.fls","%DOCFILE%.log","%DOCFILE%.fdb_latexmk","%DOCFILE%.snm","%DOCFILE%.synctex(busy)","%DOCFILE%.synctex.gz(busy)","%DOCFILE%.nav","%DOCFILE%.vrb","%DOCFILE%.abb","%DOCFILE%.abrn","%DOCFILE%.bcf","%DOCFILE%.dvi","%DOCFILE%.ist","%DOCFILE%.nom","%DOCFILE%.ntn","%DOCFILE%.run.xml","%DOCFILE%.synctex.gz"        ],"files.trimTrailingWhitespace": true,"editor.minimap.enabled": false,"editor.detectIndentation": true,"editor.formatOnSave": true,"workbench.startupEditor":"none","cSpell.language":"en,de,de-DE,en-US","[markdown]": {"editor.defaultFormatter":"yzhang.markdown-all-in-one"        },"workbench.editorAssociations": {"*.pdf":"latex-workshop-pdf-hook"        },"diffEditor.ignoreTrimWhitespace": false,"diffEditor.hideUnchangedRegions.enabled": true,"cSpell.userWords": [],"latex-workshop.formatting.latex":"latexindent","[latex]": {"editor.formatOnPaste": false,"editor.suggestSelection":"recentlyUsedByPrefix"        }      }    }  }}
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@joergklein

[8]ページ先頭

©2009-2025 Movatter.jp