All Projects → shiblon → Latex Makefile

shiblon / Latex Makefile

Licence: other
A Makefile for LaTeX - drop it in, type make, and magic happens.

Labels

Projects that are alternatives of or similar to Latex Makefile

Vlc Arc Dark
Arc Dark skin for VLC
Stars: ✭ 158 (-5.95%)
Mutual labels:  makefile
Small
Stars: ✭ 159 (-5.36%)
Mutual labels:  makefile
Iterm2 Borderless
Borderless iTerm2 patch with a few extra features
Stars: ✭ 165 (-1.79%)
Mutual labels:  makefile
Riscv Elf Psabi Doc
A RISC-V ELF psABI Document
Stars: ✭ 156 (-7.14%)
Mutual labels:  makefile
Docker Quick Ref
Docker: Printable Quick Reference
Stars: ✭ 160 (-4.76%)
Mutual labels:  makefile
Septun
Suricata Extreme Performance Tuning guide
Stars: ✭ 162 (-3.57%)
Mutual labels:  makefile
Docker Hbase
Stars: ✭ 158 (-5.95%)
Mutual labels:  makefile
Specification
Serverless Workflow Specification
Stars: ✭ 166 (-1.19%)
Mutual labels:  makefile
Arm Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
Stars: ✭ 159 (-5.36%)
Mutual labels:  makefile
Http Echo
A tiny go web server that echos what you start it with!
Stars: ✭ 165 (-1.79%)
Mutual labels:  makefile
Teachingmaterial
Various teaching material
Stars: ✭ 159 (-5.36%)
Mutual labels:  makefile
Amiga Gcc
The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
Stars: ✭ 160 (-4.76%)
Mutual labels:  makefile
Noobs
NOOBS (New Out Of Box Software) - An easy Operating System install manager for the Raspberry Pi
Stars: ✭ 2,048 (+1119.05%)
Mutual labels:  makefile
Fuel Main
Fuel is the control plane for installing and managing OpenStack. It is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more.
Stars: ✭ 158 (-5.95%)
Mutual labels:  makefile
Ios Projects Catalogue
[Discontinued] Сatalogue of iOS open source projects.
Stars: ✭ 165 (-1.79%)
Mutual labels:  makefile
Libretro Thumbnails
Thumbnails for RetroArch
Stars: ✭ 158 (-5.95%)
Mutual labels:  makefile
Drizzledumper
drizzleDumper是一款基于内存搜索的Android脱壳工具。
Stars: ✭ 2,002 (+1091.67%)
Mutual labels:  makefile
Maid
Markdown driven task runner.
Stars: ✭ 1,999 (+1089.88%)
Mutual labels:  makefile
Dockerfiles
Development environment of EvaEngine, based on Docker
Stars: ✭ 166 (-1.19%)
Mutual labels:  makefile
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (-2.38%)
Mutual labels:  makefile

#LaTeX Makefile

This is a single GNU makefile that builds a LaTeX document into various targets with minimal latex/bibtex invocations. It colorizes and swallows the normally unhelpful latex output so that errors and other important messages are easy to spot. It handles GNUplot, Fig, and Dot image creation (and many more formats besides), and does automatic dependency tracking.

Perhaps most important, it is convenient because it is a single file and only depends on standard Unix utilities that are likely to exist on any system. It includes built-in help documentation and various utilities to test whether it will work on your system. Just drop it in your source directory and type make. Is something not working? Type make help | less.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].