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$
Dictionary size reduces upon increasing one element
What are the benefits of cryosleep?
What is the difference between “/private/var/vm” and “/vm”?
Placing bypass capacitors after VCC reaches the IC
How did early x86 BIOS programmers manage to program full blown TUIs given very few bytes of ROM/EPROM?
Is there a public standard for 8 and 10 character grid locators?
Windows 10 Programs start without visual Interface
Why colon to denote that a value belongs to a type?
Why does the 'metric Lagrangian' approach appear to fail in Newtonian mechanics?
Does this degree 12 genus 1 curve have only one point over infinitely many finite fields?
Is it possible to play as a necromancer skeleton?
Command to Search for Filenames Exceeding 143 Characters?
How long does it take to crack RSA 1024 with a PC?
Is it ok to put a subplot to a story that is never meant to contribute to the development of the main plot?
Where is the logic in castrating fighters?
If a person had control of every single cell of their body, would they be able to transform into another creature?
Is healing by fire possible?
Why does the 6502 have the BIT instruction?
How to capture more stars?
Ticket sales for Queen at the Live Aid
Array Stutter Implementation
Is there an efficient way to replace text matching the entire content of one file with the entire content of another file?
How were these pictures of spacecraft wind tunnel testing taken?
How do I subvert the tropes of a train heist?
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$
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
add a comment |
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
1
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
9 hours ago
add a comment |
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
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
symbols
asked 10 hours ago
K. PaulK. Paul
344216
344216
1
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
9 hours ago
add a comment |
1
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
9 hours ago
1
1
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
9 hours ago
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
9 hours ago
add a comment |
1 Answer
1
active
oldest
votes
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 “ ”
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%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
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 “ ”
add a comment |
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 “ ”
add a comment |
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 “ ”
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 “ ”
answered 10 hours ago
David CarlisleDavid Carlisle
506k4211531905
506k4211531905
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f492726%2fwhats-the-difference-between-two-single-quotes-and-one-double-quote%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
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
9 hours ago