13 lines
228 B
TOML
13 lines
228 B
TOML
[doc]
|
|
name = "something"
|
|
bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar"
|
|
|
|
[[output]]
|
|
name = "VishakhPradeepKumar_MscThesis"
|
|
type = "pdf"
|
|
tex_format = "latex"
|
|
inputs = [
|
|
"report.tex",
|
|
"references.bib"
|
|
]
|