diff options
-rw-r--r-- | commands-html.tex | 1 | ||||
-rwxr-xr-x | make-setup-generated.sh | 4 | ||||
-rw-r--r-- | title.tex | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/commands-html.tex b/commands-html.tex index ade2dd7..7831866 100644 --- a/commands-html.tex +++ b/commands-html.tex @@ -41,6 +41,7 @@ \newcommand{\oasisnoticelabel}[1] { +\hrule \begin{spacing}{2} \HCode{<div style="color: \#552681; font-size: 18pt;">} \textbf{#1} diff --git a/make-setup-generated.sh b/make-setup-generated.sh index 69ef696..d8dab2f 100755 --- a/make-setup-generated.sh +++ b/make-setup-generated.sh @@ -19,13 +19,13 @@ case "$1" in ;; *-csd*) STAGE=csd - STAGENAME="Committee Specification Draft" WORKINGDRAFT=`basename "$1" | sed 's/.*-csd//'` + STAGENAME="Committee Specification Draft $WORKINGDRAFT" ;; *-csprd*) STAGE=csprd - STAGENAME="Committee Specification Public Review Draft" WORKINGDRAFT=`basename "$1" | sed 's/.*-csprd//'` + STAGENAME="Committee Specification Draft $WORKINGDRAFT" STAGEEXTRATITLE=" / \newline Public Review Draft $WORKINGDRAFT" STAGEEXTRA=" / Public Review Draft $WORKINGDRAFT" ;; @@ -93,7 +93,7 @@ When referencing this specification the following citation format should be used \textbf{[VIRTIO-v\virtiorev]}\newline \textit{\virtioversion}. \virtioworkingdraftdate. -\virtiodraftoasisstagename \virtiodraftstageextra{ }\virtiourlhtml +\virtiodraftoasisstagename \virtiodraftstageextra . \virtiourlhtml . \end{oasistitlesection} \vfill\newpage |