Skip to main content

Questions tagged [utf8]

0 votes
1 answer
78 views

EDIT 4 I have proceeded much but still some characters are wrong. E.g. the 3rd paragraph should read "koncepty řešení" I have used this /mnt/e/Strawberry2/c/bin/iconv.exe -t utf-8 th0.tex &...
user2925716's user avatar
  • 2,146
2 votes
1 answer
102 views

The following minimal working example yields the above error: \documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{listings} \lstset{language=Python,inputencoding=...
pscheib's user avatar
  • 21
6 votes
1 answer
147 views

I have macros for output first char of string. \makeatletter \def\firstchar#1{\expandafter\checkfirst#1\@nil} \def\checkfirst#1{% \ifx\UTFviii@two@octets#1% \expandafter\gettwooctets \else \...
LemeRus's user avatar
  • 63
2 votes
1 answer
73 views

I'm trying to add § as a command to my .dtx file (as an active character), including the index. Consider the following code: \documentclass{ltxdoc} \EnableCrossrefs \CodelineIndex \NewDocElement[...
Gargantuar's user avatar
  • 2,446
4 votes
2 answers
184 views

Consider the following code that draws and overline over characters using Lua and unicode combining diacritic (0x0305). Note this is not a macron, but an overline, used in some books to indicate ...
yannisl's user avatar
  • 122k
2 votes
1 answer
104 views

I only use utf8 encoding for my tex sources and I mostly use lualatex. I would be interested whether this guarantees already that the log/aux file is encoded in utf8 also. I did not find any ...
user2609605's user avatar
  • 1,117
3 votes
2 answers
90 views

I have a document that typesets some data, but also writes it to a csv file using \write. The data includes UTF8 characters. As a convenience, it should be possible to open the csv file under Windows ...
gernot's user avatar
  • 52k
0 votes
1 answer
431 views

I encountered this error when compiling my Tex file, the compiler used was pdfLaTex: See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... ...
Jason Y's user avatar
0 votes
0 answers
145 views

I'm trying to include UTF-8 emoji's like "Woman Kneeling" (🧎🏻‍♀️) in a XeLaTeX document. Unlike single-codepoint emoji's such as Winking Face with Tongue (😜) which has only one unicode ...
Herr K.'s user avatar
  • 18.3k
1 vote
1 answer
108 views

In my Julia code (filename:bell.jl) there appear lines with special characters like ket_labels=["|ϕ⁺⟩", "|ϕ⁻⟩", "|Ψ⁺⟩","|Ψ⁻⟩"]; ϕ⁺ = QBase.Ket(1/sqrt(2)*[1,...
Johann Angsüsser's user avatar
0 votes
1 answer
175 views

In the offical AAAI Latex package, it explicitly claims the CJK package is forbidden. Therefore, the following error appears when the content of the paper contains such charaters. LaTeX Error: Unicode ...
VisualJoyce's user avatar
3 votes
1 answer
61 views

I have been trying to insert an Octave function in my paper but when I build the pdf the letters are all turned into greek.(The rest of the paper is written in greek). What is even weirder is that ...
I Like Algebra's user avatar
1 vote
3 answers
525 views

So I am fairly new to overleaf and I am using it to write my master's thesis. How would I include the arabic phrase "BISMILLAH AR-RAHMAN AR-RAHEEM" in overleaf as part of my acknowledgements?...
asifkhan123's user avatar
1 vote
1 answer
227 views

Following are the packages which I have used in the document. \usepackage{amsmath} \usepackage{lipsum} \usepackage{graphicx} \usepackage{amsfonts} \usepackage{algpseudocode} \usepackage{algorithm} \...
Thushara G.A's user avatar
6 votes
2 answers
620 views

Is there a reason for UTF8 not working in table/tabular the way they do in normal text? I try to write a lower case sigma in a table. In the normal text, I can just put a σ and it's displayed ...
Richard Rosner's user avatar

15 30 50 per page