Skip to content

Commit be603ae

Browse files
author
Henry Jin
committed
minor fix for the use of macro \VER
1 parent bf641d0 commit be603ae

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Title_Page.tex

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% Title page
33

4-
\newcommand{\VER}{4.0.2}
5-
\newcommand{\VERDATE}{March 2015}
6-
74
\begin{titlepage}
85
\begin{flushleft}
96
\hspace{-6em} \includegraphics[width=0.4\textwidth]{openmp-logo.png}
@@ -20,14 +17,14 @@
2017

2118
\vspace{1.0in}
2219

23-
\textbf{Version \VER -- \VERDATE}
20+
\textbf{Version \VER{} -- \VERDATE}
2421
\end{center}
2522
\end{adjustwidth}
2623

2724
\vspace{2.3in} %was 3.0
2825

2926
Source codes for \emph{OpenMP} \emph{\VER} \emph{Examples} can be downloaded from
30-
\href{https://github.com/OpenMP/Examples/tree/v\VER}{githup}.\\
27+
\href{https://github.com/OpenMP/Examples/tree/v\VER}{github}.\\
3128

3229
\begin{adjustwidth}{0pt}{1em}\setlength{\parskip}{0.25\baselineskip}%
3330
Copyright © 1997-2015 OpenMP Architecture Review Board.\\

openmp-examples.tex

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
\documentclass[10pt,letterpaper,twoside,makeidx,hidelinks]{scrreprt}
4949

5050
% Text to appear in the footer on even-numbered pages:
51-
\newcommand{\footerText}{OpenMP Examples Version \VER - VERDATE}
51+
\newcommand{\VER}{4.0.2}
52+
\newcommand{\VERDATE}{March 2015}
53+
\newcommand{\footerText}{OpenMP Examples Version \VER{} - \VERDATE}
5254

5355
% Unified style sheet for OpenMP documents:
5456
\input{openmp.sty}

0 commit comments

Comments
 (0)