How to create a summation symbol with a vertical bar?Math Saturation SymbolCustomized summation symbolWedge with vertical barbar below symbolSizing for 'given that' symbol - vertical barPosition of subscript associated with summation symbolDouble vertical bar with dash through itMake paired delimiter with prefix for Re and ImHow to add superscript on summation symbol
Is it appropriate for a business to ask me for my credit report?
Have ejective consonants ever arisen on their own?
Why should someone be willing to write a strong recommendation even if that means losing a undergraduate from their lab?
What happens when two creatures actually share the same turn?
How does the government purchase things?
Count the frequency of integers in an array
I think my coworker went through my notebook and took my project ideas
Sous vide chicken without an internal temperature of 165
How does turbine efficiency compare with internal combustion engines if all the turbine power is converted to mechanical energy?
Is it allowable to use an organization's name to publish a paper in a conference, even after I graduate from it?
How to decide whether an eshop is safe or compromised
"Silverware", "Tableware", and "Dishes"
Would it be illegal for Facebook to actively promote a political agenda?
Are there reliable, formulaic ways to form chords on the guitar?
Why are there fixed target experiments?
Are there any OR challenges that are similar to kaggle's competitions?
Do predators tend to have vertical slit pupils versus horizontal for prey animals?
Convert HTML color to OLE
Are illustrations in novels frowned upon?
Sleeping solo in a double sleeping bag
How to compare two different formulations of a problem?
Can my Boyfriend, who lives in the UK and has a Polish passport, visit me in the USA?
Why don't politicians push for fossil fuel reduction by pointing out their scarcity?
How big would a Daddy Longlegs Spider need to be to kill an average Human?
How to create a summation symbol with a vertical bar?
Math Saturation SymbolCustomized summation symbolWedge with vertical barbar below symbolSizing for 'given that' symbol - vertical barPosition of subscript associated with summation symbolDouble vertical bar with dash through itMake paired delimiter with prefix for Re and ImHow to add superscript on summation symbol
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to create this symbol:
I have tryed to use this:
documentclassarticle
usepackagemathtools
makeatletter
newcommandsuperimpose[2]%
ooalign$#1@firstoftwo#2$crhfil$#1@secondoftwo#2$hfilcr
makeatother
newcommandMyTrymathpalettesuperimposesumvert
begindocument
$MyTry$
enddocument
But it doesn't do it the right way, and also i am not sure how to use put the delimeters. Thanks.
symbols mathtools
add a comment |
I am trying to create this symbol:
I have tryed to use this:
documentclassarticle
usepackagemathtools
makeatletter
newcommandsuperimpose[2]%
ooalign$#1@firstoftwo#2$crhfil$#1@secondoftwo#2$hfilcr
makeatother
newcommandMyTrymathpalettesuperimposesumvert
begindocument
$MyTry$
enddocument
But it doesn't do it the right way, and also i am not sure how to use put the delimeters. Thanks.
symbols mathtools
Please always make your code compilable, by starting withdocumentclass{...
– hpekristiansen
8 hours ago
Sorry. Already corrected.
– J.Rodriguez
8 hours ago
add a comment |
I am trying to create this symbol:
I have tryed to use this:
documentclassarticle
usepackagemathtools
makeatletter
newcommandsuperimpose[2]%
ooalign$#1@firstoftwo#2$crhfil$#1@secondoftwo#2$hfilcr
makeatother
newcommandMyTrymathpalettesuperimposesumvert
begindocument
$MyTry$
enddocument
But it doesn't do it the right way, and also i am not sure how to use put the delimeters. Thanks.
symbols mathtools
I am trying to create this symbol:
I have tryed to use this:
documentclassarticle
usepackagemathtools
makeatletter
newcommandsuperimpose[2]%
ooalign$#1@firstoftwo#2$crhfil$#1@secondoftwo#2$hfilcr
makeatother
newcommandMyTrymathpalettesuperimposesumvert
begindocument
$MyTry$
enddocument
But it doesn't do it the right way, and also i am not sure how to use put the delimeters. Thanks.
symbols mathtools
symbols mathtools
edited 6 hours ago
Henri Menke
82.9k9 gold badges180 silver badges298 bronze badges
82.9k9 gold badges180 silver badges298 bronze badges
asked 8 hours ago
J.RodriguezJ.Rodriguez
3337 bronze badges
3337 bronze badges
Please always make your code compilable, by starting withdocumentclass{...
– hpekristiansen
8 hours ago
Sorry. Already corrected.
– J.Rodriguez
8 hours ago
add a comment |
Please always make your code compilable, by starting withdocumentclass{...
– hpekristiansen
8 hours ago
Sorry. Already corrected.
– J.Rodriguez
8 hours ago
Please always make your code compilable, by starting with
documentclass{...
– hpekristiansen
8 hours ago
Please always make your code compilable, by starting with
documentclass{...
– hpekristiansen
8 hours ago
Sorry. Already corrected.
– J.Rodriguez
8 hours ago
Sorry. Already corrected.
– J.Rodriguez
8 hours ago
add a comment |
3 Answers
3
active
oldest
votes
Here's a mixture of ooalign
and picture
mode.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandbarredsum%
DOTSBmathopmathpalette@barredsumrelaxslimits@
newcommand@barredsum[2]%
begingroup
sboxz@$#1sum$%
setlengthunitlengthdimexpr2pt+htz@+dpz@relax%
@barredsumthickness#1%
vphantom@barredsumbar%
ooalign$m@th#1sum$crhidewidth$#1@barredsumbar$hidewidthcr%
endgroup
newcommand@barredsumbar%
vcenterhboxbeginpicture(0,1)roundcapLine(0,0)(0,1)endpicture%
newcommand@barredsumthickness[1]% see https://tex.stackexchange.com/a/477200/
linethickness%
1.25fontdimen8
ifx#1displaystyletextfontelse
ifx#1textstyletextfontelse
ifx#1scriptstylescriptfontelse
scriptscriptfontfififi 3
%
makeatother
begindocument
[
barredsum_i=1^N x_i
]
begincenter
$barredsum_i=1^N x_barredsum_i=1^N x_barredsum_i=1^N x_i$
endcenter
enddocument
add a comment |
My knowledge about spacing is very limited, but here is one suggestion:
documentclassarticle
usepackagemathtools
begindocument
beginequation
mathclapsum_i=1^NBigvertquad x_i
endequation
enddocument
add a comment |
documentclassarticle
usepackageamsmath
begindocument
beginalign
sum_i=1^N Bigvertquad x_i\
sum_i=1^N hspace-1emBigvertquad x_i\
sum_i=1^N hspace-1emBigverthspace1emquad x_i
endalign
enddocument
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%2f504895%2fhow-to-create-a-summation-symbol-with-a-vertical-bar%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here's a mixture of ooalign
and picture
mode.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandbarredsum%
DOTSBmathopmathpalette@barredsumrelaxslimits@
newcommand@barredsum[2]%
begingroup
sboxz@$#1sum$%
setlengthunitlengthdimexpr2pt+htz@+dpz@relax%
@barredsumthickness#1%
vphantom@barredsumbar%
ooalign$m@th#1sum$crhidewidth$#1@barredsumbar$hidewidthcr%
endgroup
newcommand@barredsumbar%
vcenterhboxbeginpicture(0,1)roundcapLine(0,0)(0,1)endpicture%
newcommand@barredsumthickness[1]% see https://tex.stackexchange.com/a/477200/
linethickness%
1.25fontdimen8
ifx#1displaystyletextfontelse
ifx#1textstyletextfontelse
ifx#1scriptstylescriptfontelse
scriptscriptfontfififi 3
%
makeatother
begindocument
[
barredsum_i=1^N x_i
]
begincenter
$barredsum_i=1^N x_barredsum_i=1^N x_barredsum_i=1^N x_i$
endcenter
enddocument
add a comment |
Here's a mixture of ooalign
and picture
mode.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandbarredsum%
DOTSBmathopmathpalette@barredsumrelaxslimits@
newcommand@barredsum[2]%
begingroup
sboxz@$#1sum$%
setlengthunitlengthdimexpr2pt+htz@+dpz@relax%
@barredsumthickness#1%
vphantom@barredsumbar%
ooalign$m@th#1sum$crhidewidth$#1@barredsumbar$hidewidthcr%
endgroup
newcommand@barredsumbar%
vcenterhboxbeginpicture(0,1)roundcapLine(0,0)(0,1)endpicture%
newcommand@barredsumthickness[1]% see https://tex.stackexchange.com/a/477200/
linethickness%
1.25fontdimen8
ifx#1displaystyletextfontelse
ifx#1textstyletextfontelse
ifx#1scriptstylescriptfontelse
scriptscriptfontfififi 3
%
makeatother
begindocument
[
barredsum_i=1^N x_i
]
begincenter
$barredsum_i=1^N x_barredsum_i=1^N x_barredsum_i=1^N x_i$
endcenter
enddocument
add a comment |
Here's a mixture of ooalign
and picture
mode.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandbarredsum%
DOTSBmathopmathpalette@barredsumrelaxslimits@
newcommand@barredsum[2]%
begingroup
sboxz@$#1sum$%
setlengthunitlengthdimexpr2pt+htz@+dpz@relax%
@barredsumthickness#1%
vphantom@barredsumbar%
ooalign$m@th#1sum$crhidewidth$#1@barredsumbar$hidewidthcr%
endgroup
newcommand@barredsumbar%
vcenterhboxbeginpicture(0,1)roundcapLine(0,0)(0,1)endpicture%
newcommand@barredsumthickness[1]% see https://tex.stackexchange.com/a/477200/
linethickness%
1.25fontdimen8
ifx#1displaystyletextfontelse
ifx#1textstyletextfontelse
ifx#1scriptstylescriptfontelse
scriptscriptfontfififi 3
%
makeatother
begindocument
[
barredsum_i=1^N x_i
]
begincenter
$barredsum_i=1^N x_barredsum_i=1^N x_barredsum_i=1^N x_i$
endcenter
enddocument
Here's a mixture of ooalign
and picture
mode.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandbarredsum%
DOTSBmathopmathpalette@barredsumrelaxslimits@
newcommand@barredsum[2]%
begingroup
sboxz@$#1sum$%
setlengthunitlengthdimexpr2pt+htz@+dpz@relax%
@barredsumthickness#1%
vphantom@barredsumbar%
ooalign$m@th#1sum$crhidewidth$#1@barredsumbar$hidewidthcr%
endgroup
newcommand@barredsumbar%
vcenterhboxbeginpicture(0,1)roundcapLine(0,0)(0,1)endpicture%
newcommand@barredsumthickness[1]% see https://tex.stackexchange.com/a/477200/
linethickness%
1.25fontdimen8
ifx#1displaystyletextfontelse
ifx#1textstyletextfontelse
ifx#1scriptstylescriptfontelse
scriptscriptfontfififi 3
%
makeatother
begindocument
[
barredsum_i=1^N x_i
]
begincenter
$barredsum_i=1^N x_barredsum_i=1^N x_barredsum_i=1^N x_i$
endcenter
enddocument
answered 7 hours ago
egregegreg
763k90 gold badges1995 silver badges3341 bronze badges
763k90 gold badges1995 silver badges3341 bronze badges
add a comment |
add a comment |
My knowledge about spacing is very limited, but here is one suggestion:
documentclassarticle
usepackagemathtools
begindocument
beginequation
mathclapsum_i=1^NBigvertquad x_i
endequation
enddocument
add a comment |
My knowledge about spacing is very limited, but here is one suggestion:
documentclassarticle
usepackagemathtools
begindocument
beginequation
mathclapsum_i=1^NBigvertquad x_i
endequation
enddocument
add a comment |
My knowledge about spacing is very limited, but here is one suggestion:
documentclassarticle
usepackagemathtools
begindocument
beginequation
mathclapsum_i=1^NBigvertquad x_i
endequation
enddocument
My knowledge about spacing is very limited, but here is one suggestion:
documentclassarticle
usepackagemathtools
begindocument
beginequation
mathclapsum_i=1^NBigvertquad x_i
endequation
enddocument
answered 8 hours ago
hpekristiansenhpekristiansen
5,5536 gold badges30 silver badges69 bronze badges
5,5536 gold badges30 silver badges69 bronze badges
add a comment |
add a comment |
documentclassarticle
usepackageamsmath
begindocument
beginalign
sum_i=1^N Bigvertquad x_i\
sum_i=1^N hspace-1emBigvertquad x_i\
sum_i=1^N hspace-1emBigverthspace1emquad x_i
endalign
enddocument
add a comment |
documentclassarticle
usepackageamsmath
begindocument
beginalign
sum_i=1^N Bigvertquad x_i\
sum_i=1^N hspace-1emBigvertquad x_i\
sum_i=1^N hspace-1emBigverthspace1emquad x_i
endalign
enddocument
add a comment |
documentclassarticle
usepackageamsmath
begindocument
beginalign
sum_i=1^N Bigvertquad x_i\
sum_i=1^N hspace-1emBigvertquad x_i\
sum_i=1^N hspace-1emBigverthspace1emquad x_i
endalign
enddocument
documentclassarticle
usepackageamsmath
begindocument
beginalign
sum_i=1^N Bigvertquad x_i\
sum_i=1^N hspace-1emBigvertquad x_i\
sum_i=1^N hspace-1emBigverthspace1emquad x_i
endalign
enddocument
answered 7 hours ago
M. Al JumailyM. Al Jumaily
1,8222 gold badges4 silver badges20 bronze badges
1,8222 gold badges4 silver badges20 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%2f504895%2fhow-to-create-a-summation-symbol-with-a-vertical-bar%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
Please always make your code compilable, by starting with
documentclass{...
– hpekristiansen
8 hours ago
Sorry. Already corrected.
– J.Rodriguez
8 hours ago