Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395736
Makefile.slides.latexmk
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
440 B
Subscribers
None
Makefile.slides.latexmk
View Options
# Depends: latex-make
ORGS = $(wildcard *.org)
TEXS = $(patsubst %.org,%.tex,$(ORGS))
PDFS = $(patsubst %.org,%.pdf,$(ORGS))
# master documents to build for latex-make; see "texdoc latex-make"
LU_MASTERS = $(patsubst %.org,%,$(ORGS))
export TEXINPUTS = :$(CURDIR)/../../common/latex/
all: $(PDFS)
%.tex: %.org
../bin/export-org-to-beamer $<
distclean::
rm -f $(TEXS) $(PDFS)
include LaTeX.mk # should come last to allow overrides
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Jun 4 2025, 7:43 PM (11 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3243215
Attached To
rMSLD Slides and presentation material
Event Timeline
Log In to Comment