Increase size of symbol intercal when in superscript positionWhat is the meaning of the name of the intercal symbol?Position of superscript when superscriptd item has hat over itWhy does widehat behave differently if I insert hspace0pt?More aesthetic (perhaps shallower) superscript check symbolsize and location of cube root symbolcompute position of each symbolHow can I include a symbol with correct size and relative position without directly using it?Changing symbol size when used as subscriptBack to use the original forall symbolUgly horizontal spacing with some symbol-subscript/superscript combinationsHow to add superscript on summation symbol
Twin primes whose sum is a cube
Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?
Etiquette around loan refinance - decision is going to cost first broker a lot of money
In a Spin are Both Wings Stalled?
Python: return float 1.0 as int 1 but float 1.5 as float 1.5
What exploit are these user agents trying to use?
Forgetting the musical notes while performing in concert
How badly should I try to prevent a user from XSSing themselves?
Is there a hemisphere-neutral way of specifying a season?
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
Why are electrically insulating heatsinks so rare? Is it just cost?
Why does Arabsat 6A need a Falcon Heavy to launch
Can a virus destroy the BIOS of a modern computer?
Why can't we play rap on piano?
How to model explosives?
Is it legal for company to use my work email to pretend I still work there?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Reserved de-dupe rules
I'm flying to France today and my passport expires in less than 2 months
What's the point of deactivating Num Lock on login screens?
Infinite Abelian subgroup of infinite non Abelian group example
Why do I get two different answers for this counting problem?
Does a druid starting with a bow start with no arrows?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Increase size of symbol intercal when in superscript position
What is the meaning of the name of the intercal symbol?Position of superscript when superscriptd item has hat over itWhy does widehat behave differently if I insert hspace0pt?More aesthetic (perhaps shallower) superscript check symbolsize and location of cube root symbolcompute position of each symbolHow can I include a symbol with correct size and relative position without directly using it?Changing symbol size when used as subscriptBack to use the original forall symbolUgly horizontal spacing with some symbol-subscript/superscript combinationsHow to add superscript on summation symbol
Starting from this code
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackage[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
with this output
I'd like to move the intercal
command a little higher and to the left in the direction indicated by the arrow. But does LaTeX have a direct command to move the symbol up or down or do I need to use specific macros? What could be the ways to have an adequate and beautiful way to write this formula?
math-mode symbols mtpro
|
show 1 more comment
Starting from this code
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackage[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
with this output
I'd like to move the intercal
command a little higher and to the left in the direction indicated by the arrow. But does LaTeX have a direct command to move the symbol up or down or do I need to use specific macros? What could be the ways to have an adequate and beautiful way to write this formula?
math-mode symbols mtpro
2
I haven't the fonts but intercal is essentially a lowered sans serif T so^mathsfT
might look better
– David Carlisle
8 hours ago
1
@DavidCarlisle Before I have used alwaystop
. The last command is very thin and that's because I bet onintercal
.
– Sebastiano
8 hours ago
1
Is^intercal
supposed to denote the transpose operator? Just curious.
– Mico
7 hours ago
1
@Mico I wrote an essay on that :-) tex.stackexchange.com/questions/435328/…
– David Carlisle
7 hours ago
1
@DavidCarlisle +1 for the history :-)
– Sebastiano
7 hours ago
|
show 1 more comment
Starting from this code
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackage[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
with this output
I'd like to move the intercal
command a little higher and to the left in the direction indicated by the arrow. But does LaTeX have a direct command to move the symbol up or down or do I need to use specific macros? What could be the ways to have an adequate and beautiful way to write this formula?
math-mode symbols mtpro
Starting from this code
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackage[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
with this output
I'd like to move the intercal
command a little higher and to the left in the direction indicated by the arrow. But does LaTeX have a direct command to move the symbol up or down or do I need to use specific macros? What could be the ways to have an adequate and beautiful way to write this formula?
math-mode symbols mtpro
math-mode symbols mtpro
edited 8 hours ago
Mico
285k31388778
285k31388778
asked 8 hours ago
SebastianoSebastiano
11.1k42165
11.1k42165
2
I haven't the fonts but intercal is essentially a lowered sans serif T so^mathsfT
might look better
– David Carlisle
8 hours ago
1
@DavidCarlisle Before I have used alwaystop
. The last command is very thin and that's because I bet onintercal
.
– Sebastiano
8 hours ago
1
Is^intercal
supposed to denote the transpose operator? Just curious.
– Mico
7 hours ago
1
@Mico I wrote an essay on that :-) tex.stackexchange.com/questions/435328/…
– David Carlisle
7 hours ago
1
@DavidCarlisle +1 for the history :-)
– Sebastiano
7 hours ago
|
show 1 more comment
2
I haven't the fonts but intercal is essentially a lowered sans serif T so^mathsfT
might look better
– David Carlisle
8 hours ago
1
@DavidCarlisle Before I have used alwaystop
. The last command is very thin and that's because I bet onintercal
.
– Sebastiano
8 hours ago
1
Is^intercal
supposed to denote the transpose operator? Just curious.
– Mico
7 hours ago
1
@Mico I wrote an essay on that :-) tex.stackexchange.com/questions/435328/…
– David Carlisle
7 hours ago
1
@DavidCarlisle +1 for the history :-)
– Sebastiano
7 hours ago
2
2
I haven't the fonts but intercal is essentially a lowered sans serif T so
^mathsfT
might look better– David Carlisle
8 hours ago
I haven't the fonts but intercal is essentially a lowered sans serif T so
^mathsfT
might look better– David Carlisle
8 hours ago
1
1
@DavidCarlisle Before I have used always
top
. The last command is very thin and that's because I bet on intercal
.– Sebastiano
8 hours ago
@DavidCarlisle Before I have used always
top
. The last command is very thin and that's because I bet on intercal
.– Sebastiano
8 hours ago
1
1
Is
^intercal
supposed to denote the transpose operator? Just curious.– Mico
7 hours ago
Is
^intercal
supposed to denote the transpose operator? Just curious.– Mico
7 hours ago
1
1
@Mico I wrote an essay on that :-) tex.stackexchange.com/questions/435328/…
– David Carlisle
7 hours ago
@Mico I wrote an essay on that :-) tex.stackexchange.com/questions/435328/…
– David Carlisle
7 hours ago
1
1
@DavidCarlisle +1 for the history :-)
– Sebastiano
7 hours ago
@DavidCarlisle +1 for the history :-)
– Sebastiano
7 hours ago
|
show 1 more comment
2 Answers
2
active
oldest
votes
Combining David's suggestion with Sebastiano's requirement...
I use mathsfT
as the core of the revised intercal
(you can rename it something else if you don't want to overwrite it), but then to make it smaller, I use it in cramped, superscripted form (revision 1). Alternately, I just set it in scriptscriptstyle
, which lowers its elevation a bit, while still keeping it higher than the original intercal
(revision 2).
Original, then two revisions.
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackagenewtxmath%[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalcramped^mathsfT
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalmathsfscriptscriptstyle T
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
1
@Sebastianocramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments ofsqrt
(requiresamsmath
).
– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not needcramped
in the 2nd revision. I have removed it.
– Steven B. Segletes
7 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
add a comment |
Here's another variation on David's idea to use mathsfT
instead of either intercal
or top
. The macro tp
(short for "transpose", naturally) employs scriptscriptstyle
math mode. The tp
macro takes an optional argument: a scalar number, to indicate how many mu
the "T" should be shifted to the left. The ability to fine-tune the horizontal position can come in handy if you're dealing with letters, such as L
, which have no component in the upper-right quadrant. (The default amount of left-shift is 3, as in -3mu
. Aside: mkern-3mu
is the same as !
.)
documentclass[12pt]book
usepackagemathtools,amssymb,newtxtext
usepackage[lite]mtpro2
newcommandbmcAboldsymbolmathcal A'
newcommandtp[1][3]^^mkern-#1mumathsfT
begindocument
$intercal$ $top$ $mathsfT$
medskip
begintabular@ll
$(LbmcA)^intercal = bmcA^intercal L^intercal$ & verb+intercal+ \
$(LbmcA)^top = bmcA^top L^top$ & verb+top+ \
$(LbmcA)tp = bmcAtp Ltp = bmcAtp Ltp[6]$ & verb+tp+
endtabular
enddocument
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
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%2f483198%2fincrease-size-of-symbol-intercal-when-in-superscript-position%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Combining David's suggestion with Sebastiano's requirement...
I use mathsfT
as the core of the revised intercal
(you can rename it something else if you don't want to overwrite it), but then to make it smaller, I use it in cramped, superscripted form (revision 1). Alternately, I just set it in scriptscriptstyle
, which lowers its elevation a bit, while still keeping it higher than the original intercal
(revision 2).
Original, then two revisions.
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackagenewtxmath%[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalcramped^mathsfT
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalmathsfscriptscriptstyle T
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
1
@Sebastianocramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments ofsqrt
(requiresamsmath
).
– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not needcramped
in the 2nd revision. I have removed it.
– Steven B. Segletes
7 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
add a comment |
Combining David's suggestion with Sebastiano's requirement...
I use mathsfT
as the core of the revised intercal
(you can rename it something else if you don't want to overwrite it), but then to make it smaller, I use it in cramped, superscripted form (revision 1). Alternately, I just set it in scriptscriptstyle
, which lowers its elevation a bit, while still keeping it higher than the original intercal
(revision 2).
Original, then two revisions.
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackagenewtxmath%[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalcramped^mathsfT
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalmathsfscriptscriptstyle T
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
1
@Sebastianocramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments ofsqrt
(requiresamsmath
).
– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not needcramped
in the 2nd revision. I have removed it.
– Steven B. Segletes
7 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
add a comment |
Combining David's suggestion with Sebastiano's requirement...
I use mathsfT
as the core of the revised intercal
(you can rename it something else if you don't want to overwrite it), but then to make it smaller, I use it in cramped, superscripted form (revision 1). Alternately, I just set it in scriptscriptstyle
, which lowers its elevation a bit, while still keeping it higher than the original intercal
(revision 2).
Original, then two revisions.
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackagenewtxmath%[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalcramped^mathsfT
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalmathsfscriptscriptstyle T
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
Combining David's suggestion with Sebastiano's requirement...
I use mathsfT
as the core of the revised intercal
(you can rename it something else if you don't want to overwrite it), but then to make it smaller, I use it in cramped, superscripted form (revision 1). Alternately, I just set it in scriptscriptstyle
, which lowers its elevation a bit, while still keeping it higher than the original intercal
(revision 2).
Original, then two revisions.
documentclass[12pt]book
usepackagemathtools,amssymb
usepackagenewtxtext
usepackagenewtxmath%[lite]mtpro2
begindocument
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalcramped^mathsfT
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
renewcommandintercalmathsfscriptscriptstyle T
$(Lboldsymbolmathcal A')^intercal =boldsymbolmathcal A'^intercal L^intercal $
enddocument
edited 7 hours ago
answered 8 hours ago
Steven B. SegletesSteven B. Segletes
161k9205415
161k9205415
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
1
@Sebastianocramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments ofsqrt
(requiresamsmath
).
– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not needcramped
in the 2nd revision. I have removed it.
– Steven B. Segletes
7 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
add a comment |
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
1
@Sebastianocramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments ofsqrt
(requiresamsmath
).
– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not needcramped
in the 2nd revision. I have removed it.
– Steven B. Segletes
7 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
Great Steven. But what is cramped?
– Sebastiano
7 hours ago
1
1
@Sebastiano
cramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments of sqrt
(requires amsmath
).– Steven B. Segletes
7 hours ago
@Sebastiano
cramped
is a style that takes less vertical space, by lowering superscripts. It is automatically used, for example, for arguments of sqrt
(requires amsmath
).– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not need
cramped
in the 2nd revision. I have removed it.– Steven B. Segletes
7 hours ago
@Sebastiano I see. I do not need
cramped
in the 2nd revision. I have removed it.– Steven B. Segletes
7 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
Hi, please, the comment that I have written to Mico. :-)
– Sebastiano
5 hours ago
add a comment |
Here's another variation on David's idea to use mathsfT
instead of either intercal
or top
. The macro tp
(short for "transpose", naturally) employs scriptscriptstyle
math mode. The tp
macro takes an optional argument: a scalar number, to indicate how many mu
the "T" should be shifted to the left. The ability to fine-tune the horizontal position can come in handy if you're dealing with letters, such as L
, which have no component in the upper-right quadrant. (The default amount of left-shift is 3, as in -3mu
. Aside: mkern-3mu
is the same as !
.)
documentclass[12pt]book
usepackagemathtools,amssymb,newtxtext
usepackage[lite]mtpro2
newcommandbmcAboldsymbolmathcal A'
newcommandtp[1][3]^^mkern-#1mumathsfT
begindocument
$intercal$ $top$ $mathsfT$
medskip
begintabular@ll
$(LbmcA)^intercal = bmcA^intercal L^intercal$ & verb+intercal+ \
$(LbmcA)^top = bmcA^top L^top$ & verb+top+ \
$(LbmcA)tp = bmcAtp Ltp = bmcAtp Ltp[6]$ & verb+tp+
endtabular
enddocument
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
add a comment |
Here's another variation on David's idea to use mathsfT
instead of either intercal
or top
. The macro tp
(short for "transpose", naturally) employs scriptscriptstyle
math mode. The tp
macro takes an optional argument: a scalar number, to indicate how many mu
the "T" should be shifted to the left. The ability to fine-tune the horizontal position can come in handy if you're dealing with letters, such as L
, which have no component in the upper-right quadrant. (The default amount of left-shift is 3, as in -3mu
. Aside: mkern-3mu
is the same as !
.)
documentclass[12pt]book
usepackagemathtools,amssymb,newtxtext
usepackage[lite]mtpro2
newcommandbmcAboldsymbolmathcal A'
newcommandtp[1][3]^^mkern-#1mumathsfT
begindocument
$intercal$ $top$ $mathsfT$
medskip
begintabular@ll
$(LbmcA)^intercal = bmcA^intercal L^intercal$ & verb+intercal+ \
$(LbmcA)^top = bmcA^top L^top$ & verb+top+ \
$(LbmcA)tp = bmcAtp Ltp = bmcAtp Ltp[6]$ & verb+tp+
endtabular
enddocument
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
add a comment |
Here's another variation on David's idea to use mathsfT
instead of either intercal
or top
. The macro tp
(short for "transpose", naturally) employs scriptscriptstyle
math mode. The tp
macro takes an optional argument: a scalar number, to indicate how many mu
the "T" should be shifted to the left. The ability to fine-tune the horizontal position can come in handy if you're dealing with letters, such as L
, which have no component in the upper-right quadrant. (The default amount of left-shift is 3, as in -3mu
. Aside: mkern-3mu
is the same as !
.)
documentclass[12pt]book
usepackagemathtools,amssymb,newtxtext
usepackage[lite]mtpro2
newcommandbmcAboldsymbolmathcal A'
newcommandtp[1][3]^^mkern-#1mumathsfT
begindocument
$intercal$ $top$ $mathsfT$
medskip
begintabular@ll
$(LbmcA)^intercal = bmcA^intercal L^intercal$ & verb+intercal+ \
$(LbmcA)^top = bmcA^top L^top$ & verb+top+ \
$(LbmcA)tp = bmcAtp Ltp = bmcAtp Ltp[6]$ & verb+tp+
endtabular
enddocument
Here's another variation on David's idea to use mathsfT
instead of either intercal
or top
. The macro tp
(short for "transpose", naturally) employs scriptscriptstyle
math mode. The tp
macro takes an optional argument: a scalar number, to indicate how many mu
the "T" should be shifted to the left. The ability to fine-tune the horizontal position can come in handy if you're dealing with letters, such as L
, which have no component in the upper-right quadrant. (The default amount of left-shift is 3, as in -3mu
. Aside: mkern-3mu
is the same as !
.)
documentclass[12pt]book
usepackagemathtools,amssymb,newtxtext
usepackage[lite]mtpro2
newcommandbmcAboldsymbolmathcal A'
newcommandtp[1][3]^^mkern-#1mumathsfT
begindocument
$intercal$ $top$ $mathsfT$
medskip
begintabular@ll
$(LbmcA)^intercal = bmcA^intercal L^intercal$ & verb+intercal+ \
$(LbmcA)^top = bmcA^top L^top$ & verb+top+ \
$(LbmcA)tp = bmcAtp Ltp = bmcAtp Ltp[6]$ & verb+tp+
endtabular
enddocument
answered 7 hours ago
MicoMico
285k31388778
285k31388778
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
add a comment |
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
The answers are all very good. :-( If I don't give the green check it's because I'm good with the two answers at the same time.
– Sebastiano
5 hours ago
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%2f483198%2fincrease-size-of-symbol-intercal-when-in-superscript-position%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
2
I haven't the fonts but intercal is essentially a lowered sans serif T so
^mathsfT
might look better– David Carlisle
8 hours ago
1
@DavidCarlisle Before I have used always
top
. The last command is very thin and that's because I bet onintercal
.– Sebastiano
8 hours ago
1
Is
^intercal
supposed to denote the transpose operator? Just curious.– Mico
7 hours ago
1
@Mico I wrote an essay on that :-) tex.stackexchange.com/questions/435328/…
– David Carlisle
7 hours ago
1
@DavidCarlisle +1 for the history :-)
– Sebastiano
7 hours ago