LaTeX logo in tufte-bookEnumerate and itemize undefined + captions not workingFormatting subsections and...
Can I negotiate a patent idea for a raise, under French law?
Origin of the word “pushka”
What is Tony Stark injecting into himself in Iron Man 3?
What is the purpose of a disclaimer like "this is not legal advice"?
How do we create new idioms and use them in a novel?
What would be the most expensive material to an intergalactic society?
Why is it common in European airports not to display the gate for flights until around 45-90 minutes before departure, unlike other places?
Numerical value of Determinant far from what it is supposed to be
What can I do if someone tampers with my SSH public key?
Does the US political system, in principle, allow for a no-party system?
Smooth vector fields on a surface modulo diffeomorphisms
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Do black holes violate the conservation of mass?
I am the person who abides by rules, but breaks the rules. Who am I?
Can the Witch Sight warlock invocation see through the Mirror Image spell?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Is this Paypal Github SDK reference really a dangerous site?
Difference between `nmap local-IP-address` and `nmap localhost`
Create chunks from an array
Can I take the the bonus-action attack from Two-Weapon Fighting without taking the Attack action?
What should I do when a paper is published similar to my PhD thesis without citation?
Too soon for a plot twist?
Are these two graphs isomorphic? Why/Why not?
If nine coins are tossed, what is the probability that the number of heads is even?
LaTeX logo in tufte-book
Enumerate and itemize undefined + captions not workingFormatting subsections and chapters in tufte-bookAdd an item in the table of contentsMargin-Cite from tufte-bookChange Paper Size in Tufte Book ClassHow to specify B5 in tufte-booktufte-book: captions under figureTufte page numbering on first page of new chapterMixing Tufte-and ETOCIf my Tufte problem persists, are there other good book class to use?
LaTeX
will not typeset as the designed logo in tufte-book.
documentclass[twoside,symmetric]{tufte-book}
begin{document}
title{My book}
author{me}
maketitle
chapter{First chapter}
This book was written in $LaTeX$.
end{document}
How can one fix that?
errors tufte logos
add a comment |
LaTeX
will not typeset as the designed logo in tufte-book.
documentclass[twoside,symmetric]{tufte-book}
begin{document}
title{My book}
author{me}
maketitle
chapter{First chapter}
This book was written in $LaTeX$.
end{document}
How can one fix that?
errors tufte logos
3
It does, provided you remove the$
characters. LaTeX is not MathJax.
– egreg
8 hours ago
@egreg: Oh... silly me. Thanks so much.
– David G. Stork
8 hours ago
add a comment |
LaTeX
will not typeset as the designed logo in tufte-book.
documentclass[twoside,symmetric]{tufte-book}
begin{document}
title{My book}
author{me}
maketitle
chapter{First chapter}
This book was written in $LaTeX$.
end{document}
How can one fix that?
errors tufte logos
LaTeX
will not typeset as the designed logo in tufte-book.
documentclass[twoside,symmetric]{tufte-book}
begin{document}
title{My book}
author{me}
maketitle
chapter{First chapter}
This book was written in $LaTeX$.
end{document}
How can one fix that?
errors tufte logos
errors tufte logos
edited 4 hours ago
JouleV
5,04111239
5,04111239
asked 8 hours ago
David G. StorkDavid G. Stork
25119
25119
3
It does, provided you remove the$
characters. LaTeX is not MathJax.
– egreg
8 hours ago
@egreg: Oh... silly me. Thanks so much.
– David G. Stork
8 hours ago
add a comment |
3
It does, provided you remove the$
characters. LaTeX is not MathJax.
– egreg
8 hours ago
@egreg: Oh... silly me. Thanks so much.
– David G. Stork
8 hours ago
3
3
It does, provided you remove the
$
characters. LaTeX is not MathJax.– egreg
8 hours ago
It does, provided you remove the
$
characters. LaTeX is not MathJax.– egreg
8 hours ago
@egreg: Oh... silly me. Thanks so much.
– David G. Stork
8 hours ago
@egreg: Oh... silly me. Thanks so much.
– David G. Stork
8 hours ago
add a comment |
1 Answer
1
active
oldest
votes
It does, but you get a funny error:
! You can't use `spacefactor' in math mode.
@->spacefactor
@m {}
This is because of how LaTeX
is defined:
% latex.ltx, line 1644:
DeclareRobustCommand{LaTeX}{Lkern-.36em%
{sboxz@ T%
vbox tohtz@{hbox{check@mathfonts
fontsizesf@sizez@
math@fontsfalseselectfont
A}%
vss}%
}%
kern-.15em%
TeX}
Now let's look at TeX
:
% latex.ltx, line 1643:
defTeX{Tkern-.1667emlower.5exhbox{E}kern-.125emX@}
and that's where the error comes from: @
is used to mark the X
like a lower case letter, as far as the space factor is concerned.
Well, you are not supposed to use LaTeX
in math mode, whatever our MathJax friends think. ;-)
The correct input is just
This book was written in LaTeX.
By the way, if you want to properly typeset the LaTeX logo in MathJax, please use
$mathrm{LaTeX}$
Can you see the difference?
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Yep... got it..
– David G. Stork
4 hours ago
I want to mention that for many months I used to write simply$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!
– manooooh
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%2f478653%2flatex-logo-in-tufte-book%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
It does, but you get a funny error:
! You can't use `spacefactor' in math mode.
@->spacefactor
@m {}
This is because of how LaTeX
is defined:
% latex.ltx, line 1644:
DeclareRobustCommand{LaTeX}{Lkern-.36em%
{sboxz@ T%
vbox tohtz@{hbox{check@mathfonts
fontsizesf@sizez@
math@fontsfalseselectfont
A}%
vss}%
}%
kern-.15em%
TeX}
Now let's look at TeX
:
% latex.ltx, line 1643:
defTeX{Tkern-.1667emlower.5exhbox{E}kern-.125emX@}
and that's where the error comes from: @
is used to mark the X
like a lower case letter, as far as the space factor is concerned.
Well, you are not supposed to use LaTeX
in math mode, whatever our MathJax friends think. ;-)
The correct input is just
This book was written in LaTeX.
By the way, if you want to properly typeset the LaTeX logo in MathJax, please use
$mathrm{LaTeX}$
Can you see the difference?
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Yep... got it..
– David G. Stork
4 hours ago
I want to mention that for many months I used to write simply$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!
– manooooh
1 hour ago
add a comment |
It does, but you get a funny error:
! You can't use `spacefactor' in math mode.
@->spacefactor
@m {}
This is because of how LaTeX
is defined:
% latex.ltx, line 1644:
DeclareRobustCommand{LaTeX}{Lkern-.36em%
{sboxz@ T%
vbox tohtz@{hbox{check@mathfonts
fontsizesf@sizez@
math@fontsfalseselectfont
A}%
vss}%
}%
kern-.15em%
TeX}
Now let's look at TeX
:
% latex.ltx, line 1643:
defTeX{Tkern-.1667emlower.5exhbox{E}kern-.125emX@}
and that's where the error comes from: @
is used to mark the X
like a lower case letter, as far as the space factor is concerned.
Well, you are not supposed to use LaTeX
in math mode, whatever our MathJax friends think. ;-)
The correct input is just
This book was written in LaTeX.
By the way, if you want to properly typeset the LaTeX logo in MathJax, please use
$mathrm{LaTeX}$
Can you see the difference?
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Yep... got it..
– David G. Stork
4 hours ago
I want to mention that for many months I used to write simply$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!
– manooooh
1 hour ago
add a comment |
It does, but you get a funny error:
! You can't use `spacefactor' in math mode.
@->spacefactor
@m {}
This is because of how LaTeX
is defined:
% latex.ltx, line 1644:
DeclareRobustCommand{LaTeX}{Lkern-.36em%
{sboxz@ T%
vbox tohtz@{hbox{check@mathfonts
fontsizesf@sizez@
math@fontsfalseselectfont
A}%
vss}%
}%
kern-.15em%
TeX}
Now let's look at TeX
:
% latex.ltx, line 1643:
defTeX{Tkern-.1667emlower.5exhbox{E}kern-.125emX@}
and that's where the error comes from: @
is used to mark the X
like a lower case letter, as far as the space factor is concerned.
Well, you are not supposed to use LaTeX
in math mode, whatever our MathJax friends think. ;-)
The correct input is just
This book was written in LaTeX.
By the way, if you want to properly typeset the LaTeX logo in MathJax, please use
$mathrm{LaTeX}$
Can you see the difference?
It does, but you get a funny error:
! You can't use `spacefactor' in math mode.
@->spacefactor
@m {}
This is because of how LaTeX
is defined:
% latex.ltx, line 1644:
DeclareRobustCommand{LaTeX}{Lkern-.36em%
{sboxz@ T%
vbox tohtz@{hbox{check@mathfonts
fontsizesf@sizez@
math@fontsfalseselectfont
A}%
vss}%
}%
kern-.15em%
TeX}
Now let's look at TeX
:
% latex.ltx, line 1643:
defTeX{Tkern-.1667emlower.5exhbox{E}kern-.125emX@}
and that's where the error comes from: @
is used to mark the X
like a lower case letter, as far as the space factor is concerned.
Well, you are not supposed to use LaTeX
in math mode, whatever our MathJax friends think. ;-)
The correct input is just
This book was written in LaTeX.
By the way, if you want to properly typeset the LaTeX logo in MathJax, please use
$mathrm{LaTeX}$
Can you see the difference?
answered 8 hours ago
egregegreg
725k8819193224
725k8819193224
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Yep... got it..
– David G. Stork
4 hours ago
I want to mention that for many months I used to write simply$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!
– manooooh
1 hour ago
add a comment |
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Yep... got it..
– David G. Stork
4 hours ago
I want to mention that for many months I used to write simply$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!
– manooooh
1 hour ago
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Hah... interesting! Thanks (+1) (but no "accept" because egreg actually answered my question).
– David G. Stork
7 hours ago
Yep... got it..
– David G. Stork
4 hours ago
Yep... got it..
– David G. Stork
4 hours ago
I want to mention that for many months I used to write simply
$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!– manooooh
1 hour ago
I want to mention that for many months I used to write simply
$LaTeX$
in math, but since @egreg shows the difference I could improve my typography skills. Thanks to him and to @David for asking!!– manooooh
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%2f478653%2flatex-logo-in-tufte-book%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
3
It does, provided you remove the
$
characters. LaTeX is not MathJax.– egreg
8 hours ago
@egreg: Oh... silly me. Thanks so much.
– David G. Stork
8 hours ago