diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-01-17 05:17:46 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-01-17 05:17:46 +0000 |
commit | c6ee6280596faa352004907941c44ff9ab308032 (patch) | |
tree | 98459348cf461223f0e073172103c88f9fca8567 | |
parent | f979d4bc2fda527a1df619dc5a26cfd3da9729d4 (diff) |
Fixes for first WD front page.
Based on feedback from Paul Knight <paul.knight@oasis-open.org>.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@184 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-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 |