Skip to content

Commit

Permalink
almost done (add plots, intro, outro, titlepage)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBadr committed Oct 20, 2024
1 parent c042da1 commit 14c95f3
Show file tree
Hide file tree
Showing 10 changed files with 1,930 additions and 190 deletions.
6 changes: 5 additions & 1 deletion docs/makepdf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ bib = CitationBibliography(

makedocs(; modules = [SparseIR],
authors = "Samuel Badr",
sitename = "SparseIR.jl Guide",
sitename = "SparseIRjl example",
format = Documenter.LaTeX(; platform="tectonic"),
pages = ["Guide" => "guide.md"],
plugins = [bib]
)

pdffile = joinpath(@__DIR__, "build", "SparseIRjlexample.pdf")
titlepage = joinpath(@__DIR__, "src", "assets", "titlepage_sparseirjl.pdf")
run(`cpdf -merge $titlepage $pdffile 4-end -o $pdffile`)
Binary file added docs/src/assets/img/result.pdf
Binary file not shown.
Binary file added docs/src/assets/img/u_basis.pdf
Binary file not shown.
Binary file added docs/src/assets/img/uhat_basis.pdf
Binary file not shown.
Binary file added docs/src/assets/img/v_basis.pdf
Binary file not shown.
Loading

0 comments on commit 14c95f3

Please sign in to comment.