What's the Difference between Two Single-Quotes and One Double-Quote?The difference between $X^ast$ and $X^*$?Insert quotes (single and double)Difference between a space and a “wave” symbol (tilde/“~”)?What's the difference between |, textdoublevertline, textdoublepipe and parallel?What's the minimum distance between two Bézier curves?Difference between ast and *What is the difference between lnot and neg?What is the difference between “-” and “--” in text mode?Difference between alphabet $a$ and “a”Difference between “a” and $a$

Chopin: marche funèbre bar 15 impossible place

Word for a small burst of laughter that can't be held back

How to decline physical affection from a child whose parents are pressuring them?

What are they doing to this poor rocket?

What's the correct term for a waitress in the Middle Ages?

1980s (or earlier) book where people live a long time but they have short memories

How photons get into the eyes?

How much water is needed to create a Katana capable of cutting flesh, bones and wood?

Can Green-Flame Blade be cast twice with the Hunter ranger's Horde Breaker ability?

Company is asking me to work from overseas, but wants me to take a paycut

What are the words for people who cause trouble believing they know better?

Is it possible for people to live in the eye of a permanent hypercane?

Why is c4 bad when playing the London against a King's Indian?

Applicants clearly not having the skills they advertise

Secure offsite backup, even in the case of hacker root access

Is it a problem that pull requests are approved without any comments

Prove that a function is indefinitely differentiable

Will TSA allow me to carry a Continuous Positive Airway Pressure (CPAP) device?

How to make thick Asian sauces?

Pros and cons of writing a book review?

What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?

You've spoiled/damaged the card

Count down from 0 to 5 seconds and repeat

Comma Code - Ch. 4 Automate the Boring Stuff



What's the Difference between Two Single-Quotes and One Double-Quote?


The difference between $X^ast$ and $X^*$?Insert quotes (single and double)Difference between a space and a “wave” symbol (tilde/“~”)?What's the difference between |, textdoublevertline, textdoublepipe and parallel?What's the minimum distance between two Bézier curves?Difference between ast and *What is the difference between lnot and neg?What is the difference between “-” and “--” in text mode?Difference between alphabet $a$ and “a”Difference between “a” and $a$













10















As you would know, LaTeX uses ` for opening quotes and ' for closing quotes. Most fonts also allow the usage of " for closing doublequotes. My question is: what are the differences in typesetting, formatting, etx, between two 's and one "? Is it a meaningful difference like using dollar-signs against using backslash-notations? Or is it just a personal preference thing for the same function?










share|improve this question

















  • 2





    My editor automatically converts " to either `` or '' (it keeps track). This is occasionally a pain when you NEED a " (for pgfmath or filenames), in which case I have to copy and paste from another document.

    – John Kormylo
    May 26 at 15:45












  • @JohnKormylo If your editor is Emacs, you can use ctrl-q to make it interpret the next character literally. If your editor isn't Emacs, you can probably type " and then delete the slash.

    – David Richerby
    May 27 at 10:47












  • @DavidRicherby are there other editors? you can also just type a second " which undoes the smart quotes and enters a literal " in auctex

    – David Carlisle
    May 28 at 20:18















10















As you would know, LaTeX uses ` for opening quotes and ' for closing quotes. Most fonts also allow the usage of " for closing doublequotes. My question is: what are the differences in typesetting, formatting, etx, between two 's and one "? Is it a meaningful difference like using dollar-signs against using backslash-notations? Or is it just a personal preference thing for the same function?










share|improve this question

















  • 2





    My editor automatically converts " to either `` or '' (it keeps track). This is occasionally a pain when you NEED a " (for pgfmath or filenames), in which case I have to copy and paste from another document.

    – John Kormylo
    May 26 at 15:45












  • @JohnKormylo If your editor is Emacs, you can use ctrl-q to make it interpret the next character literally. If your editor isn't Emacs, you can probably type " and then delete the slash.

    – David Richerby
    May 27 at 10:47












  • @DavidRicherby are there other editors? you can also just type a second " which undoes the smart quotes and enters a literal " in auctex

    – David Carlisle
    May 28 at 20:18













10












10








10


1






As you would know, LaTeX uses ` for opening quotes and ' for closing quotes. Most fonts also allow the usage of " for closing doublequotes. My question is: what are the differences in typesetting, formatting, etx, between two 's and one "? Is it a meaningful difference like using dollar-signs against using backslash-notations? Or is it just a personal preference thing for the same function?










share|improve this question














As you would know, LaTeX uses ` for opening quotes and ' for closing quotes. Most fonts also allow the usage of " for closing doublequotes. My question is: what are the differences in typesetting, formatting, etx, between two 's and one "? Is it a meaningful difference like using dollar-signs against using backslash-notations? Or is it just a personal preference thing for the same function?







symbols






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 26 at 14:39









K. PaulK. Paul

336218




336218







  • 2





    My editor automatically converts " to either `` or '' (it keeps track). This is occasionally a pain when you NEED a " (for pgfmath or filenames), in which case I have to copy and paste from another document.

    – John Kormylo
    May 26 at 15:45












  • @JohnKormylo If your editor is Emacs, you can use ctrl-q to make it interpret the next character literally. If your editor isn't Emacs, you can probably type " and then delete the slash.

    – David Richerby
    May 27 at 10:47












  • @DavidRicherby are there other editors? you can also just type a second " which undoes the smart quotes and enters a literal " in auctex

    – David Carlisle
    May 28 at 20:18












  • 2





    My editor automatically converts " to either `` or '' (it keeps track). This is occasionally a pain when you NEED a " (for pgfmath or filenames), in which case I have to copy and paste from another document.

    – John Kormylo
    May 26 at 15:45












  • @JohnKormylo If your editor is Emacs, you can use ctrl-q to make it interpret the next character literally. If your editor isn't Emacs, you can probably type " and then delete the slash.

    – David Richerby
    May 27 at 10:47












  • @DavidRicherby are there other editors? you can also just type a second " which undoes the smart quotes and enters a literal " in auctex

    – David Carlisle
    May 28 at 20:18







2




2





My editor automatically converts " to either `` or '' (it keeps track). This is occasionally a pain when you NEED a " (for pgfmath or filenames), in which case I have to copy and paste from another document.

– John Kormylo
May 26 at 15:45






My editor automatically converts " to either `` or '' (it keeps track). This is occasionally a pain when you NEED a " (for pgfmath or filenames), in which case I have to copy and paste from another document.

– John Kormylo
May 26 at 15:45














@JohnKormylo If your editor is Emacs, you can use ctrl-q to make it interpret the next character literally. If your editor isn't Emacs, you can probably type " and then delete the slash.

– David Richerby
May 27 at 10:47






@JohnKormylo If your editor is Emacs, you can use ctrl-q to make it interpret the next character literally. If your editor isn't Emacs, you can probably type " and then delete the slash.

– David Richerby
May 27 at 10:47














@DavidRicherby are there other editors? you can also just type a second " which undoes the smart quotes and enters a literal " in auctex

– David Carlisle
May 28 at 20:18





@DavidRicherby are there other editors? you can also just type a second " which undoes the smart quotes and enters a literal " in auctex

– David Carlisle
May 28 at 20:18










1 Answer
1






active

oldest

votes


















13














The " is not supported LaTeX syntax, it happens to work in some font encodings. As it is not (supposed) to be used as character input it is often used as a shortcut character in many babel package and other language settings eg "- as a variant hyphenation construct not suppressing hyphenation of the following word.



If " does produce a double quote Then it (should) be a straight left-or-right quote, it is just an accident of the legacy TeX encodings that the right double quote was in that position. If you want single character input it is better to use the standard Unicode left and right double quote characters U+201C U+201D “ ”






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%2f492726%2fwhats-the-difference-between-two-single-quotes-and-one-double-quote%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    13














    The " is not supported LaTeX syntax, it happens to work in some font encodings. As it is not (supposed) to be used as character input it is often used as a shortcut character in many babel package and other language settings eg "- as a variant hyphenation construct not suppressing hyphenation of the following word.



    If " does produce a double quote Then it (should) be a straight left-or-right quote, it is just an accident of the legacy TeX encodings that the right double quote was in that position. If you want single character input it is better to use the standard Unicode left and right double quote characters U+201C U+201D “ ”






    share|improve this answer



























      13














      The " is not supported LaTeX syntax, it happens to work in some font encodings. As it is not (supposed) to be used as character input it is often used as a shortcut character in many babel package and other language settings eg "- as a variant hyphenation construct not suppressing hyphenation of the following word.



      If " does produce a double quote Then it (should) be a straight left-or-right quote, it is just an accident of the legacy TeX encodings that the right double quote was in that position. If you want single character input it is better to use the standard Unicode left and right double quote characters U+201C U+201D “ ”






      share|improve this answer

























        13












        13








        13







        The " is not supported LaTeX syntax, it happens to work in some font encodings. As it is not (supposed) to be used as character input it is often used as a shortcut character in many babel package and other language settings eg "- as a variant hyphenation construct not suppressing hyphenation of the following word.



        If " does produce a double quote Then it (should) be a straight left-or-right quote, it is just an accident of the legacy TeX encodings that the right double quote was in that position. If you want single character input it is better to use the standard Unicode left and right double quote characters U+201C U+201D “ ”






        share|improve this answer













        The " is not supported LaTeX syntax, it happens to work in some font encodings. As it is not (supposed) to be used as character input it is often used as a shortcut character in many babel package and other language settings eg "- as a variant hyphenation construct not suppressing hyphenation of the following word.



        If " does produce a double quote Then it (should) be a straight left-or-right quote, it is just an accident of the legacy TeX encodings that the right double quote was in that position. If you want single character input it is better to use the standard Unicode left and right double quote characters U+201C U+201D “ ”







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 26 at 14:49









        David CarlisleDavid Carlisle

        507k4311551908




        507k4311551908



























            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%2f492726%2fwhats-the-difference-between-two-single-quotes-and-one-double-quote%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

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form