Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerised Research Paper Template Repo

This repo contains dockerised setup which can be used for drafting research papers easily without much setup time.

How to use

  1. Install Docker and clone this repo.
  2. Make edits in the paper/main.tex
  3. Add your figures in the paper/figures folder
  4. 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

Bonus Tip

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

Credits

About

This acts as a template repo for anyone planning to write research papers with a dockerized setup.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages