Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions paper/.latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

sub build_header {
system("ruby ./prep.rb")
}

build_header()
Empty file added paper/bib.bbl
Empty file.
4 changes: 4 additions & 0 deletions paper/bib.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
% **************GENERATED FILE, DO NOT EDIT**************

\bibliographystyle{juliacon}
\bibliography{paper.bib}
16 changes: 16 additions & 0 deletions paper/header.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
% **************GENERATED FILE, DO NOT EDIT**************

\title{Setfield.jl: Changing the immutable}

\author[1]{Jan Weidner}
\affil[1]{PTW-Dosimetry}

\keywords{Julia, Functional Programming, Optics, Immutable}

\hypersetup{
pdftitle = {Setfield.jl: Changing the immutable},
pdfsubject = {JuliaCon 2019 Proceedings},
pdfauthor = {Jan Weidner},
pdfkeywords = {Julia, Functional Programming, Optics, Immutable},
}

420 changes: 420 additions & 0 deletions paper/jlcode.sty

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions paper/journal_dat.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
% **************GENERATED FILE, DO NOT EDIT**************

\def\@journalName{Proceedings of JuliaCon}
\def\@volume{1}
\def\@issue{1}
\def\@year{2020}
Loading