% define VIRTIO Working Draft number and date \newcommand{\virtiorev}{1.0} \newcommand{\virtioworkingdraftdate}{05 Nov 2013} \newcommand{\virtioworkingdraft}{01} \newcommand{\virtiodraftstage}{wd} \newcommand{\virtiodraftstagename}{Working Draft} % Detect current stage and version based on document name \IfSubStr{\jobname}{-wd}{ \renewcommand{\virtioworkingdraft}{\StrBehind{\jobname}{-wd}} } \IfSubStr{\jobname}{-os}{ \renewcommand{\virtiodraftstage}{os} \renewcommand{\virtiodraftstagename}{OASIS Standard} \newcommand{\virtioworkingdraft}{} } \IfSubStr{\jobname}{-cs}{ \renewcommand{\virtiodraftstage}{cs} \renewcommand{\virtiodraftstagename}{Committee Specification} \renewcommand{\virtioworkingdraft}{} } \IfSubStr{\jobname}{-csd}{ \renewcommand{\virtiodraftstage}{csd} \renewcommand{\virtiodraftstagename}{Committee Specification Draft} \renewcommand{\virtioworkingdraft}{\StrBehind{\jobname}{-csd}} } \IfSubStr{\jobname}{-csprd}{ \renewcommand{\virtiodraftstage}{csprd} \renewcommand{\virtiodraftstagename}{Committee Specification Public Review Draft} \renewcommand{\virtioworkingdraft}{\StrBehind{\jobname}{-csprd}} } \newcommand{\virtioversion}{Virtual I/O Device (VIRTIO) Version \virtiorev} \newcommand{\virtiospecfile}{virtio-v\virtiorev-\virtiodraftstage\virtioworkingdraft} \newcommand{\virtiourlbase}{http://docs.oasis-open.org/virtio/virtio/v\virtiorev/\virtiodraftstage\virtioworkingdraft} %Below must be used to make links work correctly in HTML \urldef \virtiourllistings\url{\virtiourlbase/listings/} \urldef \virtiourltex\url{\virtiourlbase/tex/} \urldef \virtiourlpdf\url{\virtiourlbase/\virtiospecfile.pdf} \urldef \virtiourlhtml\url{\virtiourlbase/\virtiospecfile.html} \urldef \virtiourllatestpdf\url{http://docs.oasis-open.org/virtio/virtio/v\virtiorev/virtio-v\virtiorev.pdf} \urldef \virtiourllatesthtml\url{http://docs.oasis-open.org/virtio/virtio/v\virtiorev/virtio-v\virtiorev.html} \newcommand{\virtioworkproduct}{Standards Track Work Product} \newcommand{\virtiooasiscopyright}{Copyright © OASIS Open 2013. All Rights Reserved.} % PDF setup \hypersetup{ pdfauthor = {OASIS Virtual I/O Device (VIRTIO) TC}, pdftitle = {Virtual I/O Device (VIRTIO) Version \virtiorev}, pdfsubject = {Virtual I/O Device (VIRTIO) Version \virtiorev}, pdfkeywords = {VIRTIO, Virtual I/O Device}, colorlinks = {true}, linkcolor=blue, urlcolor = blue}