What is the v in $vx$ stands for?Display source for a commandTrying to use “~” to generate tilde symbol in math modeWhat is the command for not modularly congruent?New command for special elements in parenthesisThe _ character but not in math modeWhat does the tilde character (~) do in math mode?Math aligned, equation pushed to the leftI want to change the font in math mode for only one letter in an equationWhat does `mathrel` do (with the empty parameter group)?How do I align a simple list on the left?
Snapping/moving points near polygon to inside polygon using QGIS
How to stretch this Venn diagram?
Why is "runway behind you" useless?
Why is casting a DATE field to VARCHAR datatype non-deterministic and is there a way to make it deterministic?
C - random password generator
Blue. Orange. Green. Magenta. What does this strange picture represent?
Can I ignore an open source license if I checkout a version that was released prior to the license being added
I've increased my productivity by 40% by automating my job. Should I ask for a higher salary, or just enjoy having more time to do things I like?
What's the difference between xxxx-client and xxxx-server packages?
How do I send a Ctrl+Alt+Delete when connected from the Screen Sharing app to a Windows computer?
Is using Swiss Francs (CHF) cheaper than Euros (EUR) in Switzerland?
Minimize number of pieces required to cover distances, with overlap
How to teach children Santa is not real, while respecting other kids beliefs?
Is it possible for nature to create bubble wrap?
Any real contribution of functional analysis to quantum theory as a branch of physics?
Should I replace fillable PDFs?
Placing figures in parboxes and referencing them
Is rotating a pawn so that it faces a different direction and then moves in that direction technically permitted according to the 2018 FIDE Laws?
Sleep for 1000 years
How did the Druids learn the Greek language by the time of Caesar's campaign in Gaul?
Expectation of 500 coin flips after 500 realizations
"Dog" can mean "something of an inferior quality". What animals do we use, if any, to describe the opposite?
How to do code reviews to people whose programming skills are weak?
How do I get a stuck gas canister (for hiking/camping) out of a stainless steel mug?
What is the v in $vx$ stands for?
Display source for a commandTrying to use “~” to generate tilde symbol in math modeWhat is the command for not modularly congruent?New command for special elements in parenthesisThe _ character but not in math modeWhat does the tilde character (~) do in math mode?Math aligned, equation pushed to the leftI want to change the font in math mode for only one letter in an equationWhat does `mathrel` do (with the empty parameter group)?How do I align a simple list on the left?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
It seems v
is like emph
or textbf
to represent the letter or number in other forms. But what does it stand for? Is there some other not common character transformation in LaTeX?
math-mode
|
show 1 more comment
It seems v
is like emph
or textbf
to represent the letter or number in other forms. But what does it stand for? Is there some other not common character transformation in LaTeX?
math-mode
Welcome to TeX SX! It is the letterx
with a caron above.
– Bernard
Sep 30 at 0:55
2
v
is a text-mode command; it places a "v-check" or "caron" symbol above its argument (generally a single letter).v
should never be employed in math mode. Instead of$vx$
, one should write$checkx
.
– Mico
Sep 30 at 2:09
1
What doesVx
look like? Can you provide an image?
– Werner
Sep 30 at 6:00
4
V
is not defined in standard LaTeX. Please tell us what classes and packages you are using. See also tex.stackexchange.com/q/36955/15925 for general techniques.
– Andrew Swann
Sep 30 at 6:02
1
Where did you find this TeX code? Since you don’t know what it means, I presume it’s an extract you’re taking from somewhere else. SinceV
isn’t a standard LaTeX command, it must be defined in the specific document you found it in (look for a like beginningnewcommand[1]V
or similar), or one of the packages the document loads. Without seeing the rest of the documents or knowing which packages it loads, we can’t help you.
– Peter LeFanu Lumsdaine
Sep 30 at 7:39
|
show 1 more comment
It seems v
is like emph
or textbf
to represent the letter or number in other forms. But what does it stand for? Is there some other not common character transformation in LaTeX?
math-mode
It seems v
is like emph
or textbf
to represent the letter or number in other forms. But what does it stand for? Is there some other not common character transformation in LaTeX?
math-mode
math-mode
edited Oct 9 at 6:12
epR8GaYuh
1,7391 gold badge6 silver badges16 bronze badges
1,7391 gold badge6 silver badges16 bronze badges
asked Sep 30 at 0:44
Smith BSmith B
393 bronze badges
393 bronze badges
Welcome to TeX SX! It is the letterx
with a caron above.
– Bernard
Sep 30 at 0:55
2
v
is a text-mode command; it places a "v-check" or "caron" symbol above its argument (generally a single letter).v
should never be employed in math mode. Instead of$vx$
, one should write$checkx
.
– Mico
Sep 30 at 2:09
1
What doesVx
look like? Can you provide an image?
– Werner
Sep 30 at 6:00
4
V
is not defined in standard LaTeX. Please tell us what classes and packages you are using. See also tex.stackexchange.com/q/36955/15925 for general techniques.
– Andrew Swann
Sep 30 at 6:02
1
Where did you find this TeX code? Since you don’t know what it means, I presume it’s an extract you’re taking from somewhere else. SinceV
isn’t a standard LaTeX command, it must be defined in the specific document you found it in (look for a like beginningnewcommand[1]V
or similar), or one of the packages the document loads. Without seeing the rest of the documents or knowing which packages it loads, we can’t help you.
– Peter LeFanu Lumsdaine
Sep 30 at 7:39
|
show 1 more comment
Welcome to TeX SX! It is the letterx
with a caron above.
– Bernard
Sep 30 at 0:55
2
v
is a text-mode command; it places a "v-check" or "caron" symbol above its argument (generally a single letter).v
should never be employed in math mode. Instead of$vx$
, one should write$checkx
.
– Mico
Sep 30 at 2:09
1
What doesVx
look like? Can you provide an image?
– Werner
Sep 30 at 6:00
4
V
is not defined in standard LaTeX. Please tell us what classes and packages you are using. See also tex.stackexchange.com/q/36955/15925 for general techniques.
– Andrew Swann
Sep 30 at 6:02
1
Where did you find this TeX code? Since you don’t know what it means, I presume it’s an extract you’re taking from somewhere else. SinceV
isn’t a standard LaTeX command, it must be defined in the specific document you found it in (look for a like beginningnewcommand[1]V
or similar), or one of the packages the document loads. Without seeing the rest of the documents or knowing which packages it loads, we can’t help you.
– Peter LeFanu Lumsdaine
Sep 30 at 7:39
Welcome to TeX SX! It is the letter
x
with a caron above.– Bernard
Sep 30 at 0:55
Welcome to TeX SX! It is the letter
x
with a caron above.– Bernard
Sep 30 at 0:55
2
2
v
is a text-mode command; it places a "v-check" or "caron" symbol above its argument (generally a single letter). v
should never be employed in math mode. Instead of $vx$
, one should write $checkx
.– Mico
Sep 30 at 2:09
v
is a text-mode command; it places a "v-check" or "caron" symbol above its argument (generally a single letter). v
should never be employed in math mode. Instead of $vx$
, one should write $checkx
.– Mico
Sep 30 at 2:09
1
1
What does
Vx
look like? Can you provide an image?– Werner
Sep 30 at 6:00
What does
Vx
look like? Can you provide an image?– Werner
Sep 30 at 6:00
4
4
V
is not defined in standard LaTeX. Please tell us what classes and packages you are using. See also tex.stackexchange.com/q/36955/15925 for general techniques.– Andrew Swann
Sep 30 at 6:02
V
is not defined in standard LaTeX. Please tell us what classes and packages you are using. See also tex.stackexchange.com/q/36955/15925 for general techniques.– Andrew Swann
Sep 30 at 6:02
1
1
Where did you find this TeX code? Since you don’t know what it means, I presume it’s an extract you’re taking from somewhere else. Since
V
isn’t a standard LaTeX command, it must be defined in the specific document you found it in (look for a like beginning newcommand[1]V
or similar), or one of the packages the document loads. Without seeing the rest of the documents or knowing which packages it loads, we can’t help you.– Peter LeFanu Lumsdaine
Sep 30 at 7:39
Where did you find this TeX code? Since you don’t know what it means, I presume it’s an extract you’re taking from somewhere else. Since
V
isn’t a standard LaTeX command, it must be defined in the specific document you found it in (look for a like beginning newcommand[1]V
or similar), or one of the packages the document loads. Without seeing the rest of the documents or knowing which packages it loads, we can’t help you.– Peter LeFanu Lumsdaine
Sep 30 at 7:39
|
show 1 more comment
1 Answer
1
active
oldest
votes
http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
Table 18. I believe this is what you are asking? Though it's not really $LaTeX$ related.
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/4.0/"u003ecc by-sa 4.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%2f510336%2fwhat-is-the-v-in-vx-stands-for%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
http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
Table 18. I believe this is what you are asking? Though it's not really $LaTeX$ related.
add a comment
|
http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
Table 18. I believe this is what you are asking? Though it's not really $LaTeX$ related.
add a comment
|
http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
Table 18. I believe this is what you are asking? Though it's not really $LaTeX$ related.
http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
Table 18. I believe this is what you are asking? Though it's not really $LaTeX$ related.
answered Sep 30 at 0:56
CasperYCCasperYC
1787 bronze badges
1787 bronze badges
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%2f510336%2fwhat-is-the-v-in-vx-stands-for%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
Welcome to TeX SX! It is the letter
x
with a caron above.– Bernard
Sep 30 at 0:55
2
v
is a text-mode command; it places a "v-check" or "caron" symbol above its argument (generally a single letter).v
should never be employed in math mode. Instead of$vx$
, one should write$checkx
.– Mico
Sep 30 at 2:09
1
What does
Vx
look like? Can you provide an image?– Werner
Sep 30 at 6:00
4
V
is not defined in standard LaTeX. Please tell us what classes and packages you are using. See also tex.stackexchange.com/q/36955/15925 for general techniques.– Andrew Swann
Sep 30 at 6:02
1
Where did you find this TeX code? Since you don’t know what it means, I presume it’s an extract you’re taking from somewhere else. Since
V
isn’t a standard LaTeX command, it must be defined in the specific document you found it in (look for a like beginningnewcommand[1]V
or similar), or one of the packages the document loads. Without seeing the rest of the documents or knowing which packages it loads, we can’t help you.– Peter LeFanu Lumsdaine
Sep 30 at 7:39