How do I produce this symbol: Ϟ in pdfLaTeX?Changing the Greek math font with mathspecTypesetting Greek characters in bibliographyDocument in Spanish with IPA and Greek, failing in PDFLaTeX and XeLaTeXLuaLatex + Unicode-math, can't get upright greek with “up*” commandsHow does one get the MinionPro qoppa?Weird tau greek letterHow to use greek letter in systemeHow to tell XeLaTeX to use one font for italic math and another font for bold math?Why aren'ttextrm and text working in math mode ($$) with PdfLatexdialog problem with Greek characters
How to find if a column is referenced in a computed column?
`microtype`: Set Minimum Width of a Space
Prove that the countable union of countable sets is also countable
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
A faster way to compute the largest prime factor
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
What is this word supposed to be?
English or Hindi translation of Vyasa Smriti
What is purpose of DB Browser(dbbrowser.aspx) under admin tool?
How long after the last departure shall the airport stay open for an emergency return?
Mistake in years of experience in resume?
How to keep bees out of canned beverages?
Why must Chinese maps be obfuscated?
Does Mathematica have an implementation of the Poisson binomial distribution?
Retract an already submitted recommendation letter (written for an undergrad student)
The weakest link
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Double-nominative constructions and “von”
Can you stand up from being prone using Skirmisher outside of your turn?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
As an international instructor, should I openly talk about my accent?
Should the Product Owner dictate what info the UI needs to display?
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?
How do I produce this symbol: Ϟ in pdfLaTeX?
Changing the Greek math font with mathspecTypesetting Greek characters in bibliographyDocument in Spanish with IPA and Greek, failing in PDFLaTeX and XeLaTeXLuaLatex + Unicode-math, can't get upright greek with “up*” commandsHow does one get the MinionPro qoppa?Weird tau greek letterHow to use greek letter in systemeHow to tell XeLaTeX to use one font for italic math and another font for bold math?Why aren'ttextrm and text working in math mode ($$) with PdfLatexdialog problem with Greek characters
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
12 mins ago
add a comment |
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
pdftex greek
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 43 mins ago
valerie
1295
1295
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 hour ago
rensemilrensemil
212
212
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
12 mins ago
add a comment |
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
12 mins ago
1
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
12 mins ago
Do you use either LuaLaTeX or XeLaTeX?
– Mico
12 mins ago
add a comment |
4 Answers
4
active
oldest
votes
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
22 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
14 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
add a comment |
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
|
show 3 more comments
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, `XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

No, where is it?
– rensemil
7 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
add a comment |
Using the teubner package:
documentclassarticle
usepackage[greek]babel
usepackageteubner
begindocument
koppa
enddocument

New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487617%2fhow-do-i-produce-this-symbol-%25cf%259e-in-pdflatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
22 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
14 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
add a comment |
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
22 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
14 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
add a comment |
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
answered 1 hour ago
SebastianoSebastiano
11.5k42366
11.5k42366
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
22 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
14 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
add a comment |
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
22 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
14 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
1
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
28 mins ago
I have not errors, sorry. The command is
Koppa and not qoppa.– Sebastiano
22 mins ago
I have not errors, sorry. The command is
Koppa and not qoppa.– Sebastiano
22 mins ago
1
1
@rensemil - It looks like you're loading some font-related packages in addition to
arevmath. Have you tried not loading arevmath and typing Koppa (in math mode, presumably)?– Mico
14 mins ago
@rensemil - It looks like you're loading some font-related packages in addition to
arevmath. Have you tried not loading arevmath and typing Koppa (in math mode, presumably)?– Mico
14 mins ago
1
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
14 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
@Mico Thank you very much for your technical support.
– Sebastiano
10 mins ago
add a comment |
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
|
show 3 more comments
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
|
show 3 more comments
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
answered 44 mins ago
MiztliMiztli
2601313
2601313
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
|
show 3 more comments
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Unfortunately, I don't know either of those things.
– rensemil
25 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
19 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
P.S. I've just noticed that you specify pdfLaTeX in your question title; the two packages I suggested require XeLaTeX. (Sorry about that!)
– Miztli
14 mins ago
1
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
12 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
I chose XeLaTeX instead, and suddendly, all my greek letters are not being shown anymore. arevmath still gives the error message when loading.
– rensemil
9 mins ago
|
show 3 more comments
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, `XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

No, where is it?
– rensemil
7 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
add a comment |
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, `XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

No, where is it?
– rensemil
7 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
add a comment |
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, `XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, `XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

answered 14 mins ago
BernardBernard
177k779211
177k779211
No, where is it?
– rensemil
7 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
add a comment |
No, where is it?
– rensemil
7 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
No, where is it?
– rensemil
7 mins ago
No, where is it?
– rensemil
7 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
16 secs ago
add a comment |
Using the teubner package:
documentclassarticle
usepackage[greek]babel
usepackageteubner
begindocument
koppa
enddocument

New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
add a comment |
Using the teubner package:
documentclassarticle
usepackage[greek]babel
usepackageteubner
begindocument
koppa
enddocument

New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
add a comment |
Using the teubner package:
documentclassarticle
usepackage[greek]babel
usepackageteubner
begindocument
koppa
enddocument

New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Using the teubner package:
documentclassarticle
usepackage[greek]babel
usepackageteubner
begindocument
koppa
enddocument

New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
valerievalerie
1295
1295
New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
valerie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
add a comment |
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
That is the lowercase Koppa. it works fine. I want the uppercase one, that doesn't work.
– rensemil
5 mins ago
add a comment |
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487617%2fhow-do-i-produce-this-symbol-%25cf%259e-in-pdflatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
12 mins ago