Skip to content

Instantly share code, notes, and snippets.

@sbenthall
Created June 5, 2015 21:33
Show Gist options
  • Save sbenthall/67d0a39d8c7b9efdd961 to your computer and use it in GitHub Desktop.
Save sbenthall/67d0a39d8c7b9efdd961 to your computer and use it in GitHub Desktop.
sb@arcadia:~/Documents/scipy2015$ git clone git@github.com:sbenthall/scipy_proceedings.git
Cloning into 'scipy_proceedings'...
remote: Counting objects: 2948, done.
remote: Total 2948 (delta 0), reused 0 (delta 0), pack-reused 2948
Receiving objects: 100% (2948/2948), 701.60 KiB | 94.00 KiB/s, done.
Resolving deltas: 100% (1900/1900), done.
Checking connectivity... done.
sb@arcadia:~/Documents/scipy2015$ git checkout 2015
fatal: Not a git repository (or any of the parent directories): .git
sb@arcadia:~/Documents/scipy2015$ cd scipy_proceedings/
sb@arcadia:~/Documents/scipy2015/scipy_proceedings$ git checkout 2015
Branch 2015 set up to track remote branch 2015 from origin.
Switched to a new branch '2015'
sb@arcadia:~/Documents/scipy2015/scipy_proceedings$ ls
LICENSE.txt papers README.md scipy_proc.json
make_paper.sh publisher reviews
sb@arcadia:~/Documents/scipy2015/scipy_proceedings$ cd papers/
sb@arcadia:~/Documents/scipy2015/scipy_proceedings/papers$ mkdir sebastian__benthall
sb@arcadia:~/Documents/scipy2015/scipy_proceedings/papers$ ls
00_vanderwalt jane_doe sebastian__benthall
sb@arcadia:~/Documents/scipy2015/scipy_proceedings/papers$ ls 00_vanderwalt/
00_vanderwalt.rst figure1.png
sb@arcadia:~/Documents/scipy2015/scipy_proceedings/papers$ cp 00_vanderwalt/* sebastian__benthall/
sb@arcadia:~/Documents/scipy2015/scipy_proceedings/papers$ cd ..
sb@arcadia:~/Documents/scipy2015/scipy_proceedings$ ./make_paper.sh papers/sebastian__benthall
Building: sebastian__benthall
*** Warning: /home/sb/Documents/scipy2015/scipy_proceedings/publisher/../output/sebastian__benthall/paper_stats.json does not exist.
PDFLaTeX error output:
================================================================================
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
restricted \write18 enabled.
entering extended mode
(./paper.tex
LaTeX2e <2011/06/27>
Babel <3.9h> and hyphenation patterns for 4 languages loaded.
! LaTeX Error: File `IEEEtran.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
! Emergency stop.
<read *>
l.3 \usepackage
{fixltx2e} % LaTeX patches, \textsubscript^^M
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on paper.log.
================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment