Code Monkey home page Code Monkey logo

texutils's Introduction

Simple tex utilities.

COMPILE TEX

  Usage : runtex [param:-bpxlc] [filename]
  [filename] to be entered without .tex extension.
  List of [param] :
  -ma [filename]: Will create dir 'filename' with article .tex and .bib.
  -mb [filename]: Will create dir 'filename' with beamer .tex and .bib.
  -b [filename]: Will run pdf -> bib -> pdf -> pdf [Default]
  -p [filename]: Will run only pdf on filename.tex
  -x [filename]: Will run only xe on filename.tex
  -l [filename]: Will run only lua on filename.tex
  -c [filename]: Clear the temporary files.
  pdf (pdflatex), bib (bibtex), xe (xelatex), lua (lualatex).

GENERATE AUTHORLIST

  Use as :: python generate_authors.py <csvfile>
  - CSV file with 3 columns - Col1 Names, Col2 Affiliations, Col3 Acknowledgements
     - Names can be either Firstname Lastname or Lastname, Firstname (comma sep)
     - Multiple affiliations are to be separated by semi-colons
     - Acknowledgements are optional
     
  (Note : Please copy this script to the folder with the csvfile)
     
  Necessary variables
  - filenames (with .tex extension) for the authorlist, affiliation list, acknowledgement list
  - email
  - linelim : How many characters in printed in each line of authors before newline is added
  - doseparate : Do you want separate files for author and affiliations
  - doinitials : Print only author initials
  - extrastr : Reference the separate affiliation section, if doseparate

  Outputs
  - The files, as described above

texutils's People

Contributors

sdasrc avatar

Watchers

 avatar

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.