diff --git a/00-front.mom b/00-front.mom index 7b7b377..d458190 100644 --- a/00-front.mom +++ b/00-front.mom @@ -5,6 +5,16 @@ .papersize letter .DOCTYPE DEFAULT +\"no-label-in-text +\"no-label-in-reference +.R1 +join-authors ", and " ", " ", and " +database ./bib.ref +sort +accumulate +.R2 +.ENDNOTE_REFS + .START .COVER TITLE AUTHOR COPYRIGHT .COLLATE diff --git a/02-microsound.mom b/02-microsound.mom index e1b9ed1..b506d54 100644 --- a/02-microsound.mom +++ b/02-microsound.mom @@ -8,6 +8,12 @@ Granular synthesis is based on the idea that a steady-state waveform with its ti \[em] Charles Dodge, /Computer Music/ .BLOCKQUOTE END +.PP +test +.[ +dodge +.] + \" Synchronous vs asynchoronous production mode \" 5 to 50 ms .COLLATE diff --git a/build.sh b/build.sh index c4c75c5..64e0afb 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -groff -Kutf8 -mom -Tpdf 00-front.mom 01-preface.mom 02-microsound.mom 03-convolution.mom 04-phase_vocoding.mom 05-alternative_tunings.mom > cooganl-sound-hacking.pdf +groff -R -Kutf8 -mom -Tpdf 00-front.mom 01-preface.mom 02-microsound.mom 03-convolution.mom 04-phase_vocoding.mom 05-alternative_tunings.mom > cooganl-sound-hacking.pdf