A calligraphic “L”?, a certain symbol used in Abramowitz and Stegun
I am trying to produce a type of "Calligraphic L" using LaTeX. Please see the image below. The wobbles are down to me, possibly too much sugar over the Christmas holiday period.
This type of "L" is used in Abramowitz and Stegun , see the reference , in particular in result 9.6.26 which gives recurrence relations for modified Bessel functions.
So, how might I produce this type of "L" using LaTeX?
Other Info.
I have searched using Google, with the search string "latex fancy L" and also used "Detexify" on a mobile phone but did not find anything useful. I also considered other "Math Alphabets" the packages "eufrac" and "rsfso" do not appear to give the type of "L" I am looking for. I have also searched on StackExchange using a mobile phone.
The "L" I want is like that in the package "calrsfs", like the symbol given by the command mathcal{L}
but with an extra loop at the top left of the symbol and a little crossing line part way up the main stem of the symbol.
Reference
Handbook Of Mathematical Functions, ninth Dover printing, Ed M. Abramowitz and I.A. Stegun, Dover Publications, Inc., New York.
Response to duplicate issue.
My question is about a particular symbol, one that appears in an equation in Abramowitz and Stegun. This symbol is not a symbol normally used to represent the Lagrangian or a Laplace transform. In fact it is not even an "L".
symbols
add a comment |
I am trying to produce a type of "Calligraphic L" using LaTeX. Please see the image below. The wobbles are down to me, possibly too much sugar over the Christmas holiday period.
This type of "L" is used in Abramowitz and Stegun , see the reference , in particular in result 9.6.26 which gives recurrence relations for modified Bessel functions.
So, how might I produce this type of "L" using LaTeX?
Other Info.
I have searched using Google, with the search string "latex fancy L" and also used "Detexify" on a mobile phone but did not find anything useful. I also considered other "Math Alphabets" the packages "eufrac" and "rsfso" do not appear to give the type of "L" I am looking for. I have also searched on StackExchange using a mobile phone.
The "L" I want is like that in the package "calrsfs", like the symbol given by the command mathcal{L}
but with an extra loop at the top left of the symbol and a little crossing line part way up the main stem of the symbol.
Reference
Handbook Of Mathematical Functions, ninth Dover printing, Ed M. Abramowitz and I.A. Stegun, Dover Publications, Inc., New York.
Response to duplicate issue.
My question is about a particular symbol, one that appears in an equation in Abramowitz and Stegun. This symbol is not a symbol normally used to represent the Lagrangian or a Laplace transform. In fact it is not even an "L".
symbols
1
Possible duplicate of How to do the 'curvy L' for Lagrangian or Laplace Transforms?
– jknappen
4 hours ago
add a comment |
I am trying to produce a type of "Calligraphic L" using LaTeX. Please see the image below. The wobbles are down to me, possibly too much sugar over the Christmas holiday period.
This type of "L" is used in Abramowitz and Stegun , see the reference , in particular in result 9.6.26 which gives recurrence relations for modified Bessel functions.
So, how might I produce this type of "L" using LaTeX?
Other Info.
I have searched using Google, with the search string "latex fancy L" and also used "Detexify" on a mobile phone but did not find anything useful. I also considered other "Math Alphabets" the packages "eufrac" and "rsfso" do not appear to give the type of "L" I am looking for. I have also searched on StackExchange using a mobile phone.
The "L" I want is like that in the package "calrsfs", like the symbol given by the command mathcal{L}
but with an extra loop at the top left of the symbol and a little crossing line part way up the main stem of the symbol.
Reference
Handbook Of Mathematical Functions, ninth Dover printing, Ed M. Abramowitz and I.A. Stegun, Dover Publications, Inc., New York.
Response to duplicate issue.
My question is about a particular symbol, one that appears in an equation in Abramowitz and Stegun. This symbol is not a symbol normally used to represent the Lagrangian or a Laplace transform. In fact it is not even an "L".
symbols
I am trying to produce a type of "Calligraphic L" using LaTeX. Please see the image below. The wobbles are down to me, possibly too much sugar over the Christmas holiday period.
This type of "L" is used in Abramowitz and Stegun , see the reference , in particular in result 9.6.26 which gives recurrence relations for modified Bessel functions.
So, how might I produce this type of "L" using LaTeX?
Other Info.
I have searched using Google, with the search string "latex fancy L" and also used "Detexify" on a mobile phone but did not find anything useful. I also considered other "Math Alphabets" the packages "eufrac" and "rsfso" do not appear to give the type of "L" I am looking for. I have also searched on StackExchange using a mobile phone.
The "L" I want is like that in the package "calrsfs", like the symbol given by the command mathcal{L}
but with an extra loop at the top left of the symbol and a little crossing line part way up the main stem of the symbol.
Reference
Handbook Of Mathematical Functions, ninth Dover printing, Ed M. Abramowitz and I.A. Stegun, Dover Publications, Inc., New York.
Response to duplicate issue.
My question is about a particular symbol, one that appears in an equation in Abramowitz and Stegun. This symbol is not a symbol normally used to represent the Lagrangian or a Laplace transform. In fact it is not even an "L".
symbols
symbols
edited 54 mins ago
Circumscribe
4,7911533
4,7911533
asked 9 hours ago
user151522
1205
1205
1
Possible duplicate of How to do the 'curvy L' for Lagrangian or Laplace Transforms?
– jknappen
4 hours ago
add a comment |
1
Possible duplicate of How to do the 'curvy L' for Lagrangian or Laplace Transforms?
– jknappen
4 hours ago
1
1
Possible duplicate of How to do the 'curvy L' for Lagrangian or Laplace Transforms?
– jknappen
4 hours ago
Possible duplicate of How to do the 'curvy L' for Lagrangian or Laplace Transforms?
– jknappen
4 hours ago
add a comment |
3 Answers
3
active
oldest
votes
This letter is not an L but a Z. According to Detexify, you can typeset it using
usepackage{mathrsfs}
mathscr{Z}
add a comment |
The following also works
usepackage{calrsfs}
mathcal{Z}
add a comment |
I can't resist showing you a French calligraphic school writing font and its pretty capital letters.
documentclass{article}
usepackage[margin=1cm]{geometry}
usepackage{frcursive}
begin{document}
begin{cursive}I can't resist showing you a French calligraphic school writing font and its pretty capital letters: end{cursive}
textcursive{L Z}
begin{cursive}A B C D E F G H I J K L M N O P Q R S T U V W X Y Zend{cursive}
end{document}
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%2f468409%2fa-calligraphic-l-a-certain-symbol-used-in-abramowitz-and-stegun%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
This letter is not an L but a Z. According to Detexify, you can typeset it using
usepackage{mathrsfs}
mathscr{Z}
add a comment |
This letter is not an L but a Z. According to Detexify, you can typeset it using
usepackage{mathrsfs}
mathscr{Z}
add a comment |
This letter is not an L but a Z. According to Detexify, you can typeset it using
usepackage{mathrsfs}
mathscr{Z}
This letter is not an L but a Z. According to Detexify, you can typeset it using
usepackage{mathrsfs}
mathscr{Z}
edited 4 hours ago
Camille Goudeseune
201110
201110
answered 8 hours ago
Karlo
1,41721327
1,41721327
add a comment |
add a comment |
The following also works
usepackage{calrsfs}
mathcal{Z}
add a comment |
The following also works
usepackage{calrsfs}
mathcal{Z}
add a comment |
The following also works
usepackage{calrsfs}
mathcal{Z}
The following also works
usepackage{calrsfs}
mathcal{Z}
edited 6 hours ago
answered 6 hours ago
user151522
1205
1205
add a comment |
add a comment |
I can't resist showing you a French calligraphic school writing font and its pretty capital letters.
documentclass{article}
usepackage[margin=1cm]{geometry}
usepackage{frcursive}
begin{document}
begin{cursive}I can't resist showing you a French calligraphic school writing font and its pretty capital letters: end{cursive}
textcursive{L Z}
begin{cursive}A B C D E F G H I J K L M N O P Q R S T U V W X Y Zend{cursive}
end{document}
add a comment |
I can't resist showing you a French calligraphic school writing font and its pretty capital letters.
documentclass{article}
usepackage[margin=1cm]{geometry}
usepackage{frcursive}
begin{document}
begin{cursive}I can't resist showing you a French calligraphic school writing font and its pretty capital letters: end{cursive}
textcursive{L Z}
begin{cursive}A B C D E F G H I J K L M N O P Q R S T U V W X Y Zend{cursive}
end{document}
add a comment |
I can't resist showing you a French calligraphic school writing font and its pretty capital letters.
documentclass{article}
usepackage[margin=1cm]{geometry}
usepackage{frcursive}
begin{document}
begin{cursive}I can't resist showing you a French calligraphic school writing font and its pretty capital letters: end{cursive}
textcursive{L Z}
begin{cursive}A B C D E F G H I J K L M N O P Q R S T U V W X Y Zend{cursive}
end{document}
I can't resist showing you a French calligraphic school writing font and its pretty capital letters.
documentclass{article}
usepackage[margin=1cm]{geometry}
usepackage{frcursive}
begin{document}
begin{cursive}I can't resist showing you a French calligraphic school writing font and its pretty capital letters: end{cursive}
textcursive{L Z}
begin{cursive}A B C D E F G H I J K L M N O P Q R S T U V W X Y Zend{cursive}
end{document}
answered 6 hours ago
AndréC
7,88511442
7,88511442
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f468409%2fa-calligraphic-l-a-certain-symbol-used-in-abramowitz-and-stegun%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
1
Possible duplicate of How to do the 'curvy L' for Lagrangian or Laplace Transforms?
– jknappen
4 hours ago