A boilerplate project for creating an IEEE paper in VS code using Development Container (devcontainer).
- Clone the repo
- Run
id
in a terminal to getUID
,GUID
, andUNAME
. - Change
UID
,GUID
,UNAME
, andTZ
in the.devcontainer/.env
file. - Press F1 and choose
Remote-Containers: Reopen in Container
in VS code. - Start writing (the output PDF file will be automatically built on save).
- Preview the document by pressing F1 and choosing
LaTex Workshop: View LaTex PDF file
- The Grammarly plugin will continuously check for grammar errors in the background.
- Trailing spaces are removed on save.
- To efficiently control the source files using Git, it is best to add a line break after a complete sentence, i.e., after a full stop. This can be done by selecting the target text, pressing F1, choosing
Replace Rules: Run Rule...
, and choosingReplace Rules: Add a new line after every sentence
.