Getting the || sign while using Kurier
If I compile the file:
documentclass{article}
usepackage[math]{kurier}
begin{document}
$|x|$
end{document}
all I get is a x
, whereas what I should get is ||x||
. I found a way around this problem, which consists in typing left|xright|
. Is this a known bug? Is there a better way of dealing with it?
math-mode fonts
add a comment |
If I compile the file:
documentclass{article}
usepackage[math]{kurier}
begin{document}
$|x|$
end{document}
all I get is a x
, whereas what I should get is ||x||
. I found a way around this problem, which consists in typing left|xright|
. Is this a known bug? Is there a better way of dealing with it?
math-mode fonts
DoeslVert...rVert
produce the same problem? P.S. Nice to see you here!
– manooooh
8 hours ago
Yes. UsinglVert...rVert
(and theamsmath
package), the result is the same.
– José Carlos Santos
7 hours ago
3
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
7 hours ago
1
@egreg Thank you.
– José Carlos Santos
7 hours ago
add a comment |
If I compile the file:
documentclass{article}
usepackage[math]{kurier}
begin{document}
$|x|$
end{document}
all I get is a x
, whereas what I should get is ||x||
. I found a way around this problem, which consists in typing left|xright|
. Is this a known bug? Is there a better way of dealing with it?
math-mode fonts
If I compile the file:
documentclass{article}
usepackage[math]{kurier}
begin{document}
$|x|$
end{document}
all I get is a x
, whereas what I should get is ||x||
. I found a way around this problem, which consists in typing left|xright|
. Is this a known bug? Is there a better way of dealing with it?
math-mode fonts
math-mode fonts
asked 9 hours ago
José Carlos SantosJosé Carlos Santos
8541217
8541217
DoeslVert...rVert
produce the same problem? P.S. Nice to see you here!
– manooooh
8 hours ago
Yes. UsinglVert...rVert
(and theamsmath
package), the result is the same.
– José Carlos Santos
7 hours ago
3
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
7 hours ago
1
@egreg Thank you.
– José Carlos Santos
7 hours ago
add a comment |
DoeslVert...rVert
produce the same problem? P.S. Nice to see you here!
– manooooh
8 hours ago
Yes. UsinglVert...rVert
(and theamsmath
package), the result is the same.
– José Carlos Santos
7 hours ago
3
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
7 hours ago
1
@egreg Thank you.
– José Carlos Santos
7 hours ago
Does
lVert...rVert
produce the same problem? P.S. Nice to see you here!– manooooh
8 hours ago
Does
lVert...rVert
produce the same problem? P.S. Nice to see you here!– manooooh
8 hours ago
Yes. Using
lVert...rVert
(and the amsmath
package), the result is the same.– José Carlos Santos
7 hours ago
Yes. Using
lVert...rVert
(and the amsmath
package), the result is the same.– José Carlos Santos
7 hours ago
3
3
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
7 hours ago
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
7 hours ago
1
1
@egreg Thank you.
– José Carlos Santos
7 hours ago
@egreg Thank you.
– José Carlos Santos
7 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Here there is the same your question with the answer of the excellent user @egreg since 2010-11-30:
It seems that the font developer forgot to add the correct symbol: slot "6B in
sy-kurrierz
is empty.
left| x right|
works.
3
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg is not it wrong to addleft
andright
to every math expression e.g. inline math?
– manooooh
7 hours ago
3
@manooooh This is an emergency.;-)
– egreg
7 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%2f478770%2fgetting-the-sign-while-using-kurier%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 there is the same your question with the answer of the excellent user @egreg since 2010-11-30:
It seems that the font developer forgot to add the correct symbol: slot "6B in
sy-kurrierz
is empty.
left| x right|
works.
3
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg is not it wrong to addleft
andright
to every math expression e.g. inline math?
– manooooh
7 hours ago
3
@manooooh This is an emergency.;-)
– egreg
7 hours ago
add a comment |
Here there is the same your question with the answer of the excellent user @egreg since 2010-11-30:
It seems that the font developer forgot to add the correct symbol: slot "6B in
sy-kurrierz
is empty.
left| x right|
works.
3
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg is not it wrong to addleft
andright
to every math expression e.g. inline math?
– manooooh
7 hours ago
3
@manooooh This is an emergency.;-)
– egreg
7 hours ago
add a comment |
Here there is the same your question with the answer of the excellent user @egreg since 2010-11-30:
It seems that the font developer forgot to add the correct symbol: slot "6B in
sy-kurrierz
is empty.
left| x right|
works.
Here there is the same your question with the answer of the excellent user @egreg since 2010-11-30:
It seems that the font developer forgot to add the correct symbol: slot "6B in
sy-kurrierz
is empty.
left| x right|
works.
answered 7 hours ago
SebastianoSebastiano
10.8k42163
10.8k42163
3
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg is not it wrong to addleft
andright
to every math expression e.g. inline math?
– manooooh
7 hours ago
3
@manooooh This is an emergency.;-)
– egreg
7 hours ago
add a comment |
3
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg is not it wrong to addleft
andright
to every math expression e.g. inline math?
– manooooh
7 hours ago
3
@manooooh This is an emergency.;-)
– egreg
7 hours ago
3
3
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
Good hunting! Fatto buona caccia!
– egreg
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg Ahahaahahahahahhaha. LOL. I'm absolutely not in favour of the hunting :-). I often find what I'm looking for on the net, and I also tell my students. When my students must to find something into web the right keywords they are indispensable. :-)
– Sebastiano
7 hours ago
@egreg is not it wrong to add
left
and right
to every math expression e.g. inline math?– manooooh
7 hours ago
@egreg is not it wrong to add
left
and right
to every math expression e.g. inline math?– manooooh
7 hours ago
3
3
@manooooh This is an emergency.
;-)
– egreg
7 hours ago
@manooooh This is an emergency.
;-)
– egreg
7 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%2f478770%2fgetting-the-sign-while-using-kurier%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
Does
lVert...rVert
produce the same problem? P.S. Nice to see you here!– manooooh
8 hours ago
Yes. Using
lVert...rVert
(and theamsmath
package), the result is the same.– José Carlos Santos
7 hours ago
3
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
7 hours ago
1
@egreg Thank you.
– José Carlos Santos
7 hours ago