Tagged Questions
3
votes
1answer
1k views
inputenc error with unicode chars and verbatim
I am writing a package where I need to save the contents of several environments in verbatim mode to an auxiliary file. Then the auxiliary file is processed by an external program. In the next ...
7
votes
3answers
3k views
encoding problem with \verbatiminput : Package inputenc Error: Unicode char \u8: not set up for use with LaTeX
I'm trying to import some logs files using \verbatiminput to do a automatic report from our logs. I got some encoding problem.
My objective: import some logs files with various special char (included ...
5
votes
2answers
981 views
How to import a text file (with accent, special chars)
I got some text file (logs) that I want to import
I saw this post:
How do I import a text file so that it becomes the body text of my LaTeX document?
which work, but all the special chars (UTF-8) are ...
10
votes
2answers
595 views
unicode \begin{verbatim} with cmtt?
A lot of leading-edge programming languages (like Coq and Agda) allow nearly unrestricted use of unicode symbols in program text, so you can have math characters like $\otimes$ (Unicode U+2A02) as ...