dpctex icon indicating copy to clipboard operation
dpctex copied to clipboard

Special chars with punctuations

Open chris-vieira opened this issue 1 year ago • 1 comments

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!

chris-vieira avatar Jun 10 '23 03:06 chris-vieira

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

davidcarlisle avatar Jun 10 '23 08:06 davidcarlisle