From 2137dc166d48dec1fe70428c599f94631935b470 Mon Sep 17 00:00:00 2001 From: Charles Martin Date: Thu, 7 Nov 2024 16:56:12 +1100 Subject: [PATCH] renamed a few files to be clear about the provenance and removed proceedings name from the music template as it's used for workshops as well. --- ...ic-references.bst => ACM-Reference-Format.bst} | 0 music/latex/music-proceedings-template.tex | 15 +++++---------- music/latex/nimemusic.cls | 5 +++-- .../latex/{nime-references.bib => references.bib} | 0 ...ime-alternate.bst => ACM-Reference-Format.bst} | 0 papers/latex/nime-template.tex | 4 ++-- .../latex/{nime-references.bib => references.bib} | 0 7 files changed, 10 insertions(+), 14 deletions(-) rename music/latex/{nime-music-references.bst => ACM-Reference-Format.bst} (100%) rename music/latex/{nime-references.bib => references.bib} (100%) rename papers/latex/{nime-alternate.bst => ACM-Reference-Format.bst} (100%) rename papers/latex/{nime-references.bib => references.bib} (100%) diff --git a/music/latex/nime-music-references.bst b/music/latex/ACM-Reference-Format.bst similarity index 100% rename from music/latex/nime-music-references.bst rename to music/latex/ACM-Reference-Format.bst diff --git a/music/latex/music-proceedings-template.tex b/music/latex/music-proceedings-template.tex index 806a205..6ac91e7 100644 --- a/music/latex/music-proceedings-template.tex +++ b/music/latex/music-proceedings-template.tex @@ -1,11 +1,11 @@ % NIME 2020 Music Proceedings Template +% Modified November 2024 by Charles Martin % Modified December 2019 by Joe Wright % Created August 2019 by Niccolo Granieri % This is file `music-proceedings-template.tex', % % The original source files were: -% % samples.dtx (with options: `acmsmall') % % IMPORTANT NOTICE: @@ -30,15 +30,12 @@ \usepackage{lipsum} %used to generate default text -% Rights management information. This information is sent to you -% when you complete the rights form. These commands have SAMPLE -% values in them; it is your responsibility as an author to replace -% the commands and values with those provided to you when you -% complete the rights form. +% Rights management information. \setcopyright{cc4} \nimeYear{2024} \nimeMonth{9} % \nimeDOI{10.1145/XXXXXXX.XXXXXXX} +% \whichProceedings{Music Proceedings of the International Conference on New Interfaces for Musical Expression} \whichNIME{NIME'25, June 24--27, 2025. The Australian National University, Canberra, Australia.} @@ -143,9 +140,7 @@ \section*{Ethical Standards} % The next two lines define the bibliography style to be used, and % the bibliography file. -\bibliographystyle{nime-music-references.bst} -\bibliography{nime-references.bib} +\bibliographystyle{ACM-Reference-Format} +\bibliography{references} \end{document} \endinput -% -% End of file `sample-acmsmall.tex'. diff --git a/music/latex/nimemusic.cls b/music/latex/nimemusic.cls index 0f86a66..b0cf3d7 100644 --- a/music/latex/nimemusic.cls +++ b/music/latex/nimemusic.cls @@ -1357,6 +1357,7 @@ \acmISBN{978-x-xxxx-xxxx-x/YY/MM} \def\nimeDOI#1{\def\@nimeDOI{#1}} \nimeDOI{10.1145/nnnnnnn.nnnnnnn} +\def\whichProceedings#1{\def\whichProceedings{#1}} \def\whichNIME#1{\def\whichNIME{#1}} \newif\if@ACM@badge \@ACM@badgefalse @@ -1763,8 +1764,8 @@ \fi \fi \if@printcopyright - DOI: \@formatdoi{\@nimeDOI}\\ - Music Proceedings of the International Conference on New Interfaces for Musical Expression \\ + % DOI: \@formatdoi{\@nimeDOI}\\ + \whichProceedings \\ \whichNIME % \copyright\ \@copyrightyear\ \@copyrightowner\\ \else diff --git a/music/latex/nime-references.bib b/music/latex/references.bib similarity index 100% rename from music/latex/nime-references.bib rename to music/latex/references.bib diff --git a/papers/latex/nime-alternate.bst b/papers/latex/ACM-Reference-Format.bst similarity index 100% rename from papers/latex/nime-alternate.bst rename to papers/latex/ACM-Reference-Format.bst diff --git a/papers/latex/nime-template.tex b/papers/latex/nime-template.tex index 64640c9..cb47b00 100644 --- a/papers/latex/nime-template.tex +++ b/papers/latex/nime-template.tex @@ -30,7 +30,7 @@ % Package and option to handle bibliography \usepackage[numbers]{natbib} -\bibliographystyle{nime-alternate} +\bibliographystyle{ACM-Reference-Format} \begin{document} @@ -566,7 +566,7 @@ \section{Ethical Standards} % The following command is all you need in the % initial runs of your .tex file to % produce the bibliography for the citations in your paper. -\bibliography{nime-references} +\bibliography{references} % You must have a proper ".bib" file % and remember to run: diff --git a/papers/latex/nime-references.bib b/papers/latex/references.bib similarity index 100% rename from papers/latex/nime-references.bib rename to papers/latex/references.bib