-
Notifications
You must be signed in to change notification settings - Fork 781
Add examples in [format.string.escaped] #5702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
cor3ntin
wants to merge
6
commits into
cplusplus:motions-2022-07-lwg-14
from
cor3ntin:motions-2022-07-lwg-14
Closed
Add examples in [format.string.escaped] #5702
cor3ntin
wants to merge
6
commits into
cplusplus:motions-2022-07-lwg-14
from
cor3ntin:motions-2022-07-lwg-14
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…type to tuple-opt and range-type to range-opt to avoid confusion
The s2 examples is reproduced by using the cyrillic latex package. The s6 example cannot be sanely reproduced with the latex engine used. Instead, use N + combining tilde as an example. To make sure the LHS does not appear to be related to normalization, spell out the combining grapheme extend codepoint.
d625ad5
to
dd33c03
Compare
4971113
to
42a6904
Compare
tkoeppe
reviewed
Aug 16, 2022
@@ -28,7 +27,8 @@ | |||
\usepackage{multicol} | |||
\usepackage{lmodern} | |||
\usepackage{xcolor} | |||
\usepackage[T1]{fontenc} | |||
\usepackage[T2A,T1]{fontenc} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you managing to get vector fonts embedded with this? I'm getting T3-encoded (raster) fonts.
@cor3ntin: I think the following can work:
|
(I've got this working locally using lualatex and the Noto Emoji font.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The s2 examples is reproduced by using the cyrillic latex
package.
The s6 example cannot be sanely reproduced with the
latex engine used.
Instead, use N + combining tilde as an example.
To make sure the LHS does not appear to be related to
normalization, spell out the combining grapheme extend
codepoint.