restoring from backup

This commit is contained in:
2025-12-25 13:31:22 +01:00
commit 408c8d65e9
22 changed files with 845 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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.](https://strawberryperl.com/)
---
To have a clean build, build with script using the key combination: `ctrl+shift+b`