Git Product home page Git Product logo

m5th's Introduction

CircleCI

This repo contains all of my school-related LaTeX/markdown manuscripts, since uni started in fall 2017.

With effort, everything is generated with with Hakyll.

Also, every single markdown file in here except for this one liberally uses pandoc extensions, and probably will not preview nicely.

Quick (docker) dev setup

  1. docker run --rm -p 8000:8000 -it -v $(pwd):/site qjqqyy/hakyll-latex
    • noobtip: --tmpfs might or might not come in useful here
    • you might or might not wanna alias the above
  2. open http://localhost:8000 (if Docker is running on localhost that is)

See: hakyll-latex

What is even going on

I do the majority of my homework stuff with either LaTeX or Markdown (depending on whether I need stuff like amsthm and more control over document structure). As an upgrade from my old stash of symlinks, Makefiles and general crap, I repurposed Hakyll to compile almost all source files into viewables. This also has the nice side-effect of separating the source of truth (in here) from the produced files.

Routes

  • Pandoc markdown to HTML
  • Pandoc markdown to PDF
  • LaTeX to PDF
    • refer to bib files using \jobname.bib so latexmk picks up the link
    • oh and they also get renamed in the compilation process anyway (so better do it)
  • Pandoc markdown to Beamer

m5th's People

Contributors

qjqqyy 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.