From c6ee6280596faa352004907941c44ff9ab308032 Mon Sep 17 00:00:00 2001 From: rusty Date: Fri, 17 Jan 2014 05:17:46 +0000 Subject: Fixes for first WD front page. Based on feedback from Paul Knight . Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@184 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- commands-html.tex | 1 + make-setup-generated.sh | 4 ++-- 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{
} \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" ;; diff --git a/title.tex b/title.tex index a60fd57..8d054d3 100644 --- a/title.tex +++ b/title.tex @@ -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 -- cgit v1.2.3