Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cagdass committed Aug 3, 2016
1 parent 7fc5964 commit ec62de0
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,32 @@ Automatically convert your staj report to Latex, if you are a Bilkent student.

## Usage

My sincere advice is to get this template and edit it yourself and compile on sharelatex.com,
Creating all text files and feeding it to the script sounds like an overkill,
A web application could be less of an overkill maybe, but sharelatex.com is gr8 y'all.
Go on use the template "csx99.tex" there.
# My sincere advice is to get this template and edit it yourself and compile on sharelatex.com,
# Creating all text files and feeding it to the script sounds like an overkill,
# A web application could be less of an overkill maybe, but sharelatex.com is gr8 y'all.
# Go on use the template "csx99.tex" there.

### (Option 1) If manually edited csx99.tex

#### Dependencies:

* [LaTeX](http://texblog.org/installing-latex/) (Optional)
* [git](https://git-scm.com/downloads)

#### (Option 1.1) Compile LaTeX on your own computer

git clone https://github.com/cagdasoztekin/csx99-report-latex.git
cd csx99-report-latex
mv /path/to/company/logo.png images/company_logo.png
vim csx99-report-latex/csx99.tex # Edit the latex source
pdflatex csx99.tex # Output file name should be csx99.pdf in the same directory

#### (Option 1.2) Use sharelatex.com

git clone https://github.com/cagdasoztekin/csx99-report-latex.git
vim csx99-report-latex/csx99.tex # Edit the latex source

Edit your csx99.tex, create a new project on sharelatex.com, make sure you have an images folder in the project with csx99.tex at its parent directory, and you have Bilkent logo named as bilkent_logo.png, and your company's logo as company_logo.png

## Updates

Expand Down

0 comments on commit ec62de0

Please sign in to comment.