diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-12-03 08:53:53 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-12-03 08:53:53 +0000 |
commit | 87cf45b77b21ad0ac2cc5d16a10704593d60cc03 (patch) | |
tree | c607e7657b282f7defd8a4b96926d9ad68fd23f2 /title.tex | |
parent | 9c176a83f95e79fe43d0a3b4907ceca03e47c1a3 (diff) |
title.tex: add space before and after URLs
Something seems to eat up space right before and after a urldef
call unless we protect it with { }.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@159 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'title.tex')
-rw-r--r-- | title.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ \oasisspecificationuris{Specification URIs} \begin{oasistitlesection}{This version} -\virtiourlpdf (Authoritative)\newline +\virtiourlpdf{ }(Authoritative)\newline \virtiourlhtml \end{oasistitlesection} @@ -23,7 +23,7 @@ N/A \end{oasistitlesection} \begin{oasistitlesection}{Latest version} -\virtiourllatestpdf (Authoritative)\newline +\virtiourllatestpdf{ }(Authoritative)\newline \virtiourllatesthtml \end{oasistitlesection} @@ -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 |