Closer slanted parallel symbolA newcommand (for typesetting the symbol for parallel lines) not compiledHow do I get a slanted sum symbol?Parallel resistance commandSlanted text in newtxmathlessim slanted variationRedefining symbol midway through a documentSet the symbol horizontally square (and more closer) using mtpro2Change only the symbol pi of mtpro2, v. lite, with slanted pi of Mathematical Pi 1 (or similar)
Is there a definition of species where Lions and Tigers are the same species?
Is Earth's Surface "In orbit"?
Is 'lay lady lay' grammatical?
What was the first version of macOS to ship with the Vim text editor?
What does play with feeling mean?
Is there a reason to have 2 or more witnesses at the same time during the current impeachment hearings
Why does the B-2 Spirit have a pattern of thin white lines?
C - wrapping globals in a struct?
If a photon truly goes through both slits (at the same time), then why can't we detect it at both slits (at the same time)?
Short story from the 70s(?) about aliens/angels destroying humankind, from the point of view of a priest/pastor
Is this a reasonable magic pet?
How did Gdoley Israel react to the landing on the Moon?
How was the Luftwaffe able to destroy nearly 4000 Soviet aircraft in 3 days of operation Barbarossa?
Why does this process map every fraction to the golden ratio?
What is the difference between "mère" and "mère de famille"?
Is military allowed to wear civilian clothes when testifying in Congress?
Is there a difference between “When you are reduced to 0 hit points” and “when you would be reduced to 0 hit points”?
Counting without zeroes
What type of interpreter were most 8-bit BASIC implementations?
Will this spoil?
How can I swallow pills more easily?
How do the different seasons work for Eladrin?
Designing Borders with QGIS
I noticed an error in a graded exam during office hours. Should I give the student the lower grade?
Closer slanted parallel symbol
A newcommand (for typesetting the symbol for parallel lines) not compiledHow do I get a slanted sum symbol?Parallel resistance commandSlanted text in newtxmathlessim slanted variationRedefining symbol midway through a documentSet the symbol horizontally square (and more closer) using mtpro2Change only the symbol pi of mtpro2, v. lite, with slanted pi of Mathematical Pi 1 (or similar)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Looking the @egreg's answer where I have deleted some parts of code
documentclass[12pt]article
newcommandparallelsummathbin!/mkern-5mu/!
begindocument
$AB parallelsum CD$
enddocument
I would to change the classical symbol of parallel
to obtain another same symbol of parallel
where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.
math-mode pdftex symbols
add a comment
|
Looking the @egreg's answer where I have deleted some parts of code
documentclass[12pt]article
newcommandparallelsummathbin!/mkern-5mu/!
begindocument
$AB parallelsum CD$
enddocument
I would to change the classical symbol of parallel
to obtain another same symbol of parallel
where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.
math-mode pdftex symbols
add a comment
|
Looking the @egreg's answer where I have deleted some parts of code
documentclass[12pt]article
newcommandparallelsummathbin!/mkern-5mu/!
begindocument
$AB parallelsum CD$
enddocument
I would to change the classical symbol of parallel
to obtain another same symbol of parallel
where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.
math-mode pdftex symbols
Looking the @egreg's answer where I have deleted some parts of code
documentclass[12pt]article
newcommandparallelsummathbin!/mkern-5mu/!
begindocument
$AB parallelsum CD$
enddocument
I would to change the classical symbol of parallel
to obtain another same symbol of parallel
where the slanted should not be above and below the two red lines, are closer to each other and are in line with the text, in mathematical mode in both subscript and overscript mode. If there's already a symbol like this I'm searching for even better for me.
math-mode pdftex symbols
math-mode pdftex symbols
edited Sep 12 at 0:37
Phelype Oleinik
39.5k9 gold badges71 silver badges130 bronze badges
39.5k9 gold badges71 silver badges130 bronze badges
asked Sep 11 at 21:47
SebastianoSebastiano
20.3k5 gold badges30 silver badges87 bronze badges
20.3k5 gold badges30 silver badges87 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
Raise and scale.
documentclassarticle
usepackageamsmath,graphicx
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallelrelax
newcommandnew@parallel[2]%
begingroup
sboxz@$#1T$% get the height of an uppercase letter
resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
endgroup
makeatother
begindocument
$ABnewparallel CD$
$scriptstyle ABnewparallel CD$
enddocument
A different implementation with picture
mode. One can easily vary the slope by acting on the second argument to mathpalette
.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallel0.3
newcommandnew@parallel[2]%
begingroup
settoheightunitlength$#1T$% get the height of an uppercase letter
sboxz@new@parallel@slash#1#2%
mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
endgroup
newcommandnew@parallel@slash[2]%
beginpicture(#2,1)
roundcap
new@parallel@linethickness#1
Line(0,0)(#2,1)
endpicture%
newcommandnew@parallel@linethickness[1]%
linethickness%
ifx#1displaystyle fontdimen8textfontelse
ifx#1textstyle fontdimen8textfontelse
ifx#1scriptstyle fontdimen8scriptfontelse
1.1fontdimen8scriptscriptfontfififi 3
%
makeatother
begindocument
$ABnewparallel CD$ $newparallel/$
$scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$
$scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$
Large$ABnewparallel CD$ $newparallel/$
enddocument
This is for Computer Modern fonts; for different fonts, roundcap
might be omitted. In the example I show the standard slash to compare the line thickness.
Always my infinite...."grazie di cuore". But if you put this simbol as subscript_
or as exponent is the same the measure?
– Sebastiano
Sep 11 at 22:18
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
@Schrödinger'scat Possibly. No time now: withpict2e
it should be possible.
– egreg
Sep 11 at 22:39
1
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
add a comment
|
A solution with stmaryrd
and clipbox
:
documentclass[12pt]article
usepackageadjustbox
usepackagestmaryrd
newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!
begindocument
$ ABmysslash CD $
enddocument
Try$scriptstyle ABmysslash CD $
.
– Schrödinger's cat
Sep 11 at 23:28
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and usemathpalette
.
– Bernard
Sep 11 at 23:38
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%2f507947%2fcloser-slanted-parallel-symbol%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
Raise and scale.
documentclassarticle
usepackageamsmath,graphicx
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallelrelax
newcommandnew@parallel[2]%
begingroup
sboxz@$#1T$% get the height of an uppercase letter
resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
endgroup
makeatother
begindocument
$ABnewparallel CD$
$scriptstyle ABnewparallel CD$
enddocument
A different implementation with picture
mode. One can easily vary the slope by acting on the second argument to mathpalette
.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallel0.3
newcommandnew@parallel[2]%
begingroup
settoheightunitlength$#1T$% get the height of an uppercase letter
sboxz@new@parallel@slash#1#2%
mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
endgroup
newcommandnew@parallel@slash[2]%
beginpicture(#2,1)
roundcap
new@parallel@linethickness#1
Line(0,0)(#2,1)
endpicture%
newcommandnew@parallel@linethickness[1]%
linethickness%
ifx#1displaystyle fontdimen8textfontelse
ifx#1textstyle fontdimen8textfontelse
ifx#1scriptstyle fontdimen8scriptfontelse
1.1fontdimen8scriptscriptfontfififi 3
%
makeatother
begindocument
$ABnewparallel CD$ $newparallel/$
$scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$
$scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$
Large$ABnewparallel CD$ $newparallel/$
enddocument
This is for Computer Modern fonts; for different fonts, roundcap
might be omitted. In the example I show the standard slash to compare the line thickness.
Always my infinite...."grazie di cuore". But if you put this simbol as subscript_
or as exponent is the same the measure?
– Sebastiano
Sep 11 at 22:18
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
@Schrödinger'scat Possibly. No time now: withpict2e
it should be possible.
– egreg
Sep 11 at 22:39
1
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
add a comment
|
Raise and scale.
documentclassarticle
usepackageamsmath,graphicx
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallelrelax
newcommandnew@parallel[2]%
begingroup
sboxz@$#1T$% get the height of an uppercase letter
resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
endgroup
makeatother
begindocument
$ABnewparallel CD$
$scriptstyle ABnewparallel CD$
enddocument
A different implementation with picture
mode. One can easily vary the slope by acting on the second argument to mathpalette
.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallel0.3
newcommandnew@parallel[2]%
begingroup
settoheightunitlength$#1T$% get the height of an uppercase letter
sboxz@new@parallel@slash#1#2%
mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
endgroup
newcommandnew@parallel@slash[2]%
beginpicture(#2,1)
roundcap
new@parallel@linethickness#1
Line(0,0)(#2,1)
endpicture%
newcommandnew@parallel@linethickness[1]%
linethickness%
ifx#1displaystyle fontdimen8textfontelse
ifx#1textstyle fontdimen8textfontelse
ifx#1scriptstyle fontdimen8scriptfontelse
1.1fontdimen8scriptscriptfontfififi 3
%
makeatother
begindocument
$ABnewparallel CD$ $newparallel/$
$scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$
$scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$
Large$ABnewparallel CD$ $newparallel/$
enddocument
This is for Computer Modern fonts; for different fonts, roundcap
might be omitted. In the example I show the standard slash to compare the line thickness.
Always my infinite...."grazie di cuore". But if you put this simbol as subscript_
or as exponent is the same the measure?
– Sebastiano
Sep 11 at 22:18
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
@Schrödinger'scat Possibly. No time now: withpict2e
it should be possible.
– egreg
Sep 11 at 22:39
1
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
add a comment
|
Raise and scale.
documentclassarticle
usepackageamsmath,graphicx
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallelrelax
newcommandnew@parallel[2]%
begingroup
sboxz@$#1T$% get the height of an uppercase letter
resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
endgroup
makeatother
begindocument
$ABnewparallel CD$
$scriptstyle ABnewparallel CD$
enddocument
A different implementation with picture
mode. One can easily vary the slope by acting on the second argument to mathpalette
.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallel0.3
newcommandnew@parallel[2]%
begingroup
settoheightunitlength$#1T$% get the height of an uppercase letter
sboxz@new@parallel@slash#1#2%
mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
endgroup
newcommandnew@parallel@slash[2]%
beginpicture(#2,1)
roundcap
new@parallel@linethickness#1
Line(0,0)(#2,1)
endpicture%
newcommandnew@parallel@linethickness[1]%
linethickness%
ifx#1displaystyle fontdimen8textfontelse
ifx#1textstyle fontdimen8textfontelse
ifx#1scriptstyle fontdimen8scriptfontelse
1.1fontdimen8scriptscriptfontfififi 3
%
makeatother
begindocument
$ABnewparallel CD$ $newparallel/$
$scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$
$scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$
Large$ABnewparallel CD$ $newparallel/$
enddocument
This is for Computer Modern fonts; for different fonts, roundcap
might be omitted. In the example I show the standard slash to compare the line thickness.
Raise and scale.
documentclassarticle
usepackageamsmath,graphicx
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallelrelax
newcommandnew@parallel[2]%
begingroup
sboxz@$#1T$% get the height of an uppercase letter
resizebox!htz@raiseboxdepth$m@th#1/mkern-5mu/$%
endgroup
makeatother
begindocument
$ABnewparallel CD$
$scriptstyle ABnewparallel CD$
enddocument
A different implementation with picture
mode. One can easily vary the slope by acting on the second argument to mathpalette
.
documentclassarticle
usepackageamsmath,pict2e
makeatletter
newcommandnewparallelmathrelmathpalettenew@parallel0.3
newcommandnew@parallel[2]%
begingroup
settoheightunitlength$#1T$% get the height of an uppercase letter
sboxz@new@parallel@slash#1#2%
mkern0.5mucopyz@mkern-0.5mucopyz@mkern0.5mu
endgroup
newcommandnew@parallel@slash[2]%
beginpicture(#2,1)
roundcap
new@parallel@linethickness#1
Line(0,0)(#2,1)
endpicture%
newcommandnew@parallel@linethickness[1]%
linethickness%
ifx#1displaystyle fontdimen8textfontelse
ifx#1textstyle fontdimen8textfontelse
ifx#1scriptstyle fontdimen8scriptfontelse
1.1fontdimen8scriptscriptfontfififi 3
%
makeatother
begindocument
$ABnewparallel CD$ $newparallel/$
$scriptstyle ABnewparallel CD$ $scriptstylenewparallel/$
$scriptscriptstyle ABnewparallel CD$ $scriptscriptstylenewparallel/$
Large$ABnewparallel CD$ $newparallel/$
enddocument
This is for Computer Modern fonts; for different fonts, roundcap
might be omitted. In the example I show the standard slash to compare the line thickness.
edited Sep 12 at 8:08
answered Sep 11 at 22:15
egregegreg
784k93 gold badges2039 silver badges3410 bronze badges
784k93 gold badges2039 silver badges3410 bronze badges
Always my infinite...."grazie di cuore". But if you put this simbol as subscript_
or as exponent is the same the measure?
– Sebastiano
Sep 11 at 22:18
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
@Schrödinger'scat Possibly. No time now: withpict2e
it should be possible.
– egreg
Sep 11 at 22:39
1
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
add a comment
|
Always my infinite...."grazie di cuore". But if you put this simbol as subscript_
or as exponent is the same the measure?
– Sebastiano
Sep 11 at 22:18
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
@Schrödinger'scat Possibly. No time now: withpict2e
it should be possible.
– egreg
Sep 11 at 22:39
1
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
Always my infinite...."grazie di cuore". But if you put this simbol as subscript
_
or as exponent is the same the measure?– Sebastiano
Sep 11 at 22:18
Always my infinite...."grazie di cuore". But if you put this simbol as subscript
_
or as exponent is the same the measure?– Sebastiano
Sep 11 at 22:18
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
Wouldn't it be better to keep the aspect of the symbol, and also increase the line widths back to normal?
– Schrödinger's cat
Sep 11 at 22:33
@Schrödinger'scat Possibly. No time now: with
pict2e
it should be possible.– egreg
Sep 11 at 22:39
@Schrödinger'scat Possibly. No time now: with
pict2e
it should be possible.– egreg
Sep 11 at 22:39
1
1
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@Sebastiano The symbol scales correctly in subscripts/superscripts. I added a different implementation.
– egreg
Sep 12 at 8:09
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
@egreg Impressive your work. Using newtxtext as text which code should I use the second maybe? Always thank you.
– Sebastiano
Sep 12 at 14:51
add a comment
|
A solution with stmaryrd
and clipbox
:
documentclass[12pt]article
usepackageadjustbox
usepackagestmaryrd
newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!
begindocument
$ ABmysslash CD $
enddocument
Try$scriptstyle ABmysslash CD $
.
– Schrödinger's cat
Sep 11 at 23:28
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and usemathpalette
.
– Bernard
Sep 11 at 23:38
add a comment
|
A solution with stmaryrd
and clipbox
:
documentclass[12pt]article
usepackageadjustbox
usepackagestmaryrd
newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!
begindocument
$ ABmysslash CD $
enddocument
Try$scriptstyle ABmysslash CD $
.
– Schrödinger's cat
Sep 11 at 23:28
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and usemathpalette
.
– Bernard
Sep 11 at 23:38
add a comment
|
A solution with stmaryrd
and clipbox
:
documentclass[12pt]article
usepackageadjustbox
usepackagestmaryrd
newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!
begindocument
$ ABmysslash CD $
enddocument
A solution with stmaryrd
and clipbox
:
documentclass[12pt]article
usepackageadjustbox
usepackagestmaryrd
newcommandmysslashmathrelmkern-5muclipbox0 0.75ex 0 0$sslash$!
begindocument
$ ABmysslash CD $
enddocument
edited Sep 12 at 16:42
answered Sep 11 at 23:19
BernardBernard
198k8 gold badges88 silver badges233 bronze badges
198k8 gold badges88 silver badges233 bronze badges
Try$scriptstyle ABmysslash CD $
.
– Schrödinger's cat
Sep 11 at 23:28
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and usemathpalette
.
– Bernard
Sep 11 at 23:38
add a comment
|
Try$scriptstyle ABmysslash CD $
.
– Schrödinger's cat
Sep 11 at 23:28
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and usemathpalette
.
– Bernard
Sep 11 at 23:38
Try
$scriptstyle ABmysslash CD $
.– Schrödinger's cat
Sep 11 at 23:28
Try
$scriptstyle ABmysslash CD $
.– Schrödinger's cat
Sep 11 at 23:28
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use
mathpalette
.– Bernard
Sep 11 at 23:38
It's of course designed for display or textstyle. For the other cases, one should recompute the clipping and use
mathpalette
.– Bernard
Sep 11 at 23:38
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%2f507947%2fcloser-slanted-parallel-symbol%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