wg21
wg21 copied to clipboard
Framework for Writing C++ Committee Papers
I find it extremely tedious to click on a reference like [PnnnnR0] and get taken to the references section at the end of the paper, where I have to manually...
Preliminary impl of {.hl}.
See https://isocpp.org/files/papers/D2529R0.html. In paper.md: `title: generator should have T&& reference_type` In html file: ``generator`<T>`{=html} should have T&& reference\_type`` Title as shown in browser: ``generator``{=html} should have T&& reference\_type``
I've seen several papers that provide a check-box to just hide ``-ed text from the wording. I think this helps read what the wording is intended to be like, for...
I updated the submodule for wg21 today and papers with captioned tony-tables fail with: ```sh Error producing PDF. ! Use of \LT@array doesn't match its definition. \new@ifnextchar ...served@d = #1\def...
The tables in LaTeX currently generate something like:  The table is so tight with no separators between rows that it becomes difficult to read. Try to copy the table...
Tables in HTML currently are not of consistent width:  We should try to keep at least a somewhat consistent width for tables.
first run of this on a new system yields: ```txt xelatex not found. Please select a different --pdf-engine or install xelatex ``` apt installing `texlive-xetex` on my ubuntu system fixed...
When collecting and forming the references at the end of the document, the pdf rendering cannot handle an empty set of references, while the html rendering has no trouble with...
Hi there :) Apologies for my overly negative title, but I have great difficulty getting this to "just work". I'm on Ubuntu 22, dependencies installed (python3, pip3, pandoc, texlive-full, etc.),...