Getting the || sign while using KurierHow can I use lVert and rVert norm symbols (‖x‖) with the Iwona math font?Smaller matrices (or other math elements) in displayed mathConflict between color, graphicx and libertineHow can I prevent inline math formulas from overflowing into the margin?Why does widehat behave differently if I insert hspace0pt?How can I keep my TikZ overlay picture on the same page?Using a handwriting font from myscriptfont.comUsing mathspec to change digits font in math mode isn't workingWriting Lines and Lines of Math Without Continuation CharactersWhy has my output PDF file pages with heavy/thick font?Error using math in siunitx table
Which classes are needed to have access to every spell in the PHB?
Plausibility of Mushroom Buildings
Why is a very small peak with larger m/z not considered to be the molecular ion?
Trouble making an executable as a service
Street obstacles in New Zealand
From an axiomatic set theoric approach why can we take uncountable unions?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Should I take out a loan for a friend to invest on my behalf?
What is better: yes / no radio, or simple checkbox?
What are some noteworthy "mic-drop" moments in math?
Source permutation
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
How to design an organic heat-shield?
In the late 1940’s to early 1950’s what technology was available that could melt ice?
Does "Until when" sound natural for native speakers?
Was it really inappropriate to write a pull request for the company I interviewed with?
What will happen if my luggage gets delayed?
Giving a career talk in my old university, how prominently should I tell students my salary?
Gaining more land
Why is there an extra space when I type "ls" in the Desktop directory?
Numbers app - select all the cells on an existing table to share the same background colour?
What's the 'present simple' form of the word "нашла́" in 3rd person singular female?
What do *foreign films* mean for an American?
Why restrict private health insurance?
Getting the || sign while using Kurier
How can I use lVert and rVert norm symbols (‖x‖) with the Iwona math font?Smaller matrices (or other math elements) in displayed mathConflict between color, graphicx and libertineHow can I prevent inline math formulas from overflowing into the margin?Why does widehat behave differently if I insert hspace0pt?How can I keep my TikZ overlay picture on the same page?Using a handwriting font from myscriptfont.comUsing mathspec to change digits font in math mode isn't workingWriting Lines and Lines of Math Without Continuation CharactersWhy has my output PDF file pages with heavy/thick font?Error using math in siunitx table
If I compile the file:
documentclassarticle
usepackage[math]kurier
begindocument
$|x|$
enddocument
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:
documentclassarticle
usepackage[math]kurier
begindocument
$|x|$
enddocument
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...rVertproduce the same problem? P.S. Nice to see you here!
– manooooh
2 hours ago
Yes. UsinglVert...rVert(and theamsmathpackage), the result is the same.
– José Carlos Santos
1 hour ago
2
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
1 hour ago
@egreg Thank you.
– José Carlos Santos
1 hour ago
add a comment |
If I compile the file:
documentclassarticle
usepackage[math]kurier
begindocument
$|x|$
enddocument
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:
documentclassarticle
usepackage[math]kurier
begindocument
$|x|$
enddocument
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 3 hours ago
José Carlos SantosJosé Carlos Santos
8491217
8491217
DoeslVert...rVertproduce the same problem? P.S. Nice to see you here!
– manooooh
2 hours ago
Yes. UsinglVert...rVert(and theamsmathpackage), the result is the same.
– José Carlos Santos
1 hour ago
2
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
1 hour ago
@egreg Thank you.
– José Carlos Santos
1 hour ago
add a comment |
DoeslVert...rVertproduce the same problem? P.S. Nice to see you here!
– manooooh
2 hours ago
Yes. UsinglVert...rVert(and theamsmathpackage), the result is the same.
– José Carlos Santos
1 hour ago
2
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
1 hour ago
@egreg Thank you.
– José Carlos Santos
1 hour ago
Does
lVert...rVert produce the same problem? P.S. Nice to see you here!– manooooh
2 hours ago
Does
lVert...rVert produce the same problem? P.S. Nice to see you here!– manooooh
2 hours ago
Yes. Using
lVert...rVert (and the amsmath package), the result is the same.– José Carlos Santos
1 hour ago
Yes. Using
lVert...rVert (and the amsmath package), the result is the same.– José Carlos Santos
1 hour ago
2
2
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
1 hour ago
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
1 hour ago
@egreg Thank you.
– José Carlos Santos
1 hour ago
@egreg Thank you.
– José Carlos Santos
1 hour 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-kurrierzis empty.
left| x right| works.
2
Good hunting! Fatto buona caccia!
– egreg
1 hour 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
1 hour ago
@egreg is not it wrong to addleftandrightto every math expression e.g. inline math?
– manooooh
1 hour ago
2
@manooooh This is an emergency.;-)
– egreg
1 hour 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-kurrierzis empty.
left| x right| works.
2
Good hunting! Fatto buona caccia!
– egreg
1 hour 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
1 hour ago
@egreg is not it wrong to addleftandrightto every math expression e.g. inline math?
– manooooh
1 hour ago
2
@manooooh This is an emergency.;-)
– egreg
1 hour 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-kurrierzis empty.
left| x right| works.
2
Good hunting! Fatto buona caccia!
– egreg
1 hour 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
1 hour ago
@egreg is not it wrong to addleftandrightto every math expression e.g. inline math?
– manooooh
1 hour ago
2
@manooooh This is an emergency.;-)
– egreg
1 hour 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-kurrierzis 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-kurrierzis empty.
left| x right| works.
answered 1 hour ago
SebastianoSebastiano
10.7k42163
10.7k42163
2
Good hunting! Fatto buona caccia!
– egreg
1 hour 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
1 hour ago
@egreg is not it wrong to addleftandrightto every math expression e.g. inline math?
– manooooh
1 hour ago
2
@manooooh This is an emergency.;-)
– egreg
1 hour ago
add a comment |
2
Good hunting! Fatto buona caccia!
– egreg
1 hour 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
1 hour ago
@egreg is not it wrong to addleftandrightto every math expression e.g. inline math?
– manooooh
1 hour ago
2
@manooooh This is an emergency.;-)
– egreg
1 hour ago
2
2
Good hunting! Fatto buona caccia!
– egreg
1 hour ago
Good hunting! Fatto buona caccia!
– egreg
1 hour 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
1 hour 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
1 hour ago
@egreg is not it wrong to add
left and right to every math expression e.g. inline math?– manooooh
1 hour ago
@egreg is not it wrong to add
left and right to every math expression e.g. inline math?– manooooh
1 hour ago
2
2
@manooooh This is an emergency.
;-)– egreg
1 hour ago
@manooooh This is an emergency.
;-)– egreg
1 hour 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
-fonts, math-mode
Does
lVert...rVertproduce the same problem? P.S. Nice to see you here!– manooooh
2 hours ago
Yes. Using
lVert...rVert(and theamsmathpackage), the result is the same.– José Carlos Santos
1 hour ago
2
See, for a very similar situation, tex.stackexchange.com/a/114834/4427 Kurier and Iwona are essentially the same.
– egreg
1 hour ago
@egreg Thank you.
– José Carlos Santos
1 hour ago