Giter Site home page Giter Site logo

newdoc's Introduction

newdoc - Seed a LaTeX document with standard content.

The newdoc repository simplifies initializing LaTeX documnets the meet minimum requirements defined by autodoc, docbld, and tlc-article.

Prerequisites

  1. autodoc
  2. docbld
  3. MiKTeX
  4. tlc-article

Installation

$ cd $HOME
$ git clone [email protected]:Traap/newdoc.git

Add this function to .bashrc

NEWDOCPATH=${HOME}/git/newdoc

export NEWDOCPATH

function newdoc() {
  ${newdocPATH}/newdoc 
}

Use

Run newdoc to create the scaffolding for a new LaTeX document that is compatible with autodoc, docbld, and tlc-article.

Usage: newdoc [OPTIONS]

OPTIONS
  --dir=path/to/dir              Directory to create.
  --file=fileName                File to create.
  --title='Your Document Title'  Document title to use.

  --logo                         Seed document a logo.
  --share                        Use shared header and footer data.

  --help                         Display this help message.

Example

newdoc --dir report/summary --file=001 --title='Foo' --shared --logo
newdoc --dir report/summary --file=002 --title='Bar' --shared
newdoc --dir report/summary --file=003 --title='Baz' 

Copied Files

Option Files Destination
--file fileName.tex fileName.texx path/to/dir/filename path/to/dir/filename/data
--logo logo.png path/to/dir/filename/data
--shared additional-layout-shared.tex path/to/dir/shared/data/additional-layout.tex

Project Management

Please refer to my Lightweight Project Mangement for the project management strategy I use.

newdoc's People

Contributors

traap avatar

Watchers

 avatar  avatar

newdoc's Issues

AUTO-1432 bug fix

A Fresenius-Kabi use noticed the texx driver file was not using the correct standard report definition.

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.