Skip to content

Commit

Permalink
[lex.ccon] Add a grouping brace to clarify table cell
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Nov 11, 2023
1 parent d97603a commit 433ab1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
eval "$(/usr/libexec/path_helper)"
echo "PATH=${PATH}" >> ${GITHUB_ENV}
sudo tlmgr update --self
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring collection-latexextra
- name: make (Linux)
if: matrix.cfg.os == 'ubuntu-22.04'
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Install the `MacTeX distribution <http://tug.org/mactex/>`_.
If you are on a slow network, you'll want to get the `BasicTeX package <http://tug.org/mactex/morepackages.html>`_ instead,
then run the following command to install the other packages that the draft requires:

sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring collection-latexextra

---------------------------------------
Getting Started on Debian-based Systems
Expand Down
8 changes: 2 additions & 6 deletions source/lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1470,13 +1470,9 @@
none &
\defnx{ordinary character literal}{literal!character!ordinary} &
\keyword{char} &
ordinary literal &
\multirow{2}{7em}{\!\!$\left.\vphantom{\parbox{1em}{a\\b}}\right\}$ \parbox{6em}{ordinary lit-\\eral encoding}} &
\tcode{'v'} \\ \cline{2-3}\cline{5-5}
&
multicharacter literal &
\keyword{int} &
encoding &
\tcode{'abcd'} \\ \hline
& multicharacter literal & \keyword{int} & & \tcode{'abcd'} \\ \hline
\tcode{L} &
\defnx{wide character literal}{literal!character!wide} &
\keyword{wchar_t} &
Expand Down
1 change: 1 addition & 0 deletions source/std.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
\usepackage[final]{microtype}
\usepackage[splitindex,original]{imakeidx}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage[T1]{fontenc}
Expand Down

0 comments on commit 433ab1f

Please sign in to comment.