Define an environment that by default uses an optional argument Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Creating a new environment with one optional argumentDefine a new evironment by an existed environment, with its optional argumentOptional argument to an environment inside aligndefine a new Example environmenttex4ht and listings: lines don't break when using escapeinsideHow to define a new environment of two text blocks with number?(Re-)newenvironment that contains environment itself with an argument in LaTeXHow define new environment in terms of existing environment?Make a NewEnviron which holds an lstlisting within a frame of beamerAdd optional argument to new environment templateCreating a custom definition environment, with an optional argument and non default punctuation
Determine whether f is a function, an injection, a surjection
Do working physicists consider Newtonian mechanics to be "falsified"?
Why use gamma over alpha radiation?
Simulating Exploding Dice
How to market an anarchic city as a tourism spot to people living in civilized areas?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
What is the order of Mitzvot in Rambam's Sefer Hamitzvot?
Autumning in love
How to rotate it perfectly?
How to say that you spent the night with someone, you were only sleeping and nothing else?
How to set letter above or below the symbol?
What do you call a plan that's an alternative plan in case your initial plan fails?
Unable to start mainnet node docker container
How do I keep my slimes from escaping their pens?
AWS IAM: Restrict Console Access to only One Instance
How does the Nova's Burn power work at the 7-9 level?
Is drag coefficient lowest at zero angle of attack?
Stopping real property loss from eroding embankment
What are the performance impacts of 'functional' Rust?
Is it possible to ask for a hotel room without minibar/extra services?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Mortgage adviser recommends a longer term than necessary combined with overpayments
Can I add database to AWS RDS MySQL without creating new instance?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
Define an environment that by default uses an optional argument
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Creating a new environment with one optional argumentDefine a new evironment by an existed environment, with its optional argumentOptional argument to an environment inside aligndefine a new Example environmenttex4ht and listings: lines don't break when using escapeinsideHow to define a new environment of two text blocks with number?(Re-)newenvironment that contains environment itself with an argument in LaTeXHow define new environment in terms of existing environment?Make a NewEnviron which holds an lstlisting within a frame of beamerAdd optional argument to new environment templateCreating a custom definition environment, with an optional argument and non default punctuation
Is there a way to define a new environment, and make this environment take an optional argument by default?
Specifically, I am hoping to define a new environment, say myenv
, such that
beginmyenv
endmyenv
becomes
beginlstlisting[language = Java , frame = trBL , escapeinside=(*@@*), escapechar=%]
endlstlisting
Is there a way to achieve this?
Thank you!
listings environments
New contributor
add a comment |
Is there a way to define a new environment, and make this environment take an optional argument by default?
Specifically, I am hoping to define a new environment, say myenv
, such that
beginmyenv
endmyenv
becomes
beginlstlisting[language = Java , frame = trBL , escapeinside=(*@@*), escapechar=%]
endlstlisting
Is there a way to achieve this?
Thank you!
listings environments
New contributor
Welcome to TeX.SE! Look at tex.stackexchange.com/q/60079/117274 for a start.
– thymaro
5 mins ago
You havelstnewenvironment
.
– JouleV
1 min ago
add a comment |
Is there a way to define a new environment, and make this environment take an optional argument by default?
Specifically, I am hoping to define a new environment, say myenv
, such that
beginmyenv
endmyenv
becomes
beginlstlisting[language = Java , frame = trBL , escapeinside=(*@@*), escapechar=%]
endlstlisting
Is there a way to achieve this?
Thank you!
listings environments
New contributor
Is there a way to define a new environment, and make this environment take an optional argument by default?
Specifically, I am hoping to define a new environment, say myenv
, such that
beginmyenv
endmyenv
becomes
beginlstlisting[language = Java , frame = trBL , escapeinside=(*@@*), escapechar=%]
endlstlisting
Is there a way to achieve this?
Thank you!
listings environments
listings environments
New contributor
New contributor
New contributor
asked 13 mins ago
asweiaswei
11
11
New contributor
New contributor
Welcome to TeX.SE! Look at tex.stackexchange.com/q/60079/117274 for a start.
– thymaro
5 mins ago
You havelstnewenvironment
.
– JouleV
1 min ago
add a comment |
Welcome to TeX.SE! Look at tex.stackexchange.com/q/60079/117274 for a start.
– thymaro
5 mins ago
You havelstnewenvironment
.
– JouleV
1 min ago
Welcome to TeX.SE! Look at tex.stackexchange.com/q/60079/117274 for a start.
– thymaro
5 mins ago
Welcome to TeX.SE! Look at tex.stackexchange.com/q/60079/117274 for a start.
– thymaro
5 mins ago
You have
lstnewenvironment
.– JouleV
1 min ago
You have
lstnewenvironment
.– JouleV
1 min ago
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
);
);
aswei is a new contributor. Be nice, and check out our Code of Conduct.
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%2f484888%2fdefine-an-environment-that-by-default-uses-an-optional-argument%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
aswei is a new contributor. Be nice, and check out our Code of Conduct.
aswei is a new contributor. Be nice, and check out our Code of Conduct.
aswei is a new contributor. Be nice, and check out our Code of Conduct.
aswei is a new contributor. Be nice, and check out our Code of Conduct.
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%2f484888%2fdefine-an-environment-that-by-default-uses-an-optional-argument%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
Welcome to TeX.SE! Look at tex.stackexchange.com/q/60079/117274 for a start.
– thymaro
5 mins ago
You have
lstnewenvironment
.– JouleV
1 min ago