How do I produce this Greek letter koppa: Ϟ in pdfLaTeX?TeXLive/PDFTeX fonts loading problemHow to make italic greek letter lambdaUsing Greek letter qoppa in a formulaUnicode greek letter or new greek letterGreek and Hebrew in a single pdflatex babel documentNo greek small caps with Libertine (pdflatex)Weird tau greek letterHow to use greek letter in systemeHyphenation issue with pdfLatex and GreekPackage Acro greek letter

How do I calculate how many of an item I'll have in this inventory system?

Is the book wrong about the Nyquist Sampling Criterion?

Handling Null values (and equivalents) routinely in Python

Can you use "едать" and "игрывать" in the present and future tenses?

chromatic descent on minor chord

How can I tell water pressure is too high for the washing machine?

Which sphere is fastest?

As a GM, is it bad form to ask for a moment to think when improvising?

Why am I receiving the identity insert error even after explicitly setting IDENTITY_INSERT ON and using a column list?

To kill a cuckoo

How should I tell my manager I'm not paying for an optional after work event I'm not going to?

What do I do if my advisor made a mistake?

Is there a word for food that's gone 'bad', but is still edible?

Why did the Apollo 13 crew extend the LM landing gear?

Python 3 - simple temperature program

How does summation index shifting work?

Why does sound not move through a wall?

Start job from another SQL server instance

Correct way of drawing empty, half-filled and fully filled circles?

Where to draw the line between quantum mechanics theory and its interpretation(s)?

Which US defense organization would respond to an invasion like this?

Is an HNN extension of a virtually torsion-free group virtually torsion-free?

Has the United States ever had a non-Christian President?

Using Im[] and Re[] Correctly



How do I produce this Greek letter koppa: Ϟ in pdfLaTeX?


TeXLive/PDFTeX fonts loading problemHow to make italic greek letter lambdaUsing Greek letter qoppa in a formulaUnicode greek letter or new greek letterGreek and Hebrew in a single pdflatex babel documentNo greek small caps with Libertine (pdflatex)Weird tau greek letterHow to use greek letter in systemeHyphenation issue with pdfLatex and GreekPackage Acro greek letter













10















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



















  • 1





    Do you use either LuaLaTeX or XeLaTeX?

    – Mico
    Apr 25 at 19:58















10















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



















  • 1





    Do you use either LuaLaTeX or XeLaTeX?

    – Mico
    Apr 25 at 19:58













10












10








10


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
















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















share|improve this question













share|improve this question




share|improve this question








edited Apr 26 at 0:31









200_success

1154




1154










asked Apr 25 at 18:48









rensemilrensemil

818




818







  • 1





    Do you use either LuaLaTeX or XeLaTeX?

    – Mico
    Apr 25 at 19:58












  • 1





    Do you use either LuaLaTeX or XeLaTeX?

    – Mico
    Apr 25 at 19:58







1




1





Do you use either LuaLaTeX or XeLaTeX?

– Mico
Apr 25 at 19:58





Do you use either LuaLaTeX or XeLaTeX?

– Mico
Apr 25 at 19:58










5 Answers
5






active

oldest

votes


















8














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
    Apr 25 at 19:43







  • 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
    Apr 25 at 19:56






  • 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
    Apr 25 at 19:57






  • 1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    Apr 25 at 20:00






  • 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
    Apr 25 at 20:12


















7














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

























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

    – Sebastiano
    Apr 25 at 20:11






  • 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
    Apr 25 at 20:12











  • My compliments for your answer that I have upvoted.

    – Sebastiano
    Apr 26 at 21:48






  • 1





    Thanks for your kind appreciation, @Sebastiano!

    – Bernard
    Apr 26 at 22:06


















5














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
    Apr 25 at 19:46











  • 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
    Apr 25 at 19:52






  • 1





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

    – Sebastiano
    Apr 25 at 19:59






  • 1





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

    – Miztli
    Apr 25 at 20:04






  • 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
    Apr 25 at 20:11


















5














Here is one definition that works with the modern toolchain. It requires LuaLaTeX or XeLaTeX and an OpenType or TrueType font containing the glyph.



documentclass[varwidth]standalone
usepackagemathtools
usepackageunicode-math

