Giter VIP home page Giter VIP logo

latex-utils's Introduction

latex-utils

Easily compile latex documents with nix flakes.

Some implementation that can perform similar functions: tex2nix, latex-tools, If you are not happy with my implementation, or want to try other similar features, please feel free.

nix flake init --template github:jackyliu16/latex-utils
  • provide more information and a help panel for easily debug
  • provide support of multiple compilations like xelatex -> bibtex -> xelatex -> xelatex Right now we could finish this job with override buildPhase like xelatex main.tex; bibtex main.aux; xelatex main.tex, should we provide latexmk as default ? it look fine for me to replace this kind of operation.
  • Fixed identification of RequirePackage
  • Due to regular expression limitations, cross-line RequirePackage and usepackage cannot now be detected, need to manually convert it into one line .
\RequirePackage[
a4paper,
left=3cm,right=2.3cm,top=2.3cm,bottom=2.6cm,
headheight=10cm,
headsep=0.3cm]{geometry}
  • Right now, there is inputFile required, if the default operation doesn't belong to latex_utils, it seems reasonless to provide this kind of variable, never mention the chance may use it right here (overlays buildPhase and installPhase in flakes).
  • Maybe we should base on latexmk, latex-tools impl watch operation, should we just simpliy abstract the document, and provide diff kinds of package of build or watch or just make up this kind of operation in devShells.

latex-utils's People

Contributors

jackyliu16 avatar jmmaloney4 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.