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

Special chars with punctuations #41

Open
chris-vieira opened this issue Jun 10, 2023 · 1 comment
Open

Special chars with punctuations #41

chris-vieira opened this issue Jun 10, 2023 · 1 comment

Comments

@chris-vieira
Copy link

First I would like to thank you for your immense contribution and brilliant work! Your font system was really what I needed! However, for my language, I need some characters with punctuation, could you please provide the basic information on how I can do this?

Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ó (U+00F3) in font cmtt10x!
Missing character: There is no ç (U+00E7) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ç (U+00E7) in font cmtt10x!
Missing character: There is no ç (U+00E7) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ô (U+00F4) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no É (U+00C9) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ç (U+00E7) in font cmtt10x!
Missing character: There is no á (U+00E1) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ç (U+00E7) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ê (U+00EA) in font cmtt10x!
Missing character: There is no í (U+00ED) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ç (U+00E7) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!
Missing character: There is no ã (U+00E3) in font cmtt10x!

@davidcarlisle
Copy link
Owner

I assume, although you do not mention it, or provide any example showing the problem, that this is about the typewriter package.

The version here allows you to set the font before loading the package, the default is

 \providecommand\ttbasefont{cmuntt.otf}

see for example

https://github.com/davidcarlisle/dpctex/blob/main/typewriter/test-tt-6.tex#L7

so you could try fonts with a larger character set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants