Skip to content

iitrabhi/paper-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-template

This is a latex template to write research papers.

Clean working with windows

On a mac when we use the -ouput-folder key in sublime-project, all the build files are written to that output folder. But that does not happen on windows. For windows we need to install Perl and then add a few lines of code to the User setting of LaTeXtools under the builder-settings key.

"windows" : {
			// See README or third-party documentation
        	"script_commands":
                ["latexmk -pdf -outdir=build -auxdir=build -f  -interaction=nonstopmode -synctex=1 "]
		},

Download Perl form here.


To have a clean build, build with script using the key combination: ctrl+shift+b

About

This is a latex template to write research papers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages