Skip to content

Latest commit

 

History

History

hw2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

hw2

make sure to instal pygments from pip2 for syntax highlighting

latex toolchain

"latex-workshop.latex.toolchain": [
		{
			"command": "latexmk",
			"args": [
				"-latexoption=-shell-escape",
				"-synctex=1",
				"-interaction=nonstopmode",
				"-file-line-error",
				"-pdf",
				"%DOC%"
			]
		}
	]