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()
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{ref.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{Enhancing Deterministic Voice Control with Safe LLM Interaction}

\author[1]{Samuel Omlin}
\affil[1]{Swiss National Supercomputing Centre (CSCS), ETH Zurich, Lugano, Switzerland}

\keywords{deterministic voice control, large language models, speech interfaces, programmable voice assistants, human-AI interaction, desktop automation}

\hypersetup{
pdftitle = {Enhancing Deterministic Voice Control with Safe LLM Interaction},
pdfsubject = {JuliaCon 2025 Proceedings},
pdfauthor = {Samuel Omlin},
pdfkeywords = {deterministic voice control, large language models, speech interfaces, programmable voice assistants, human-AI interaction, desktop automation},
}

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{2025}
Loading
Loading