Last active
June 26, 2016 11:25
-
-
Save moonblade/82854957333b769770b56fc0827f5e9e to your computer and use it in GitHub Desktop.
latex abstract generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run latex.sh, open abstract.tex file, edit it as required. then run ./generate.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir abstract | |
cd abstract | |
sudo apt-get install texlive texlive-latex-recommended texlive-latex-extra ghostscript | |
wget http://pastebin.com/raw/ibZ6mw06 -O abstract.tex | |
echo 'latex abstract | |
bibtex abstract | |
latex abstract | |
dvipdf abstract | |
evince abstract.pdf' > generate.sh | |
chmod +x generate.sh | |
./generate.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment