Migrating from exsheets to xsim The Next CEO of Stack OverflowExSheets includequestionsExsheets: how to get a counter/reference combining section and question numbersHow can I print exercise with ID in xsim?extra solution for blank in xsim necessary?Analogue of examspace in xsimavoid printing points in xsimxsim: problems with multiple questionsxsim: question/solution throws 'environment already defined'xsim and questions in columns within tasksxsim: LaTeX3 Error: File '' not found
Is it a good idea to use COLUMN AS (left([Another_Column],(4)) instead of LEFT in the select?
Where to find order of arguments for default functions
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Why did we only see the N-1 starfighters in one film?
If the heap is initialized for security, then why is the stack uninitialized?
Inappropriate reference requests from Journal reviewers
How to write papers efficiently when English isn't my first language?
How do I solve this limit?
What size rim is OK?
Anatomically Correct Mesopelagic Aves
What is meant by a M next to a roman numeral?
Anatomically Correct Strange Women In Ponds Distributing Swords
Describing a person. What needs to be mentioned?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Why do remote companies require working in the US?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
Explicit solution of a Hamiltonian system
How to count occurrences of text in a file?
Is HostGator storing my password in plaintext?
How to use tikz in fbox?
Removing read access from a file
Why were Madagascar and New Zealand discovered so late?
Migrating from exsheets to xsim
The Next CEO of Stack OverflowExSheets includequestionsExsheets: how to get a counter/reference combining section and question numbersHow can I print exercise with ID in xsim?extra solution for blank in xsim necessary?Analogue of examspace in xsimavoid printing points in xsimxsim: problems with multiple questionsxsim: question/solution throws 'environment already defined'xsim and questions in columns within tasksxsim: LaTeX3 Error: File '' not found
xsim looks fine.
EDIT, March 28, 2019
I know, the manual has to be read! But just one question: How to mimick in xsim this exsheets setup?
SetupExSheets%
counter-format = ch.qu,
counter-within=chapter,
label-format = ch.qu:#1,
headings-format=colorbluesffamilyscshapebfseries
exsheets xsim
add a comment |
xsim looks fine.
EDIT, March 28, 2019
I know, the manual has to be read! But just one question: How to mimick in xsim this exsheets setup?
SetupExSheets%
counter-format = ch.qu,
counter-within=chapter,
label-format = ch.qu:#1,
headings-format=colorbluesffamilyscshapebfseries
exsheets xsim
add a comment |
xsim looks fine.
EDIT, March 28, 2019
I know, the manual has to be read! But just one question: How to mimick in xsim this exsheets setup?
SetupExSheets%
counter-format = ch.qu,
counter-within=chapter,
label-format = ch.qu:#1,
headings-format=colorbluesffamilyscshapebfseries
exsheets xsim
xsim looks fine.
EDIT, March 28, 2019
I know, the manual has to be read! But just one question: How to mimick in xsim this exsheets setup?
SetupExSheets%
counter-format = ch.qu,
counter-within=chapter,
label-format = ch.qu:#1,
headings-format=colorbluesffamilyscshapebfseries
exsheets xsim
exsheets xsim
edited 10 hours ago
tatojo
asked yesterday
tatojotatojo
694519
694519
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
EDITED, March 28, 2019
Ok, this solved my requirement, declare a template:
DeclareExerciseEnvironmentTemplateblue %
par
Needspace*2baselineskip
noindent
textsftextcolorbluescshapebfseriesGetExerciseName%
nobreakspaceGetExercisePropertycounter%
quad
parbigskip
And use it:
xsimsetup%
exercise/within = chapter ,
exercise/template = blue ,
exercise/the-counter = thechapter.arabicexercise
Just as I pointed before, it's in the manual!!
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%2f481706%2fmigrating-from-exsheets-to-xsim%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
EDITED, March 28, 2019
Ok, this solved my requirement, declare a template:
DeclareExerciseEnvironmentTemplateblue %
par
Needspace*2baselineskip
noindent
textsftextcolorbluescshapebfseriesGetExerciseName%
nobreakspaceGetExercisePropertycounter%
quad
parbigskip
And use it:
xsimsetup%
exercise/within = chapter ,
exercise/template = blue ,
exercise/the-counter = thechapter.arabicexercise
Just as I pointed before, it's in the manual!!
add a comment |
EDITED, March 28, 2019
Ok, this solved my requirement, declare a template:
DeclareExerciseEnvironmentTemplateblue %
par
Needspace*2baselineskip
noindent
textsftextcolorbluescshapebfseriesGetExerciseName%
nobreakspaceGetExercisePropertycounter%
quad
parbigskip
And use it:
xsimsetup%
exercise/within = chapter ,
exercise/template = blue ,
exercise/the-counter = thechapter.arabicexercise
Just as I pointed before, it's in the manual!!
add a comment |
EDITED, March 28, 2019
Ok, this solved my requirement, declare a template:
DeclareExerciseEnvironmentTemplateblue %
par
Needspace*2baselineskip
noindent
textsftextcolorbluescshapebfseriesGetExerciseName%
nobreakspaceGetExercisePropertycounter%
quad
parbigskip
And use it:
xsimsetup%
exercise/within = chapter ,
exercise/template = blue ,
exercise/the-counter = thechapter.arabicexercise
Just as I pointed before, it's in the manual!!
EDITED, March 28, 2019
Ok, this solved my requirement, declare a template:
DeclareExerciseEnvironmentTemplateblue %
par
Needspace*2baselineskip
noindent
textsftextcolorbluescshapebfseriesGetExerciseName%
nobreakspaceGetExercisePropertycounter%
quad
parbigskip
And use it:
xsimsetup%
exercise/within = chapter ,
exercise/template = blue ,
exercise/the-counter = thechapter.arabicexercise
Just as I pointed before, it's in the manual!!
edited 10 hours ago
answered yesterday
tatojotatojo
694519
694519
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%2f481706%2fmigrating-from-exsheets-to-xsim%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