Skip to content

forkjoseph/yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yolo: simple Tex paper template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published