Macro to create controlled lines over numbers The Next CEO of Stack OverflowIs it possible to make a macro sensitive to \?Use csdef variables before defining themHow do I prevent a command from being invoked by a user while not disabling it?How to use csname, expandafter, csuse, @namedef …?How can I make a command available inside another command's argument?Create a new command that makes a footnoteA way to generate Dynamic command namesCreate user defined commandCan I reobtain a command I've overwritten with renewcommand?How to define a command to make new commands with numbers in the name
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
Shortening a title without changing its meaning
That's an odd coin - I wonder why
Can Sri Krishna be called 'a person'?
Ising model simulation
Why did early computer designers eschew integers?
How to find if SQL server backup is encrypted with TDE without restoring the backup
How do I secure a TV wall mount?
Calculating discount not working
How to show a landlord what we have in savings?
logical reads on global temp table, but not on session-level temp table
Is it a bad idea to plug the other end of ESD strap to wall ground?
Why was Sir Cadogan fired?
Compensation for working overtime on Saturdays
Is there a rule of thumb for determining the amount one should accept for a settlement offer?
Compilation of a 2d array and a 1d array
Early programmable calculators with RS-232
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
How dangerous is XSS
My boss doesn't want me to have a side project
How to implement Comparable so it is consistent with identity-equality
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Are British MPs missing the point, with these 'Indicative Votes'?
How to pronounce fünf in 45
Macro to create controlled lines over numbers
The Next CEO of Stack OverflowIs it possible to make a macro sensitive to \?Use csdef variables before defining themHow do I prevent a command from being invoked by a user while not disabling it?How to use csname, expandafter, csuse, @namedef …?How can I make a command available inside another command's argument?Create a new command that makes a footnoteA way to generate Dynamic command namesCreate user defined commandCan I reobtain a command I've overwritten with renewcommand?How to define a command to make new commands with numbers in the name
I want to create a macro in order to create the following effect:
Let's suppose this command is called command
. Then I want the commands below to provide the image I've put after.
command
command$40$
command$20$$10$$5$$3$
command$100$$80$$50$
Is there a way to make such a command?
macros
add a comment |
I want to create a macro in order to create the following effect:
Let's suppose this command is called command
. Then I want the commands below to provide the image I've put after.
command
command$40$
command$20$$10$$5$$3$
command$100$$80$$50$
Is there a way to make such a command?
macros
add a comment |
I want to create a macro in order to create the following effect:
Let's suppose this command is called command
. Then I want the commands below to provide the image I've put after.
command
command$40$
command$20$$10$$5$$3$
command$100$$80$$50$
Is there a way to make such a command?
macros
I want to create a macro in order to create the following effect:
Let's suppose this command is called command
. Then I want the commands below to provide the image I've put after.
command
command$40$
command$20$$10$$5$$3$
command$100$$80$$50$
Is there a way to make such a command?
macros
macros
asked 12 mins ago
Italo MarinhoItalo Marinho
1048
1048
add a comment |
add a comment |
0
active
oldest
votes
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%2f482687%2fmacro-to-create-controlled-lines-over-numbers%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');
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%2f482687%2fmacro-to-create-controlled-lines-over-numbers%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