Tagged Questions
4
votes
1answer
145 views
Can I make LuaLaTeX use \input files that are ANSI encoded?
I include/\input automatically generated files (tables generated by Stata) into my main document. I would like to compile that document with LuaLaTeX. Unfortunately the generated files are ...
4
votes
2answers
301 views
Why can't I use 𝔽?
I can't figure out why LaTeX won't let me use the 𝔽 symbol (U+1D53D, mathematical double-stuck capital F). When I try, I get the error Package inputenc Error: Unicode char \u8:𝔽 not set up for use ...
0
votes
1answer
1k views
Latex character error while splitting chapters
I'm writing a LaTeX document and everything works fine, but as I try to split the document chapters in different .tex files, I receive several errors related to the characters in the document (and ...
47
votes
4answers
50k views
Why do the less than symbol (<) and the greater than symbol (>) appear wrong as upside down exclamation (¡) or question mark (¿)?
When typing < or > in LaTeX and compiling with pdflatex, the less than and greater than symbols appear at upside down exclamation points. I'm not in math mode.
21
votes
4answers
13k views
How to insert pipe symbol in (La)TeX?
How to insert pipe symbol | in TeX (LaTeX)?
I have tried this sample with pdflatex tmp.tex
\documentclass{extarticle}
\begin{document}
\textpipe
\end{document}
And it give undefined control ...