Skip to content
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

Add examples in [format.string.escaped] #5702

Conversation

cor3ntin
Copy link
Contributor

@cor3ntin cor3ntin commented Aug 4, 2022

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.

burblebee and others added 6 commits August 2, 2022 21:55
…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.
@tkoeppe tkoeppe force-pushed the motions-2022-07-lwg-14 branch 3 times, most recently from 4971113 to 42a6904 Compare August 16, 2022 16:11
@@ -28,7 +27,8 @@
\usepackage{multicol}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage[T1]{fontenc}
\usepackage[T2A,T1]{fontenc}
Copy link
Contributor

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.

@wg21bot wg21bot added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Aug 19, 2022
@tkoeppe
Copy link
Contributor

tkoeppe commented Aug 19, 2022

@cor3ntin: I think the following can work:

  • Make a new document with standalone class, 10pt, for xelatex. Use the "NewComputerModern10" or CMU font (which should be opentype and contain cyrillic glyhs, and are based on CM and thus should match the Standard). Typeset the monospaced "hello Victor" phrase with that.
  • Do something analogous for the emojis, but I haven't managed to get that to work in xelatex yet. Maybe use the "Noto Color Emoji" font?
  • Then we can embed those standalone-PDFs inline with \includegraphics.

@tkoeppe
Copy link
Contributor

tkoeppe commented Aug 19, 2022

(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
Labels
needs rebase The pull request needs a git rebase to resolve merge conflicts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants