How do I produce this symbol: Ϟ in pdfLaTeX?Why does pdflatex produce bigger output files than latex+dvipdfm?TeXLive/PDFTeX fonts loading problemCan PDFLaTeX produce PDF/A?Why do LaTeX and pdflatex produce different margins?Physics EMF symbol in LaTeXexternal-link symbol needed for pdfLaTex compilerpdfLaTeX: Convert € (euro symbol) to commandNo greek small caps with Libertine (pdflatex)Hyphenation issue with pdfLatex and Greekmarvosym produce wrong output

Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?

How bug prioritization works in agile projects vs non agile

Apply a different color ramp to subset of categorized symbols in QGIS?

Help with my training data

What to do with someone that cheated their way through university and a PhD program?

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Crossed out red box fitting tightly around image

Island of Knights, Knaves and Spies

Should the Product Owner dictate what info the UI needs to display?

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

Suing a Police Officer Instead of the Police Department

Double-nominative constructions and “von”

What makes accurate emulation of old systems a difficult task?

How to keep bees out of canned beverages?

Why doesn't the standard consider a template constructor as a copy constructor?

How to find the stem of any word?

How much cash can I safely carry into the USA and avoid civil forfeiture?

Check if a string is entirely made of the same substring

As an international instructor, should I openly talk about my accent?

Is there metaphorical meaning of "aus der Haft entlassen"?



How do I produce this symbol: Ϟ in pdfLaTeX?


Why does pdflatex produce bigger output files than latex+dvipdfm?TeXLive/PDFTeX fonts loading problemCan PDFLaTeX produce PDF/A?Why do LaTeX and pdflatex produce different margins?Physics EMF symbol in LaTeXexternal-link symbol needed for pdfLaTex compilerpdfLaTeX: Convert € (euro symbol) to commandNo greek small caps with Libertine (pdflatex)Hyphenation issue with pdfLatex and Greekmarvosym produce wrong output













5















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 Ϟ?



MWE:



documentclass[a4paper, 12pt]article 
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,


begindocument
selectlanguagengerman

$Koppa$

enddocument









share|improve this question









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
    39 mins ago















5















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 Ϟ?



MWE:



documentclass[a4paper, 12pt]article 
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,


begindocument
selectlanguagengerman

$Koppa$

enddocument









share|improve this question









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
    39 mins ago













5












5








5


1






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 Ϟ?



MWE:



documentclass[a4paper, 12pt]article 
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,


begindocument
selectlanguagengerman

$Koppa$

enddocument









share|improve this question









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 Ϟ?



MWE:



documentclass[a4paper, 12pt]article 
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,


begindocument
selectlanguagengerman

$Koppa$

enddocument






pdftex greek






share|improve this question









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.











share|improve this question









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.









share|improve this question




share|improve this question








edited 24 mins ago







rensemil













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

264




264




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
    39 mins ago












  • 1





    Do you use either LuaLaTeX or XeLaTeX?

    – Mico
    39 mins ago







1




1





Do you use either LuaLaTeX or XeLaTeX?

– Mico
39 mins ago





Do you use either LuaLaTeX or XeLaTeX?

– Mico
39 mins ago










3 Answers
3






active

oldest

votes


















4














Using arevmath package you have the request symbol.



enter image description here



enter image description here



documentclassarticle
usepackagearevmath
begindocument

$Koppa$

enddocument





share|improve this answer


















  • 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
    55 mins ago







  • 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
    41 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
    40 mins ago






  • 1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    37 mins ago






  • 1





    @rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

    – zwol
    25 mins ago


















4














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.






share|improve this answer























  • Unfortunately, I don't know either of those things.

    – rensemil
    52 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
    45 mins ago






  • 1





    @Miztli Don't worry I voted the same you for the effort and the correct answer.

    – Sebastiano
    38 mins ago






  • 1





    Could you edit your answer to include a MWE (minimal working example)?

    – Miztli
    34 mins ago






  • 1





    Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

    – Miztli
    27 mins ago


















3














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


enter image description here






share|improve this answer

























  • No, where is it?

    – rensemil
    34 mins ago











  • @Bernard Hi, have you seen my message for vast command?

    – Sebastiano
    27 mins ago






  • 1





    @rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

    – Bernard
    25 mins ago











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.









draft saved

draft discarded


















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

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














Using arevmath package you have the request symbol.



enter image description here



enter image description here



documentclassarticle
usepackagearevmath
begindocument

$Koppa$

enddocument





share|improve this answer


















  • 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
    55 mins ago







  • 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
    41 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
    40 mins ago






  • 1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    37 mins ago






  • 1





    @rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

    – zwol
    25 mins ago















4














Using arevmath package you have the request symbol.



enter image description here



enter image description here



documentclassarticle
usepackagearevmath
begindocument

$Koppa$

enddocument





share|improve this answer


















  • 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
    55 mins ago







  • 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
    41 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
    40 mins ago






  • 1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    37 mins ago






  • 1





    @rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

    – zwol
    25 mins ago













4












4








4







Using arevmath package you have the request symbol.



enter image description here



enter image description here



documentclassarticle
usepackagearevmath
begindocument

$Koppa$

enddocument





share|improve this answer













Using arevmath package you have the request symbol.



enter image description here



enter image description here



documentclassarticle
usepackagearevmath
begindocument

$Koppa$

enddocument






share|improve this answer












share|improve this answer



share|improve this answer










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
    55 mins ago







  • 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
    41 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
    40 mins ago






  • 1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    37 mins ago






  • 1





    @rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

    – zwol
    25 mins ago












  • 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
    55 mins ago







  • 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
    41 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
    40 mins ago






  • 1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    37 mins ago






  • 1





    @rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

    – zwol
    25 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
55 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
55 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
41 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
41 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
40 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
40 mins ago




1




1





@Mico Thank you very much for your technical support.

– Sebastiano
37 mins ago





@Mico Thank you very much for your technical support.

– Sebastiano
37 mins ago




1




1





@rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

– zwol
25 mins ago





@rensemil In my TeX Live installation, a command qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?

– zwol
25 mins ago











4














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.






share|improve this answer























  • Unfortunately, I don't know either of those things.

    – rensemil
    52 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
    45 mins ago






  • 1





    @Miztli Don't worry I voted the same you for the effort and the correct answer.

    – Sebastiano
    38 mins ago






  • 1





    Could you edit your answer to include a MWE (minimal working example)?

    – Miztli
    34 mins ago






  • 1





    Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

    – Miztli
    27 mins ago















4














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.






share|improve this answer























  • Unfortunately, I don't know either of those things.

    – rensemil
    52 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
    45 mins ago






  • 1





    @Miztli Don't worry I voted the same you for the effort and the correct answer.

    – Sebastiano
    38 mins ago






  • 1





    Could you edit your answer to include a MWE (minimal working example)?

    – Miztli
    34 mins ago






  • 1





    Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

    – Miztli
    27 mins ago













4












4








4







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.






share|improve this answer













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.







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









MiztliMiztli

2701313




2701313












  • Unfortunately, I don't know either of those things.

    – rensemil
    52 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
    45 mins ago






  • 1





    @Miztli Don't worry I voted the same you for the effort and the correct answer.

    – Sebastiano
    38 mins ago






  • 1





    Could you edit your answer to include a MWE (minimal working example)?

    – Miztli
    34 mins ago






  • 1





    Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

    – Miztli
    27 mins ago

















  • Unfortunately, I don't know either of those things.

    – rensemil
    52 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
    45 mins ago






  • 1





    @Miztli Don't worry I voted the same you for the effort and the correct answer.

    – Sebastiano
    38 mins ago






  • 1





    Could you edit your answer to include a MWE (minimal working example)?

    – Miztli
    34 mins ago






  • 1





    Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

    – Miztli
    27 mins ago
















Unfortunately, I don't know either of those things.

– rensemil
52 mins ago





Unfortunately, I don't know either of those things.

– rensemil
52 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
45 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
45 mins ago




1




1





@Miztli Don't worry I voted the same you for the effort and the correct answer.

– Sebastiano
38 mins ago





@Miztli Don't worry I voted the same you for the effort and the correct answer.

– Sebastiano
38 mins ago




1




1





Could you edit your answer to include a MWE (minimal working example)?

– Miztli
34 mins ago





Could you edit your answer to include a MWE (minimal working example)?

– Miztli
34 mins ago




1




1





Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

– Miztli
27 mins ago





Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).

– Miztli
27 mins ago











3














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


enter image description here






share|improve this answer

























  • No, where is it?

    – rensemil
    34 mins ago











  • @Bernard Hi, have you seen my message for vast command?

    – Sebastiano
    27 mins ago






  • 1





    @rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

    – Bernard
    25 mins ago















