1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-04 00:02:33 +00:00

Update latex.sh

This commit is contained in:
Joshua Murphy 2018-02-14 11:02:19 -03:30 committed by proninyaroslav
parent 27e5d0cd68
commit e7ddac0aaf

View File

@ -1,3 +1,7 @@
# latex.sh
# A script for converting Markdown files in each of the subdirectories into a unified PDF typeset in LaTeX.
# Requires TexLive, Pandoc templates and pdfunite. Not necessary if you just want to read the PDF, only if you're compiling it yourself.
#!/bin/bash
rm -r build
mkdir build