Skip to content

Commit a9971bc

Browse files
authored
move the prerelease string to next to the version (#152)
1 parent 965db09 commit a9971bc

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

template/tcg.tex

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
\vskip 0.5em
720720
\setstretch{1.0}
721721
$if(version)$
722-
\large \textsf{Version $version$}\\
722+
\large \textsf{Version $version$ $prerelease$}\\
723723
$endif$
724724
$if(pr_number)$
725725
$if(pr_repo_url)$
@@ -744,14 +744,8 @@
744744
\small \textit{This document is an intermediate draft for comment only and is subject to change without notice. Readers should not design products based on this document.}\\
745745
}
746746
\vskip 1.5em
747-
$if(prerelease)$
748-
$if(status)$
749-
\LARGE \textbf{TCG $status$ ($prerelease$)}\\
750-
$endif$
751-
$else$
752-
$if(status)$
753-
\LARGE \textbf{TCG $status$}\\
754-
$endif$
747+
$if(status)$
748+
\LARGE \textbf{TCG $status$}\\
755749
$endif$
756750
\end{textblock*}
757751
\begin{textblock*}{2cm}(2cm,10.8cm)

0 commit comments

Comments
 (0)