Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 812 Bytes

README.rst

File metadata and controls

54 lines (32 loc) · 812 Bytes

paper-tas

mkdir cyberaide cd cyberaide git clone git@github.com:cyberaide/tex.git git clone git@github.com:cyberaide/bib.git git clone git@github.com:cyberaide/paper-tas.git ln ../bib bib ln ../tex tex

Adding Bibs

cd bib

Use jabref to open and add refernces. Than do

git commit -a

and do the usual git tuff:

git push

If everything is ok do:

cd ..

You should be back in the paper dir

Creating the paper

make

View The paper

make view

Clean

make clean