1

I'm struggling to use special characters in .ms document. Is there a way to use cedilla in a .ms document to export to pdf using groff?

Souza13
  • 35
  • 1
  • 3

1 Answers1

1

A cedilla is placed with \[ac]. For the common ç, you can use \[,c].

You can also use \h to put a cedilla under another character.

\[,c] \[ac]\h'-0.45m'S \[ac]\h'-0.45m'c \[ac]\h'-0.45m'o

produces

enter image description here

Ljm Dullaart
  • 4,273
  • 2
  • 14
  • 31