From c3022630efd2d8bcaf14dedc7a5a7c9fca5238c5 Mon Sep 17 00:00:00 2001 From: Michael Wong Date: Tue, 19 Mar 2024 19:43:35 -0400 Subject: [PATCH 1/3] For a font similar to Cambria in Overleaf, you might consider using XITS, STIX, or TeX Gyre Termes. These are free alternatives that offer a look that is somewhat similar to Cambria. --- src/front.tex | 1 + src/ts.tex | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/front.tex b/src/front.tex index 8f8abbb..4ad2b73 100644 --- a/src/front.tex +++ b/src/front.tex @@ -12,6 +12,7 @@ \renewcommand\@pnumwidth{2.5em} \makeatother + \begin{KeepFromToc} \tableofcontents \end{KeepFromToc} diff --git a/src/ts.tex b/src/ts.tex index faff217..5ee9605 100644 --- a/src/ts.tex +++ b/src/ts.tex @@ -45,7 +45,9 @@ \usepackage{memhfixc} % fix interactions between hyperref and memoir \usepackage{xparse} \usepackage{xstring} - +\documentclass{article} +\usepackage{fontspec} +\setmainfont{XITS} \input{layout} \input{styles} \input{macros} From 1a373b81f7fb9575998a9a33c192f81de22e3f09 Mon Sep 17 00:00:00 2001 From: Michael Wong Date: Thu, 4 Apr 2024 12:46:00 -0400 Subject: [PATCH 2/3] add readme from Maged, aslso last changes from Isabel except Cambria font. --- README.md | 1 + src/cover-wd.tex | 4 ++-- src/ts.tex | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7abb482..64853ac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ will generate a PDF. \textbf{October 2023 pre-Kona Plenary meeting} N4968 is the replaced PDTS of Concurrency TS V2. It contains changes directed by ISO to remove colour changes and replace with explicit change annotations. +\textbf{Mark 2024 post-Tokyo Plenary meeting} N4968 is the replaced PDTS of Concurrency TS V2. It contains changes directed by ISO. The changes include removing paragraph numbers, including item numbers where appropriate, changing internal reference to item number instead of paragraph numbers, updating the font and numbering for notes and examples, and making references normative. \textbf{August 2023 post-Varna Plenary meeting} N4956 is the proposed PDTS of Concurrency TS Version 2. diff --git a/src/cover-wd.tex b/src/cover-wd.tex index 9e79b90..d608328 100644 --- a/src/cover-wd.tex +++ b/src/cover-wd.tex @@ -22,8 +22,8 @@ \vspace{5.2in} ~ & \\ \scriptsize \textsf{Reference number} & \\ -\scriptsize \textsf{ISO 9922:2023(en)} - & \scriptsize \textsf{\textcopyright\ ISO 2023} +\scriptsize \textsf{ISO 9922:2024(en)} + & \scriptsize \textsf{\textcopyright\ ISO 2024} \end{tabularx} diff --git a/src/ts.tex b/src/ts.tex index 5ee9605..5c26fe7 100644 --- a/src/ts.tex +++ b/src/ts.tex @@ -46,8 +46,8 @@ \usepackage{xparse} \usepackage{xstring} \documentclass{article} -\usepackage{fontspec} -\setmainfont{XITS} +%\usepackage{fontspec} +%\setmainfont{XITS} \input{layout} \input{styles} \input{macros} From 56ebb45333df50e99269f5a54b39f794bfd246bc Mon Sep 17 00:00:00 2001 From: Michael Wong Date: Fri, 5 Apr 2024 13:02:54 -0400 Subject: [PATCH 3/3] =?UTF-8?q?update=20the=20title=20to=20Programming=20L?= =?UTF-8?q?anguages=20=E2=80=94=20Technical=20specification=20for=20=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cover-wd.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cover-wd.tex b/src/cover-wd.tex index d608328..2f86cc0 100644 --- a/src/cover-wd.tex +++ b/src/cover-wd.tex @@ -15,7 +15,7 @@ \\ \end{tabular} \\ \hline -\vspace{0.05in} \large \textbf{C++ Extensions for Concurrency} +\vspace{0.05in} \large \textbf{Programming Languages — Technical specification for C++ Extensions for Concurrency 2} & \vspace{0.05in} \large \textsf{\textbf{Second edition}} \\ \emph{C++ Extensions pour la concurrence} & \large \textsf{\textbf{2024-03}} \\