Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 978 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 978 Bytes

Yolo: simple paper template

make          # for quite mode
make loud     # for error 
make tidy     # for submisssion
make clean    # git mode
make spell    # ispell check 
make view     # build & open the pdf

Importing to Overleaf

cd yolo
mv sty/* . 
mv abs.txt abs.tex

Spell check

For spelling check in vim, use :set spell

To search for the next misspelled word:

]s           Move to next misspelled word after the cursor.
             A count before the command can be used to repeat.
             'wrapscan' applies.

[s           Like "]s" but search backwards, find the misspelled
             word before the cursor.  

Finding suggestions for bad words:

z=           For the word under/after the cursor, suggest correctly
             spelled words.

To add words to your own word list:

zg           Add word under the cursor as a good word

What does mean by Yolo?

Yolo stands for "You Only Light(write) Once" XD