Skip to content

RSE-Sheffield/COMCUDA_lab_sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMCUDA Lab Sheets

These were converted to pandoc-markdown in 23-24.

They can be converted via pandoc, it uses a double pass as it includes templating.

# PDF
pandoc "name.md" --template "name.md" | pandoc -t latex -o "name.pdf"
# HTML
pandoc "name.md" --standalone --mathjax -o "name.html"

Either of these can be placed inside a batch file/sh file to automatically iterate files e.g.

@echo off
FOR %%f IN (*.md) DO (
    pandoc "%%~nf.md" --template "%%~nf.md" | pandoc -t latex -o "%%~nf.pdf"
)

About

Source for generating COMCUDA's lab sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published