GithubHelp home page GithubHelp logo

jipolanco / faster-beamer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thehamsta/faster-beamer

0.0 1.0 0.0 291 KB

An incremental compiler for LaTeX Beamer presentations

License: GNU General Public License v3.0

Rust 99.23% TeX 0.77%

faster-beamer's Introduction

Build Status Crates.io

faster-beamer

An incremental compiler for LaTeX Beamer slides

Motivation

Compiling Beamer slides takes too long. I wanted to have a fast preview of my files even if the output is not 100% correct.

What it does

It parses your input file and compiles each frame enviroment individually and in parallel. Compiled frames are cached and only recompiled if necessary.
Of course, frame pages and citation will not be rendered correctly, but it should be sufficient to get an idea how your frames will look like.

Executing the following line will let faster-beamer watch your tex-file for changes, compile all frames on changes and only output the frame that was changed most recently.

faster-beamer presentation.tex --server

If you want pdfunite to glue all the compiled frames together use:

faster-beamer presentation.tex --server --pdfunite

We can also try to reinsert the precompiled frames into the orginal document. This will yield the most accurate result (including title, section pages).

faster-beamer presentation.tex --server --unite

Requirements

  • A Rust toolchain >= 3.39
  • You need to have pdflatex in PATH. Addidionally, also pdfunite if you want to unite PDFs.

Installation

cargo install --path . --force

Thanks

A modified version of https://github.com/santifa/latexcompile is used in this project.

faster-beamer's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar jipolanco avatar lilianmoraru avatar thehamsta 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.