Setting fixed height (in all situations and characters) for overset notationsDot notation for derivative of a vectorSet same height for all cells in longtableHow to set fit height and width for tcbox according to the text inside?Account for depth and height of text with tcolorboxTitle height for successive chapter and sectionHow to define a minimal height for all rows of a tabular?
How to deal with taxi scam when on vacation?
Do I need life insurance if I can cover my own funeral costs?
How do I hide Chekhov's Gun?
Life insurance that covers only simultaneous/dual deaths
Why did it take so long to abandon sail after steamships were demonstrated?
SOQL: Populate a Literal List in WHERE IN Clause
What did Alexander Pope mean by "Expletives their feeble Aid do join"?
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Can I use USB data pins as power source
Sailing the cryptic seas
What options are left, if Britain cannot decide?
How to explain that I do not want to visit a country due to personal safety concern?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
Min function accepting varying number of arguments in C++17
Does Mathematica reuse previous computations?
Why do passenger jet manufacturers design their planes with stall prevention systems?
Gravity magic - How does it work?
PTIJ: Who should I vote for? (21st Knesset Edition)
Is this a real picture of Jordan Peterson in New Zealand with a fan wearing a shirt that says "I'm a Proud Islamaphobe"?
My adviser wants to be the first author
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
Why doesn't using two cd commands in bash script execute the second command?
Credit cards used everywhere in Singapore or Malaysia?
Have researchers managed to "reverse time"? If so, what does that mean for physics?
Setting fixed height (in all situations and characters) for overset notations
Dot notation for derivative of a vectorSet same height for all cells in longtableHow to set fit height and width for tcbox according to the text inside?Account for depth and height of text with tcolorboxTitle height for successive chapter and sectionHow to define a minimal height for all rows of a tabular?
A noticeable downside to aesthetics in the vec
notation is that, for "short" and "tall" characters (a
, i
, v
vs b
, k
, l
), the overset vector notation shows difference in its height from the baseline. Is it possible to define (or redefine) overset characters to show a fixed, consistent height from the baseline (or any other horizontal standard), regardless of the character it is set upon? Below is a quick, crude comparison of the status quo and the objective:
Status Quo: Heights vary.
Objective: Heights are consistent.
ANOTHER EDIT: The customised vector comes from a script written by the user Todd Lehman:
makeatletter
newlengthxvec@height%
newlengthxvec@depth%
newlengthxvec@width%
newcommandxvec[2][]%
ifmmode%
settoheightxvec@height$#2$%
settodepthxvec@depth$#2$%
settowidthxvec@width$#2$%
else%
settoheightxvec@height#2%
settodepthxvec@depth#2%
settowidthxvec@width#2%
fi%
defxvec@arg#1%
defxvec@dd:%
defxvec@d.%
raisebox.2exraiseboxxvec@heightrlap%
kern.05em% (Because left edge of drawing is at .05em)
begintikzpicture[scale=1]
pgfsetroundcap
draw (.05em,0)--(xvec@width-.05em,0);
draw (xvec@width-.05em,0)--(xvec@width-.15em, .075em);
draw (xvec@width-.05em,0)--(xvec@width-.15em,-.075em);
ifxxvec@argxvec@d%
fill(xvec@width*.45,.5ex) circle (.5pt);%
elseifxxvec@argxvec@dd%
fill(xvec@width*.30,.5ex) circle (.5pt);%
fill(xvec@width*.65,.5ex) circle (.5pt);%
fifi%
endtikzpicture%
%
#2%
makeatother
letstdvecvec
renewcommandvec[1]xvec[]#1
% --- Define dvec and ddvec for dotted and double-dotted vectors.
newcommanddvec[1]xvec[.]#1
newcommandddvec[1]xvec[:]#1
math-operators height vector overset
This question has an open bounty worth +50
reputation from KJO ending ending at 2019-03-18 16:07:21Z">in 2 days.
This question has not received enough attention.
add a comment |
A noticeable downside to aesthetics in the vec
notation is that, for "short" and "tall" characters (a
, i
, v
vs b
, k
, l
), the overset vector notation shows difference in its height from the baseline. Is it possible to define (or redefine) overset characters to show a fixed, consistent height from the baseline (or any other horizontal standard), regardless of the character it is set upon? Below is a quick, crude comparison of the status quo and the objective:
Status Quo: Heights vary.
Objective: Heights are consistent.
ANOTHER EDIT: The customised vector comes from a script written by the user Todd Lehman:
makeatletter
newlengthxvec@height%
newlengthxvec@depth%
newlengthxvec@width%
newcommandxvec[2][]%
ifmmode%
settoheightxvec@height$#2$%
settodepthxvec@depth$#2$%
settowidthxvec@width$#2$%
else%
settoheightxvec@height#2%
settodepthxvec@depth#2%
settowidthxvec@width#2%
fi%
defxvec@arg#1%
defxvec@dd:%
defxvec@d.%
raisebox.2exraiseboxxvec@heightrlap%
kern.05em% (Because left edge of drawing is at .05em)
begintikzpicture[scale=1]
pgfsetroundcap
draw (.05em,0)--(xvec@width-.05em,0);
draw (xvec@width-.05em,0)--(xvec@width-.15em, .075em);
draw (xvec@width-.05em,0)--(xvec@width-.15em,-.075em);
ifxxvec@argxvec@d%
fill(xvec@width*.45,.5ex) circle (.5pt);%
elseifxxvec@argxvec@dd%
fill(xvec@width*.30,.5ex) circle (.5pt);%
fill(xvec@width*.65,.5ex) circle (.5pt);%
fifi%
endtikzpicture%
%
#2%
makeatother
letstdvecvec
renewcommandvec[1]xvec[]#1
% --- Define dvec and ddvec for dotted and double-dotted vectors.
newcommanddvec[1]xvec[.]#1
newcommandddvec[1]xvec[:]#1
math-operators height vector overset
This question has an open bounty worth +50
reputation from KJO ending ending at 2019-03-18 16:07:21Z">in 2 days.
This question has not received enough attention.
1
How do you get the first picture? Surely not withvecacdotvecb
. Can you please add you current code?
– egreg
Mar 11 at 16:59
I imported a.tex
file that I found somewhere on TEX.SX a few months back, and I liked how it looked. Uploading now...Done!
– K. Paul
Mar 11 at 17:05
add a comment |
A noticeable downside to aesthetics in the vec
notation is that, for "short" and "tall" characters (a
, i
, v
vs b
, k
, l
), the overset vector notation shows difference in its height from the baseline. Is it possible to define (or redefine) overset characters to show a fixed, consistent height from the baseline (or any other horizontal standard), regardless of the character it is set upon? Below is a quick, crude comparison of the status quo and the objective:
Status Quo: Heights vary.
Objective: Heights are consistent.
ANOTHER EDIT: The customised vector comes from a script written by the user Todd Lehman:
makeatletter
newlengthxvec@height%
newlengthxvec@depth%
newlengthxvec@width%
newcommandxvec[2][]%
ifmmode%
settoheightxvec@height$#2$%
settodepthxvec@depth$#2$%
settowidthxvec@width$#2$%
else%
settoheightxvec@height#2%
settodepthxvec@depth#2%
settowidthxvec@width#2%
fi%
defxvec@arg#1%
defxvec@dd:%
defxvec@d.%
raisebox.2exraiseboxxvec@heightrlap%
kern.05em% (Because left edge of drawing is at .05em)
begintikzpicture[scale=1]
pgfsetroundcap
draw (.05em,0)--(xvec@width-.05em,0);
draw (xvec@width-.05em,0)--(xvec@width-.15em, .075em);
draw (xvec@width-.05em,0)--(xvec@width-.15em,-.075em);
ifxxvec@argxvec@d%
fill(xvec@width*.45,.5ex) circle (.5pt);%
elseifxxvec@argxvec@dd%
fill(xvec@width*.30,.5ex) circle (.5pt);%
fill(xvec@width*.65,.5ex) circle (.5pt);%
fifi%
endtikzpicture%
%
#2%
makeatother
letstdvecvec
renewcommandvec[1]xvec[]#1
% --- Define dvec and ddvec for dotted and double-dotted vectors.
newcommanddvec[1]xvec[.]#1
newcommandddvec[1]xvec[:]#1
math-operators height vector overset
A noticeable downside to aesthetics in the vec
notation is that, for "short" and "tall" characters (a
, i
, v
vs b
, k
, l
), the overset vector notation shows difference in its height from the baseline. Is it possible to define (or redefine) overset characters to show a fixed, consistent height from the baseline (or any other horizontal standard), regardless of the character it is set upon? Below is a quick, crude comparison of the status quo and the objective:
Status Quo: Heights vary.
Objective: Heights are consistent.
ANOTHER EDIT: The customised vector comes from a script written by the user Todd Lehman:
makeatletter
newlengthxvec@height%
newlengthxvec@depth%
newlengthxvec@width%
newcommandxvec[2][]%
ifmmode%
settoheightxvec@height$#2$%
settodepthxvec@depth$#2$%
settowidthxvec@width$#2$%
else%
settoheightxvec@height#2%
settodepthxvec@depth#2%
settowidthxvec@width#2%
fi%
defxvec@arg#1%
defxvec@dd:%
defxvec@d.%
raisebox.2exraiseboxxvec@heightrlap%
kern.05em% (Because left edge of drawing is at .05em)
begintikzpicture[scale=1]
pgfsetroundcap
draw (.05em,0)--(xvec@width-.05em,0);
draw (xvec@width-.05em,0)--(xvec@width-.15em, .075em);
draw (xvec@width-.05em,0)--(xvec@width-.15em,-.075em);
ifxxvec@argxvec@d%
fill(xvec@width*.45,.5ex) circle (.5pt);%
elseifxxvec@argxvec@dd%
fill(xvec@width*.30,.5ex) circle (.5pt);%
fill(xvec@width*.65,.5ex) circle (.5pt);%
fifi%
endtikzpicture%
%
#2%
makeatother
letstdvecvec
renewcommandvec[1]xvec[]#1
% --- Define dvec and ddvec for dotted and double-dotted vectors.
newcommanddvec[1]xvec[.]#1
newcommandddvec[1]xvec[:]#1
math-operators height vector overset
math-operators height vector overset
edited Mar 11 at 17:13
K. Paul
asked Mar 9 at 15:24
K. PaulK. Paul
12510
12510
This question has an open bounty worth +50
reputation from KJO ending ending at 2019-03-18 16:07:21Z">in 2 days.
This question has not received enough attention.
This question has an open bounty worth +50
reputation from KJO ending ending at 2019-03-18 16:07:21Z">in 2 days.
This question has not received enough attention.
1
How do you get the first picture? Surely not withvecacdotvecb
. Can you please add you current code?
– egreg
Mar 11 at 16:59
I imported a.tex
file that I found somewhere on TEX.SX a few months back, and I liked how it looked. Uploading now...Done!
– K. Paul
Mar 11 at 17:05
add a comment |
1
How do you get the first picture? Surely not withvecacdotvecb
. Can you please add you current code?
– egreg
Mar 11 at 16:59
I imported a.tex
file that I found somewhere on TEX.SX a few months back, and I liked how it looked. Uploading now...Done!
– K. Paul
Mar 11 at 17:05
1
1
How do you get the first picture? Surely not with
vecacdotvecb
. Can you please add you current code?– egreg
Mar 11 at 16:59
How do you get the first picture? Surely not with
vecacdotvecb
. Can you please add you current code?– egreg
Mar 11 at 16:59
I imported a
.tex
file that I found somewhere on TEX.SX a few months back, and I liked how it looked. Uploading now...Done!– K. Paul
Mar 11 at 17:05
I imported a
.tex
file that I found somewhere on TEX.SX a few months back, and I liked how it looked. Uploading now...Done!– K. Paul
Mar 11 at 17:05
add a comment |
1 Answer
1
active
oldest
votes
Here's a quick low-tech solution:
documentclassarticle
newcommandmyvec[1]vecvphantomA#1
begindocument
$myvecacdotmyvecb$
enddocument
This will adjust automatically for for sub/superscripts but has an issue (see below) if the vector symbol is above a character taller than A
.
A slightly more complicated version using ooalign
will force the vector to be at a height as if it is above A
even if it's placed over something taller.
The top line is the simple version above, where the third vector is out of allignment since A^2
is taller than A
. The second line uses the code
newcommandmyvec[1]ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
but will not adjust to subscript size changes. If you want, you can fix that using mathchoice
:
newcommandmyvec[1]mathchoice
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomscriptstyle A$hfilcrhfil$scriptstyle #1$hfilcr
ooalignhfil$vecvphantomscriptscriptstyle A$hfilcrhfil$scriptscriptstyle #1$hfilcr
Note that I would avoid renewing the vec
command since the high arrows look odd to me when above short letters. Compare myvecacdotmyveca
with vecacdotveca
.
Update:
As a final option (my favorite), one could define myvec
with 2 parameters: one optional. The required parameter is the printed letter with the arrow, the second, optional parameter is a character that sets the height of the arrow.
So myvec[t]a
would give you a vector over the a
at the height of the t
. Omitting the optional argument gives you the same result as vec
. The line above is produced from the code:
$myvecacdotvecaquadmyvec[t]acdotvectquadmyvec[j]acdotvecjquadmyvec[b]acdotvecbquadmyvec[A]acdotvecA$
The code for myvec
is
newcommandmyvec[2][]vecvphantom#1#2
and it will adjust for sub/superscripts as in $A_myvec[t]acdotvect$
.
Would this be setting every vector height to the characterA
? Thanks for the advice!
– K. Paul
Mar 11 at 16:37
Yes. Every vector arrow would be at a height as if it is over the characterA
. ThevphantomA
creates a character that is invisible, has no width and is the same height asA
.
– Sandy G
Mar 12 at 2:13
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f478587%2fsetting-fixed-height-in-all-situations-and-characters-for-overset-notations%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
Here's a quick low-tech solution:
documentclassarticle
newcommandmyvec[1]vecvphantomA#1
begindocument
$myvecacdotmyvecb$
enddocument
This will adjust automatically for for sub/superscripts but has an issue (see below) if the vector symbol is above a character taller than A
.
A slightly more complicated version using ooalign
will force the vector to be at a height as if it is above A
even if it's placed over something taller.
The top line is the simple version above, where the third vector is out of allignment since A^2
is taller than A
. The second line uses the code
newcommandmyvec[1]ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
but will not adjust to subscript size changes. If you want, you can fix that using mathchoice
:
newcommandmyvec[1]mathchoice
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomscriptstyle A$hfilcrhfil$scriptstyle #1$hfilcr
ooalignhfil$vecvphantomscriptscriptstyle A$hfilcrhfil$scriptscriptstyle #1$hfilcr
Note that I would avoid renewing the vec
command since the high arrows look odd to me when above short letters. Compare myvecacdotmyveca
with vecacdotveca
.
Update:
As a final option (my favorite), one could define myvec
with 2 parameters: one optional. The required parameter is the printed letter with the arrow, the second, optional parameter is a character that sets the height of the arrow.
So myvec[t]a
would give you a vector over the a
at the height of the t
. Omitting the optional argument gives you the same result as vec
. The line above is produced from the code:
$myvecacdotvecaquadmyvec[t]acdotvectquadmyvec[j]acdotvecjquadmyvec[b]acdotvecbquadmyvec[A]acdotvecA$
The code for myvec
is
newcommandmyvec[2][]vecvphantom#1#2
and it will adjust for sub/superscripts as in $A_myvec[t]acdotvect$
.
Would this be setting every vector height to the characterA
? Thanks for the advice!
– K. Paul
Mar 11 at 16:37
Yes. Every vector arrow would be at a height as if it is over the characterA
. ThevphantomA
creates a character that is invisible, has no width and is the same height asA
.
– Sandy G
Mar 12 at 2:13
add a comment |
Here's a quick low-tech solution:
documentclassarticle
newcommandmyvec[1]vecvphantomA#1
begindocument
$myvecacdotmyvecb$
enddocument
This will adjust automatically for for sub/superscripts but has an issue (see below) if the vector symbol is above a character taller than A
.
A slightly more complicated version using ooalign
will force the vector to be at a height as if it is above A
even if it's placed over something taller.
The top line is the simple version above, where the third vector is out of allignment since A^2
is taller than A
. The second line uses the code
newcommandmyvec[1]ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
but will not adjust to subscript size changes. If you want, you can fix that using mathchoice
:
newcommandmyvec[1]mathchoice
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomscriptstyle A$hfilcrhfil$scriptstyle #1$hfilcr
ooalignhfil$vecvphantomscriptscriptstyle A$hfilcrhfil$scriptscriptstyle #1$hfilcr
Note that I would avoid renewing the vec
command since the high arrows look odd to me when above short letters. Compare myvecacdotmyveca
with vecacdotveca
.
Update:
As a final option (my favorite), one could define myvec
with 2 parameters: one optional. The required parameter is the printed letter with the arrow, the second, optional parameter is a character that sets the height of the arrow.
So myvec[t]a
would give you a vector over the a
at the height of the t
. Omitting the optional argument gives you the same result as vec
. The line above is produced from the code:
$myvecacdotvecaquadmyvec[t]acdotvectquadmyvec[j]acdotvecjquadmyvec[b]acdotvecbquadmyvec[A]acdotvecA$
The code for myvec
is
newcommandmyvec[2][]vecvphantom#1#2
and it will adjust for sub/superscripts as in $A_myvec[t]acdotvect$
.
Would this be setting every vector height to the characterA
? Thanks for the advice!
– K. Paul
Mar 11 at 16:37
Yes. Every vector arrow would be at a height as if it is over the characterA
. ThevphantomA
creates a character that is invisible, has no width and is the same height asA
.
– Sandy G
Mar 12 at 2:13
add a comment |
Here's a quick low-tech solution:
documentclassarticle
newcommandmyvec[1]vecvphantomA#1
begindocument
$myvecacdotmyvecb$
enddocument
This will adjust automatically for for sub/superscripts but has an issue (see below) if the vector symbol is above a character taller than A
.
A slightly more complicated version using ooalign
will force the vector to be at a height as if it is above A
even if it's placed over something taller.
The top line is the simple version above, where the third vector is out of allignment since A^2
is taller than A
. The second line uses the code
newcommandmyvec[1]ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
but will not adjust to subscript size changes. If you want, you can fix that using mathchoice
:
newcommandmyvec[1]mathchoice
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomscriptstyle A$hfilcrhfil$scriptstyle #1$hfilcr
ooalignhfil$vecvphantomscriptscriptstyle A$hfilcrhfil$scriptscriptstyle #1$hfilcr
Note that I would avoid renewing the vec
command since the high arrows look odd to me when above short letters. Compare myvecacdotmyveca
with vecacdotveca
.
Update:
As a final option (my favorite), one could define myvec
with 2 parameters: one optional. The required parameter is the printed letter with the arrow, the second, optional parameter is a character that sets the height of the arrow.
So myvec[t]a
would give you a vector over the a
at the height of the t
. Omitting the optional argument gives you the same result as vec
. The line above is produced from the code:
$myvecacdotvecaquadmyvec[t]acdotvectquadmyvec[j]acdotvecjquadmyvec[b]acdotvecbquadmyvec[A]acdotvecA$
The code for myvec
is
newcommandmyvec[2][]vecvphantom#1#2
and it will adjust for sub/superscripts as in $A_myvec[t]acdotvect$
.
Here's a quick low-tech solution:
documentclassarticle
newcommandmyvec[1]vecvphantomA#1
begindocument
$myvecacdotmyvecb$
enddocument
This will adjust automatically for for sub/superscripts but has an issue (see below) if the vector symbol is above a character taller than A
.
A slightly more complicated version using ooalign
will force the vector to be at a height as if it is above A
even if it's placed over something taller.
The top line is the simple version above, where the third vector is out of allignment since A^2
is taller than A
. The second line uses the code
newcommandmyvec[1]ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
but will not adjust to subscript size changes. If you want, you can fix that using mathchoice
:
newcommandmyvec[1]mathchoice
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomA$hfilcrhfil$#1$hfilcr
ooalignhfil$vecvphantomscriptstyle A$hfilcrhfil$scriptstyle #1$hfilcr
ooalignhfil$vecvphantomscriptscriptstyle A$hfilcrhfil$scriptscriptstyle #1$hfilcr
Note that I would avoid renewing the vec
command since the high arrows look odd to me when above short letters. Compare myvecacdotmyveca
with vecacdotveca
.
Update:
As a final option (my favorite), one could define myvec
with 2 parameters: one optional. The required parameter is the printed letter with the arrow, the second, optional parameter is a character that sets the height of the arrow.
So myvec[t]a
would give you a vector over the a
at the height of the t
. Omitting the optional argument gives you the same result as vec
. The line above is produced from the code:
$myvecacdotvecaquadmyvec[t]acdotvectquadmyvec[j]acdotvecjquadmyvec[b]acdotvecbquadmyvec[A]acdotvecA$
The code for myvec
is
newcommandmyvec[2][]vecvphantom#1#2
and it will adjust for sub/superscripts as in $A_myvec[t]acdotvect$
.
edited 3 hours ago
answered Mar 11 at 16:33
Sandy GSandy G
3,0521323
3,0521323
Would this be setting every vector height to the characterA
? Thanks for the advice!
– K. Paul
Mar 11 at 16:37
Yes. Every vector arrow would be at a height as if it is over the characterA
. ThevphantomA
creates a character that is invisible, has no width and is the same height asA
.
– Sandy G
Mar 12 at 2:13
add a comment |
Would this be setting every vector height to the characterA
? Thanks for the advice!
– K. Paul
Mar 11 at 16:37
Yes. Every vector arrow would be at a height as if it is over the characterA
. ThevphantomA
creates a character that is invisible, has no width and is the same height asA
.
– Sandy G
Mar 12 at 2:13
Would this be setting every vector height to the character
A
? Thanks for the advice!– K. Paul
Mar 11 at 16:37
Would this be setting every vector height to the character
A
? Thanks for the advice!– K. Paul
Mar 11 at 16:37
Yes. Every vector arrow would be at a height as if it is over the character
A
. The vphantomA
creates a character that is invisible, has no width and is the same height as A
.– Sandy G
Mar 12 at 2:13
Yes. Every vector arrow would be at a height as if it is over the character
A
. The vphantomA
creates a character that is invisible, has no width and is the same height as A
.– Sandy G
Mar 12 at 2:13
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f478587%2fsetting-fixed-height-in-all-situations-and-characters-for-overset-notations%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
How do you get the first picture? Surely not with
vecacdotvecb
. Can you please add you current code?– egreg
Mar 11 at 16:59
I imported a
.tex
file that I found somewhere on TEX.SX a few months back, and I liked how it looked. Uploading now...Done!– K. Paul
Mar 11 at 17:05