defaultfontfeaturesScale = MatchLowercase
setmainfontDejaVu Serif[Scale = 1.0]
setmathfontTeX Gyre DejaVu Math

newcommandkoppaifmmode%
mathordtext^^^^03deelse%
^^^^03defi

begindocument
Here is the symbol koppa.

( koppa = koppa_koppa_koppa )
enddocument


DejaVu font sample



There are other ways to declare the symbol as well, including loading a font containing Ϟ as a symbol alphabet and using DeclareMathSymbol, or loading the symbol in text mode from a newfontfamily declared with fontspec, or defining it with newunicodechar, or loading all Greek letters from that Unicode block with ucharclasses, or finding an OpenType math font that has the glyph, or plain TeX char"03DE, or symbol"03DE.






share|improve this answer

























  • Surely also your answer is very good. I have appreciated also this answer.

    – Sebastiano
    Apr 26 at 21:49


















3














The problem was the inclusion of the polutonikogreek package. Without it, everything works just fine.






share|improve this answer

























    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
    );



    );













    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-greek-letter-koppa-%25cf%259e-in-pdflatex%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    5 Answers
    5






    active

    oldest

    votes








    5 Answers
    5






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    8














    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
      Apr 25 at 19:43







    • 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
      Apr 25 at 19:56






    • 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
      Apr 25 at 19:57






    • 1





      @Mico Thank you very much for your technical support.

      – Sebastiano
      Apr 25 at 20:00






    • 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
      Apr 25 at 20:12















    8














    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
      Apr 25 at 19:43







    • 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
      Apr 25 at 19:56






    • 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
      Apr 25 at 19:57






    • 1





      @Mico Thank you very much for your technical support.

      – Sebastiano
      Apr 25 at 20:00






    • 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
      Apr 25 at 20:12













    8












    8








    8







    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 Apr 25 at 18:59









    SebastianoSebastiano

    12k42467




    12k42467







    • 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
      Apr 25 at 19:43







    • 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
      Apr 25 at 19:56






    • 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
      Apr 25 at 19:57






    • 1





      @Mico Thank you very much for your technical support.

      – Sebastiano
      Apr 25 at 20:00






    • 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
      Apr 25 at 20:12












    • 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
      Apr 25 at 19:43







    • 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
      Apr 25 at 19:56






    • 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
      Apr 25 at 19:57






    • 1





      @Mico Thank you very much for your technical support.

      – Sebastiano
      Apr 25 at 20:00






    • 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
      Apr 25 at 20:12







    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
    Apr 25 at 19:43






    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
    Apr 25 at 19:43





    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
    Apr 25 at 19:56





    @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
    Apr 25 at 19:56




    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
    Apr 25 at 19:57





    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
    Apr 25 at 19:57




    1




    1





    @Mico Thank you very much for your technical support.

    – Sebastiano
    Apr 25 at 20:00





    @Mico Thank you very much for your technical support.

    – Sebastiano
    Apr 25 at 20:00




    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
    Apr 25 at 20:12





    @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
    Apr 25 at 20:12











    7














    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

























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

      – Sebastiano
      Apr 25 at 20:11






    • 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
      Apr 25 at 20:12











    • My compliments for your answer that I have upvoted.

      – Sebastiano
      Apr 26 at 21:48






    • 1





      Thanks for your kind appreciation, @Sebastiano!

      – Bernard
      Apr 26 at 22:06















    7














    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

























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

      – Sebastiano
      Apr 25 at 20:11






    • 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
      Apr 25 at 20:12











    • My compliments for your answer that I have upvoted.

      – Sebastiano
      Apr 26 at 21:48






    • 1





      Thanks for your kind appreciation, @Sebastiano!

      – Bernard
      Apr 26 at 22:06













    7












    7








    7







    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 Apr 25 at 20:16









    Snobbish Hi-rep users

    22310




    22310










    answered Apr 25 at 19:56









    BernardBernard

    178k779211




    178k779211












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

      – Sebastiano
      Apr 25 at 20:11






    • 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
      Apr 25 at 20:12











    • My compliments for your answer that I have upvoted.

      – Sebastiano
      Apr 26 at 21:48






    • 1





      Thanks for your kind appreciation, @Sebastiano!

      – Bernard
      Apr 26 at 22:06

















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

      – Sebastiano
      Apr 25 at 20:11






    • 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
      Apr 25 at 20:12











    • My compliments for your answer that I have upvoted.

      – Sebastiano
      Apr 26 at 21:48






    • 1





      Thanks for your kind appreciation, @Sebastiano!

      – Bernard
      Apr 26 at 22:06
















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

    – Sebastiano
    Apr 25 at 20:11





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

    – Sebastiano
    Apr 25 at 20:11




    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
    Apr 25 at 20:12





    @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
    Apr 25 at 20:12













    My compliments for your answer that I have upvoted.

    – Sebastiano
    Apr 26 at 21:48





    My compliments for your answer that I have upvoted.

    – Sebastiano
    Apr 26 at 21:48




    1




    1





    Thanks for your kind appreciation, @Sebastiano!

    – Bernard
    Apr 26 at 22:06





    Thanks for your kind appreciation, @Sebastiano!

    – Bernard
    Apr 26 at 22:06











    5














    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
      Apr 25 at 19:46











    • 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
      Apr 25 at 19:52






    • 1





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

      – Sebastiano
      Apr 25 at 19:59






    • 1





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

      – Miztli
      Apr 25 at 20:04






    • 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
      Apr 25 at 20:11















    5














    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
      Apr 25 at 19:46











    • 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
      Apr 25 at 19:52






    • 1





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

      – Sebastiano
      Apr 25 at 19:59






    • 1





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

      – Miztli
      Apr 25 at 20:04






    • 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
      Apr 25 at 20:11













    5












    5








    5







    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 Apr 25 at 19:26









    MiztliMiztli

    2881313




    2881313












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

      – rensemil
      Apr 25 at 19:46











    • 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
      Apr 25 at 19:52






    • 1





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

      – Sebastiano
      Apr 25 at 19:59






    • 1





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

      – Miztli
      Apr 25 at 20:04






    • 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
      Apr 25 at 20:11

















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

      – rensemil
      Apr 25 at 19:46











    • 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
      Apr 25 at 19:52






    • 1





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

      – Sebastiano
      Apr 25 at 19:59






    • 1





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

      – Miztli
      Apr 25 at 20:04






    • 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
      Apr 25 at 20:11
















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

    – rensemil
    Apr 25 at 19:46





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

    – rensemil
    Apr 25 at 19:46













    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
    Apr 25 at 19:52





    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
    Apr 25 at 19:52




    1




    1





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

    – Sebastiano
    Apr 25 at 19:59





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

    – Sebastiano
    Apr 25 at 19:59




    1




    1





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

    – Miztli
    Apr 25 at 20:04





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

    – Miztli
    Apr 25 at 20:04




    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
    Apr 25 at 20:11





    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
    Apr 25 at 20:11











    5














    Here is one definition that works with the modern toolchain. It requires LuaLaTeX or XeLaTeX and an OpenType or TrueType font containing the glyph.



    documentclass[varwidth]standalone
    usepackagemathtools
    usepackageunicode-math

    defaultfontfeaturesScale = MatchLowercase
    setmainfontDejaVu Serif[Scale = 1.0]
    setmathfontTeX Gyre DejaVu Math

    newcommandkoppaifmmode%
    mathordtext^^^^03deelse%
    ^^^^03defi

    begindocument
    Here is the symbol koppa.

    ( koppa = koppa_koppa_koppa )
    enddocument


    DejaVu font sample



    There are other ways to declare the symbol as well, including loading a font containing Ϟ as a symbol alphabet and using DeclareMathSymbol, or loading the symbol in text mode from a newfontfamily declared with fontspec, or defining it with newunicodechar, or loading all Greek letters from that Unicode block with ucharclasses, or finding an OpenType math font that has the glyph, or plain TeX char"03DE, or symbol"03DE.






    share|improve this answer

























    • Surely also your answer is very good. I have appreciated also this answer.

      – Sebastiano
      Apr 26 at 21:49















    5














    Here is one definition that works with the modern toolchain. It requires LuaLaTeX or XeLaTeX and an OpenType or TrueType font containing the glyph.



    documentclass[varwidth]standalone
    usepackagemathtools
    usepackageunicode-math

    defaultfontfeaturesScale = MatchLowercase
    setmainfontDejaVu Serif[Scale = 1.0]
    setmathfontTeX Gyre DejaVu Math

    newcommandkoppaifmmode%
    mathordtext^^^^03deelse%
    ^^^^03defi

    begindocument
    Here is the symbol koppa.

    ( koppa = koppa_koppa_koppa )
    enddocument


    DejaVu font sample



    There are other ways to declare the symbol as well, including loading a font containing Ϟ as a symbol alphabet and using DeclareMathSymbol, or loading the symbol in text mode from a newfontfamily declared with fontspec, or defining it with newunicodechar, or loading all Greek letters from that Unicode block with ucharclasses, or finding an OpenType math font that has the glyph, or plain TeX char"03DE, or symbol"03DE.






    share|improve this answer

























    • Surely also your answer is very good. I have appreciated also this answer.

      – Sebastiano
      Apr 26 at 21:49













    5












    5








    5







    Here is one definition that works with the modern toolchain. It requires LuaLaTeX or XeLaTeX and an OpenType or TrueType font containing the glyph.



    documentclass[varwidth]standalone
    usepackagemathtools
    usepackageunicode-math

    defaultfontfeaturesScale = MatchLowercase
    setmainfontDejaVu Serif[Scale = 1.0]
    setmathfontTeX Gyre DejaVu Math

    newcommandkoppaifmmode%
    mathordtext^^^^03deelse%
    ^^^^03defi

    begindocument
    Here is the symbol koppa.

    ( koppa = koppa_koppa_koppa )
    enddocument


    DejaVu font sample



    There are other ways to declare the symbol as well, including loading a font containing Ϟ as a symbol alphabet and using DeclareMathSymbol, or loading the symbol in text mode from a newfontfamily declared with fontspec, or defining it with newunicodechar, or loading all Greek letters from that Unicode block with ucharclasses, or finding an OpenType math font that has the glyph, or plain TeX char"03DE, or symbol"03DE.






    share|improve this answer















    Here is one definition that works with the modern toolchain. It requires LuaLaTeX or XeLaTeX and an OpenType or TrueType font containing the glyph.



    documentclass[varwidth]standalone
    usepackagemathtools
    usepackageunicode-math

    defaultfontfeaturesScale = MatchLowercase
    setmainfontDejaVu Serif[Scale = 1.0]
    setmathfontTeX Gyre DejaVu Math

    newcommandkoppaifmmode%
    mathordtext^^^^03deelse%
    ^^^^03defi

    begindocument
    Here is the symbol koppa.

    ( koppa = koppa_koppa_koppa )
    enddocument


    DejaVu font sample



    There are other ways to declare the symbol as well, including loading a font containing Ϟ as a symbol alphabet and using DeclareMathSymbol, or loading the symbol in text mode from a newfontfamily declared with fontspec, or defining it with newunicodechar, or loading all Greek letters from that Unicode block with ucharclasses, or finding an OpenType math font that has the glyph, or plain TeX char"03DE, or symbol"03DE.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Apr 26 at 14:49

























    answered Apr 25 at 22:45









    DavislorDavislor

    7,6991433




    7,6991433












    • Surely also your answer is very good. I have appreciated also this answer.

      – Sebastiano
      Apr 26 at 21:49

















    • Surely also your answer is very good. I have appreciated also this answer.

      – Sebastiano
      Apr 26 at 21:49
















    Surely also your answer is very good. I have appreciated also this answer.

    – Sebastiano
    Apr 26 at 21:49





    Surely also your answer is very good. I have appreciated also this answer.

    – Sebastiano
    Apr 26 at 21:49











    3














    The problem was the inclusion of the polutonikogreek package. Without it, everything works just fine.






    share|improve this answer





























      3














      The problem was the inclusion of the polutonikogreek package. Without it, everything works just fine.






      share|improve this answer



























        3












        3








        3







        The problem was the inclusion of the polutonikogreek package. Without it, everything works just fine.






        share|improve this answer















        The problem was the inclusion of the polutonikogreek package. Without it, everything works just fine.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 26 at 10:50









        Miztli

        2881313




        2881313










        answered Apr 25 at 20:54









        rensemilrensemil

        818




        818



























            draft saved

            draft discarded
















































            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-greek-letter-koppa-%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

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos