lstlisting and bold keywordsnewenvironment gives error with lstlistingLstlisting format Java codeAvoid widow...
Why is participating in the European Parliamentary elections used as a threat?
Origin of pigs as a species
Sound waves in different octaves
Why didn’t Eve recognize the little cockroach as a living organism?
Can I say "fingers" when referring to toes?
How do I tell my boss that I'm quitting in 15 days (a colleague left this week)
Why does the Persian emissary display a string of crowned skulls?
Ways of geometrical multiplication
How to calculate a baker's balance available for bond at the beginning of each cycle?
Proving an identity involving cross products and coplanar vectors
Would this string work as string?
I'm just a whisper. Who am I?
What happens if I try to grapple mirror image?
If the only attacker is removed from combat, is a creature still counted as having attacked this turn?
Does Doodling or Improvising on the Piano Have Any Benefits?
How to I force windows to use a specific version of SQLCMD?
How were servants to the Kaiser of Imperial Germany treated and where may I find more information on them
Unable to disable Microsoft Store in domain environment
Echo with obfuscation
What is this high flying aircraft over Pennsylvania?
How to understand "he realized a split second too late was also a mistake"
Would a primitive species be able to learn English from reading books alone?
Did I make a mistake by ccing email to boss to others?
El Dorado Word Puzzle II: Videogame Edition
lstlisting and bold keywords
newenvironment gives error with lstlistingLstlisting format Java codeAvoid widow frame for lstlistingUseVerbatim equivalent for lstlistingEmphasize hex number in lstlisting using font colorUnderscore and asterisk color in lstlisting stringError to compile lstlistingCustomize keyword lstlistinghow to use accents inside a lstlistingHow to suggest updates to lstlisting Java keywords?
I have the following MWE for SQL typesetting. What doesn't work for me and for which I need help are two things:
- I would like to add "SUCH AS" as a keyword (or make it bold in the text without defining it as a keyword); and
I need "domain" not to be bold, but it insists in typesetting it bold even when I include it in
deletekeywords
.
documentclass[border=2pt]{standalone}
usepackage{newtxtext,newtxmath}
usepackage{listings}
lstset{language=SQL,basicstyle=ttfamily,keywordstyle=bfseries,showspaces=false,showstringspaces=false, morekeywords={*,IF,DEFINE,OPTIONS, SERVER, MENTIONS, SUCH THAT}, deletekeywords={domain}, mathescape=true, aboveskip=0pt, belowskip=6pt}
begin{document}
begin{lstlisting}
FROM Relation SUCH THAT domain-condition
end{lstlisting}
end{document}
Would appreciate any help. Here is what comes out when I typeset it.
lstlisting
add a comment |
I have the following MWE for SQL typesetting. What doesn't work for me and for which I need help are two things:
- I would like to add "SUCH AS" as a keyword (or make it bold in the text without defining it as a keyword); and
I need "domain" not to be bold, but it insists in typesetting it bold even when I include it in
deletekeywords
.
documentclass[border=2pt]{standalone}
usepackage{newtxtext,newtxmath}
usepackage{listings}
lstset{language=SQL,basicstyle=ttfamily,keywordstyle=bfseries,showspaces=false,showstringspaces=false, morekeywords={*,IF,DEFINE,OPTIONS, SERVER, MENTIONS, SUCH THAT}, deletekeywords={domain}, mathescape=true, aboveskip=0pt, belowskip=6pt}
begin{document}
begin{lstlisting}
FROM Relation SUCH THAT domain-condition
end{lstlisting}
end{document}
Would appreciate any help. Here is what comes out when I typeset it.
lstlisting
add a comment |
I have the following MWE for SQL typesetting. What doesn't work for me and for which I need help are two things:
- I would like to add "SUCH AS" as a keyword (or make it bold in the text without defining it as a keyword); and
I need "domain" not to be bold, but it insists in typesetting it bold even when I include it in
deletekeywords
.
documentclass[border=2pt]{standalone}
usepackage{newtxtext,newtxmath}
usepackage{listings}
lstset{language=SQL,basicstyle=ttfamily,keywordstyle=bfseries,showspaces=false,showstringspaces=false, morekeywords={*,IF,DEFINE,OPTIONS, SERVER, MENTIONS, SUCH THAT}, deletekeywords={domain}, mathescape=true, aboveskip=0pt, belowskip=6pt}
begin{document}
begin{lstlisting}
FROM Relation SUCH THAT domain-condition
end{lstlisting}
end{document}
Would appreciate any help. Here is what comes out when I typeset it.
lstlisting
I have the following MWE for SQL typesetting. What doesn't work for me and for which I need help are two things:
- I would like to add "SUCH AS" as a keyword (or make it bold in the text without defining it as a keyword); and
I need "domain" not to be bold, but it insists in typesetting it bold even when I include it in
deletekeywords
.
documentclass[border=2pt]{standalone}
usepackage{newtxtext,newtxmath}
usepackage{listings}
lstset{language=SQL,basicstyle=ttfamily,keywordstyle=bfseries,showspaces=false,showstringspaces=false, morekeywords={*,IF,DEFINE,OPTIONS, SERVER, MENTIONS, SUCH THAT}, deletekeywords={domain}, mathescape=true, aboveskip=0pt, belowskip=6pt}
begin{document}
begin{lstlisting}
FROM Relation SUCH THAT domain-condition
end{lstlisting}
end{document}
Would appreciate any help. Here is what comes out when I typeset it.
lstlisting
lstlisting
asked 1 min ago
ozsuozsu
1,10711126
1,10711126
add a comment |
add a comment |
0
active
oldest
votes
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%2f480607%2flstlisting-and-bold-keywords%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f480607%2flstlisting-and-bold-keywords%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