Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify settings.json file in visual studio code #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wtllll
Copy link

@wtllll wtllll commented Oct 18, 2021

Create new recipes for macOS / Linux. Fix the error in bibtex.

// 设置 latex-workshop 的 PDF 预览程序,external 指的是外部程序
//"latex-workshop.view.pdf.viewer": "external",
//"latex-workshop.view.pdf.ref.viewer": "external",
//"latex-workshop.view.pdf.external.viewer.command": "D:/Users/newton/Documents/Softwares/software_windows/design/SumatraPDF-3.2-64.exe",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path here can be cleaner like C:/path/to/my/PDFViewer.exe - similar comments to below

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be useful only if you have the software Sumatra.If you don't have the software,then it is up to you to change it or remove it. Therefore I comment these ,similar comments to below.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, but I don't think this addresses my comment on the very specific path 🤔

"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
//"-output-directory=%OUTDIR%",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to comment these (L127-128) out? I would either uncomment them or simply remove them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants