This repo contains dockerised setup which can be used for drafting research papers easily without much setup time.
- Install Docker and clone this repo.
- Make edits in the paper/main.tex
- Add your figures in the paper/figures folder
- Build the pdf by running the following commands from the repo 's root directory.
# Linux Users
./build.sh paper
# Windows Users (PowerShell)
.\build.ps1 paper
# Windows Users (Command Prompt)
build.bat paper
Install LaTeX Workshop and vscode-pdf extensions in vscode to have syntax highlighting ,autocompletion and error underlining.
If you get permission issues then use the following scripts
#Linux Users
chmod +x build.sh
# Windows Users
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- Mohammed Rashith KP
- Opensource logo Icon by VectorLogoZone on Icon-Icons.com.