Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f696706

Browse filesBrowse files
committed
Update config for building D4141.
1 parent 5208210 commit f696706
Copy full SHA for f696706

File tree

4 files changed

+9
-9
lines changed
Filter options

4 files changed

+9
-9
lines changed

‎source/config.tex

Copy file name to clipboard
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
%!TEX root = std.tex
22
%%--------------------------------------------------
33
%% Version numbers
4-
\newcommand{\docno}{N3936}
5-
\newcommand{\prevdocno}{N3797}
4+
\newcommand{\docno}{N4141}
5+
\newcommand{\prevdocno}{N3936}
66
\newcommand{\cppver}{201402L}
77

88
%% Release date
99
\newcommand{\reldate}{\today}
1010

1111
%% Library chapters
1212
\newcommand{\firstlibchapter}{language.support}
13-
\newcommand{\lastlibchapter}{thread}
13+
\newcommand{\lastlibchapter}{thread}

‎source/cover-reg.tex

Copy file name to clipboardExpand all lines: source/cover-reg.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\vspace{2ex}
99

1010
\begin{flushright}
11-
\textbf{ISO/IEC JTC1 SC22 WG21 N\,\LARGE3290}
11+
\textbf{ISO/IEC JTC1 SC22 WG21 N\,\LARGE4141}
1212

1313
Date: \reldate
1414

‎source/front.tex

Copy file name to clipboardExpand all lines: source/front.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%!TEX root = std.tex
2-
\input{cover-wd}
3-
% \input{cover-reg}
2+
% \input{cover-wd}
3+
\input{cover-reg}
44

55
%%--------------------------------------------------
66
%% The table of contents, list of tables, and list of figures

‎source/std.tex

Copy file name to clipboardExpand all lines: source/std.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
%%--------------------------------------------------
55
%% basics
6-
% \documentclass[letterpaper,oneside,openany]{memoir}
7-
\documentclass[ebook,10pt,oneside,openany,final]{memoir}
6+
\documentclass[letterpaper,oneside,openany,final]{memoir}
7+
% \documentclass[ebook,10pt,oneside,openany,final]{memoir}
88
% \includeonly{declarations}
99

1010
\usepackage[american]
@@ -33,7 +33,7 @@
3333
\usepackage[pdftex,
3434
pdftitle={C++ International Standard},
3535
pdfsubject={C++ International Standard},
36-
pdfcreator={Stefanus Du Toit},
36+
pdfcreator={Richard Smith},
3737
bookmarks=true,
3838
bookmarksnumbered=true,
3939
pdfpagelabels=true,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.