Giter Site home page Giter Site logo

aakash30jan / latextowebpage Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 438 KB

Pythonic way of putting LaTeX CV data to your webpage.

License: GNU General Public License v3.0

TeX 84.29% HTML 9.07% Shell 0.23% Python 4.78% JavaScript 1.62%
moderncv simple-site-template cv-to-web latex-to-html

latextowebpage's Introduction

LatexToWebpage

DOI HitCount

A pythonic way of putting LaTeX CV data to your webpage.
This code makes use of Moderncv documentclass by Xavier Danaux (https://github.com/xdanaux/moderncv) and webpage style-sheet by Jon Barron's code (https://github.com/jonbarron/jonbarron_website).

Directory Structure:

.
├── CV
│   ├── LaTeX
│   │   ├── main.tex
│   │   ├── main.pdf
│   │   ├── logo.png
│   │   └── [ALL moderncv documnetclass files]
│   └── myCV.pdf
├── index.html
├── LICENSE
├── makeSite.sh
├── putTex.py
├── README.md
└── website
    ├── images
    │   ├── favicon.ico
    │   ├── project1.png
    │   └── <PUT ALL PROJECT IMAGES HERE>
    └── js
        └── scramble.js

Requirements:

  1. Python 2.7
  2. Latex essentials: texstudio, texlive-latex-extra, texlive-fonts-recommended

Download

Clone the repository with:
$ git clone https://github.com/aakash30jan/LatexToWebpage.git

Using the code:

After you are done with editing the ./CV/LaTeX/main.tex (the main latex file where you write your CV) and the marked entries in ./index.html (the main webpage file where you write your profile) proceed as follows:

  1. Execute with bash makeSite.sh.
  2. Your generated CV can be checked with evince ./CV/myCV.pdf.
  3. Your updated webpage can be checked with firefox index.html.
  4. You may now upload the webpage to your favourite hosting service !

Issues:

Problems? Please raise an issue at "https://github.com/aakash30jan/LatexToWebpage/issues" and I will get back to you soon.
Please use https://doi.org/10.5281/zenodo.1464274 if you wish to cite this code.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

latextowebpage's People

Contributors

aakash30jan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jhssyb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.