Skip to content

Commit e25d125

Browse files
authored
[std] Fix PDF title and subject. (#4208)
Do not claim the document is an "International Standard"; it is just a Working Draft.
1 parent f183ffa commit e25d125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/std.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
\usepackage[T1]{fontenc}
3131
\usepackage[pdftex, final]{graphicx}
3232
\usepackage[pdftex,
33-
pdftitle={C++ International Standard},
34-
pdfsubject={C++ International Standard},
33+
pdftitle={C++ Working Draft},
34+
pdfsubject={ISO/IEC JTC1 SC22 WG21, C++},
3535
pdfcreator={Richard Smith},
3636
bookmarks=true,
3737
bookmarksnumbered=true,

0 commit comments

Comments
 (0)