Something wired at ToC and math mode The 2019 Stack Overflow Developer Survey Results Are InPalatino, roman chi and the math modeConflict between glossaries and siunitx (possibly via hyperref) when defining colorPage number on the left with book classToc, Bibliography, Indexes and dotsproblem with `hyperref` and TOCHow to show Mini table only sections in a chapter not other chapter?Possibility to exclude coloring certain links using hyperrefMath symbols in .pdf bookmarks tab not displaying correctlyChange ToC Level of ToC, LoF, and LoTcsquotes, hyperref and scrartcl produce multiple errors when makeautoquote and makeautoquote* are used
Solve this specific large sparse system of linear equations
Is it worth rebuilding a wheel myself to save money?
Is this food a bread or a loaf?
What do hard-Brexiteers want with respect to the Irish border?
Is it possible to build an equivalent function just looking at the input and output of the original function?
Typesetting a double Over Dot on top of a symbol
Where to refill my bottle in India?
What is the best strategy for white in this position?
Geography at the pixel level
A poker game description that does not feel gimmicky
Seven sins, seven Wizards, seven symbols, seven times repeated, but six super-heroes
Dual Citizen. Exited the US on Italian passport recently
Why can Shazam do this?
Evaluating number of iteration with a certain map with While
Deadlock Graph and Interpretation, solution to avoid
In What Way Would Cryomancy Affect the Food Eaten by Medieval People?
How are circuits which use complex ICs normally simulated?
My cat is trying to eat and can't keep the food in his mouth
Did USCIS resume its biometric service for UK visa
Information to fellow intern about hiring?
How to manage monthly salary
Fractional alignment
aging parents with no investments
What is the purpose of trimming the bottom corners of TLC plates?
Something wired at ToC and math mode
The 2019 Stack Overflow Developer Survey Results Are InPalatino, roman chi and the math modeConflict between glossaries and siunitx (possibly via hyperref) when defining colorPage number on the left with book classToc, Bibliography, Indexes and dotsproblem with `hyperref` and TOCHow to show Mini table only sections in a chapter not other chapter?Possibility to exclude coloring certain links using hyperrefMath symbols in .pdf bookmarks tab not displaying correctlyChange ToC Level of ToC, LoF, and LoTcsquotes, hyperref and scrartcl produce multiple errors when makeautoquote and makeautoquote* are used
I put at one of my sections this: $leftlangle a,brightrangle $
and what I get is something very wired!
Do you know why it's happens and I can I solve it? If there is a solution for it...
Here is MWE:
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC $leftlangle a,brightrangle $
enddocument
Thank you!
table-of-contents hyperref koma-script scrartcl
add a comment |
I put at one of my sections this: $leftlangle a,brightrangle $
and what I get is something very wired!
Do you know why it's happens and I can I solve it? If there is a solution for it...
Here is MWE:
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC $leftlangle a,brightrangle $
enddocument
Thank you!
table-of-contents hyperref koma-script scrartcl
add a comment |
I put at one of my sections this: $leftlangle a,brightrangle $
and what I get is something very wired!
Do you know why it's happens and I can I solve it? If there is a solution for it...
Here is MWE:
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC $leftlangle a,brightrangle $
enddocument
Thank you!
table-of-contents hyperref koma-script scrartcl
I put at one of my sections this: $leftlangle a,brightrangle $
and what I get is something very wired!
Do you know why it's happens and I can I solve it? If there is a solution for it...
Here is MWE:
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC $leftlangle a,brightrangle $
enddocument
Thank you!
table-of-contents hyperref koma-script scrartcl
table-of-contents hyperref koma-script scrartcl
asked 11 mins ago
heblyxheblyx
984920
984920
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Math mode stuff is not allowed in a bookmark. You should use texorpdfstringstuff in document{stuff in bookmark>
.
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC texorpdfstring$leftlangle a,brightrangle $<a,b>
enddocument
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f483993%2fsomething-wired-at-toc-and-math-mode%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
Math mode stuff is not allowed in a bookmark. You should use texorpdfstringstuff in document{stuff in bookmark>
.
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC texorpdfstring$leftlangle a,brightrangle $<a,b>
enddocument
add a comment |
Math mode stuff is not allowed in a bookmark. You should use texorpdfstringstuff in document{stuff in bookmark>
.
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC texorpdfstring$leftlangle a,brightrangle $<a,b>
enddocument
add a comment |
Math mode stuff is not allowed in a bookmark. You should use texorpdfstringstuff in document{stuff in bookmark>
.
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC texorpdfstring$leftlangle a,brightrangle $<a,b>
enddocument
Math mode stuff is not allowed in a bookmark. You should use texorpdfstringstuff in document{stuff in bookmark>
.
documentclassscrartcl
usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder=0 0 0,pdfborderstyle=,backref=false,colorlinks=true]
hyperref
hypersetup
linkcolor=blue
begindocument
sectionABC texorpdfstring$leftlangle a,brightrangle $<a,b>
enddocument
answered 2 mins ago
Steven B. SegletesSteven B. Segletes
161k9205416
161k9205416
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f483993%2fsomething-wired-at-toc-and-math-mode%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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