3














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


enter image description here






share|improve this answer

























  • No, where is it?

    – rensemil
    34 mins ago











  • @Bernard Hi, have you seen my message for vast command?

    – Sebastiano
    27 mins ago






  • 1





    @rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

    – Bernard
    25 mins ago













3












3








3







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


enter image description here






share|improve this answer















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


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 22 mins ago









valerie

1336




1336










answered 41 mins ago









BernardBernard

177k779211




177k779211












  • No, where is it?

    – rensemil
    34 mins ago











  • @Bernard Hi, have you seen my message for vast command?

    – Sebastiano
    27 mins ago






  • 1





    @rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

    – Bernard
    25 mins ago

















  • No, where is it?

    – rensemil
    34 mins ago











  • @Bernard Hi, have you seen my message for vast command?

    – Sebastiano
    27 mins ago






  • 1





    @rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

    – Bernard
    25 mins ago
















No, where is it?

– rensemil
34 mins ago





No, where is it?

– rensemil
34 mins ago













@Bernard Hi, have you seen my message for vast command?

– Sebastiano
27 mins ago





@Bernard Hi, have you seen my message for vast command?

– Sebastiano
27 mins ago




1




1





@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

– Bernard
25 mins ago





@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than Bigg. I dihad never heard of this construct, but I'm no guru.

– Bernard
25 mins ago










rensemil is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Францішак Багушэвіч Змест Сям'я | Біяграфія | Творчасць | Мова Багушэвіча | Ацэнкі дзейнасці | Цікавыя факты | Спадчына | Выбраная бібліяграфія | Ушанаванне памяці | У філатэліі | Зноскі | Літаратура | Спасылкі | НавігацыяЛяхоўскі У. Рупіўся дзеля Бога і людзей: Жыццёвы шлях Лявона Вітан-Дубейкаўскага // Вольскі і Памідораў з песняй пра немца Адвакат, паэт, народны заступнік Ашмянскі веснікВ Минске появится площадь Богушевича и улица Сырокомли, Белорусская деловая газета, 19 июля 2001 г.Айцец беларускай нацыянальнай ідэі паўстаў у бронзе Сяргей Аляксандравіч Адашкевіч (1918, Мінск). 80-я гады. Бюст «Францішак Багушэвіч».Яўген Мікалаевіч Ціхановіч. «Партрэт Францішка Багушэвіча»Мікола Мікалаевіч Купава. «Партрэт зачынальніка новай беларускай літаратуры Францішка Багушэвіча»Уладзімір Іванавіч Мелехаў. На помніку «Змагарам за родную мову» Барэльеф «Францішак Багушэвіч»Памяць пра Багушэвіча на Віленшчыне Страчаная сталіца. Беларускія шыльды на вуліцах Вільні«Krynica». Ideologia i przywódcy białoruskiego katolicyzmuФранцішак БагушэвічТворы на knihi.comТворы Францішка Багушэвіча на bellib.byСодаль Уладзімір. Францішак Багушэвіч на Лідчыне;Луцкевіч Антон. Жыцьцё і творчасьць Фр. Багушэвіча ў успамінах ягоных сучасьнікаў // Запісы Беларускага Навуковага таварыства. Вільня, 1938. Сшытак 1. С. 16-34.Большая российская1188761710000 0000 5537 633Xn9209310021619551927869394п

Partai Komunis Tiongkok Daftar isi Kepemimpinan | Pranala luar | Referensi | Menu navigasidiperiksa1 perubahan tertundacpc.people.com.cnSitus resmiSurat kabar resmi"Why the Communist Party is alive, well and flourishing in China"0307-1235"Full text of Constitution of Communist Party of China"smengembangkannyas

ValueError: Expected n_neighbors <= n_samples, but n_samples = 1, n_neighbors = 6 (SMOTE) The 2019 Stack Overflow Developer Survey Results Are InCan SMOTE be applied over sequence of words (sentences)?ValueError when doing validation with random forestsSMOTE and multi class oversamplingLogic behind SMOTE-NC?ValueError: Error when checking target: expected dense_1 to have shape (7,) but got array with shape (1,)SmoteBoost: Should SMOTE be ran individually for each iteration/tree in the boosting?solving multi-class imbalance classification using smote and OSSUsing SMOTE for Synthetic Data generation to improve performance on unbalanced dataproblem of entry format for a simple model in KerasSVM SMOTE fit_resample() function runs forever with no result