hl with custom color and linebreak and mathsoul: broken highlighting with xcolor when using selectcolormodelhighlighting mathBeamer: highlighting aligned math with overlayEnumerated text and formula with background colorHighlighting text with citations and referencesChange selection color in TeXShopColor highlighting text and environments in LyXhighlighting RTL text - ulem with bidi and colorHighlight text and mathematical expressions with colored backgroundHow to remove highlighting color?hf-tikz package: error with custom colors and overlay in beamer classHighlight Text with Background Color
Antivirus for Ubuntu 18.04
What does the coin flipping before dying mean?
How would you say "You forget wearing what you're wearing"?
How to say something covers all the view up to the horizon line?
Is crescere the correct word meaning to to grow or cultivate?
Make me a minimum magic sum
How to use awk to extract data from a file based on the content of another file?
What is monoid homomorphism exactly?
How did the Apollo guidance computer handle parity bit errors?
How can I obtain and work with a Platonic dodecahedron?
HSA - Continue to Invest?
What word describes the sound of an instrument based on the shape of the waveform of its sound?
Can anyone identify this unknown 1988 PC card from The Palantir Corporation?
Convert Numbers To Emoji Math
Which version of the Squat Nimbleness feat is correct?
Given a safe domain, are subdirectories safe as well?
What's the 2-minute timer on mobile Deutsche Bahn tickets?
Playing Doublets with the Primes
How is trade in services conducted under the WTO in the absence of the Doha conclusion?
Is it normal for gliders not to have attitude indicators?
How do I, as a DM, handle a party that decides to set up an ambush in a dungeon?
TIP120 Transistor + Solenoid Failing Randomly
Is throwing dice a stochastic or a deterministic process?
Endgame puzzle: How to avoid stalemate and win?
hl with custom color and linebreak and math
soul: broken highlighting with xcolor when using selectcolormodelhighlighting mathBeamer: highlighting aligned math with overlayEnumerated text and formula with background colorHighlighting text with citations and referencesChange selection color in TeXShopColor highlighting text and environments in LyXhighlighting RTL text - ulem with bidi and colorHighlight text and mathematical expressions with colored backgroundHow to remove highlighting color?hf-tikz package: error with custom colors and overlay in beamer classHighlight Text with Background Color
I want to highly text which contains math in shades of grey with allowing for linebreaks. Based on this excellent post, I tried:
documentclassarticle
usepackagexcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]sethlcolor#1hl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This does not: hlfancygray!60colored $a=b$ math.
enddocument
highlighting
add a comment |
I want to highly text which contains math in shades of grey with allowing for linebreaks. Based on this excellent post, I tried:
documentclassarticle
usepackagexcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]sethlcolor#1hl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This does not: hlfancygray!60colored $a=b$ math.
enddocument
highlighting
See tex.stackexchange.com/a/48502/2388
– Ulrike Fischer
3 hours ago
add a comment |
I want to highly text which contains math in shades of grey with allowing for linebreaks. Based on this excellent post, I tried:
documentclassarticle
usepackagexcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]sethlcolor#1hl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This does not: hlfancygray!60colored $a=b$ math.
enddocument
highlighting
I want to highly text which contains math in shades of grey with allowing for linebreaks. Based on this excellent post, I tried:
documentclassarticle
usepackagexcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]sethlcolor#1hl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This does not: hlfancygray!60colored $a=b$ math.
enddocument
highlighting
highlighting
asked 3 hours ago
SAFEXSAFEX
1184
1184
See tex.stackexchange.com/a/48502/2388
– Ulrike Fischer
3 hours ago
add a comment |
See tex.stackexchange.com/a/48502/2388
– Ulrike Fischer
3 hours ago
See tex.stackexchange.com/a/48502/2388
– Ulrike Fischer
3 hours ago
See tex.stackexchange.com/a/48502/2388
– Ulrike Fischer
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Here is a solution:
documentclassarticle
usepackage[svgnames]xcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]colorlethlcolor#1sethlcolorhlcolorhl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This also works: hlfancygray!30!Lavendercolored $a=b$ math.
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');
);
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%2f489354%2fhl-with-custom-color-and-linebreak-and-math%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 is a solution:
documentclassarticle
usepackage[svgnames]xcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]colorlethlcolor#1sethlcolorhlcolorhl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This also works: hlfancygray!30!Lavendercolored $a=b$ math.
enddocument
add a comment |
Here is a solution:
documentclassarticle
usepackage[svgnames]xcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]colorlethlcolor#1sethlcolorhlcolorhl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This also works: hlfancygray!30!Lavendercolored $a=b$ math.
enddocument
add a comment |
Here is a solution:
documentclassarticle
usepackage[svgnames]xcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]colorlethlcolor#1sethlcolorhlcolorhl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This also works: hlfancygray!30!Lavendercolored $a=b$ math.
enddocument
Here is a solution:
documentclassarticle
usepackage[svgnames]xcolor
usepackagesoul
newcommandmathcolorbox[2]colorbox#1$displaystyle #2$
newcommandhlfancy[2]colorlethlcolor#1sethlcolorhlcolorhl#2
begindocument
This works: hlfancygraycolored $a=b$ math.
This also works: hlfancygray!30!Lavendercolored $a=b$ math.
enddocument
answered 3 hours ago
BernardBernard
178k779211
178k779211
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');
);
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%2f489354%2fhl-with-custom-color-and-linebreak-and-math%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
See tex.stackexchange.com/a/48502/2388
– Ulrike Fischer
3 hours ago