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 Dec 19, 2022
1 parent ffd3141 commit fdd21a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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
run: make quiet
Expand Down
6 changes: 3 additions & 3 deletions source/lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1570,17 +1570,17 @@
none &
\defnx{ordinary character literal}{literal!character!ordinary} &
\keyword{char} &
ordinary &
\multirow{3}{7em}{\!\!$\left.\vphantom{\parbox{1em}{a\\b\\c}}\right\}$ \parbox{5em}{ordinary\\literal\\encoding}} &
\tcode{'v'} \\ \cline{2-3}\cline{5-5}
&
non-encodable ordinary character literal &
\keyword{int} &
literal &
&
\tcode{'\textbackslash U0001F525'} \\ \cline{2-3}\cline{5-5}
&
ordinary multicharacter literal &
\keyword{int} &
encoding &
&
\tcode{'abcd'} \\ \hline
\tcode{L} &
\defnx{wide character literal}{literal!character!wide} &
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 fdd21a6

Please sign in to comment.