Select one of many groups of array definitionArray problem, can only have one row.Use of @array doesn't match its definitionarray and command in column' s definition of tablerotate one entry of an arrayArray — dynamic !decl. parameterHow to center a text over many columns of array?Swap two array elementsarray in align environmentProblem with arrayHow written array long
Where does the Shulchan Aruch quote an authority by name?
Does it makes sense to buy a new cycle to learn riding?
Short story: alien planet where slow students are executed
Is domain driven design an anti-SQL pattern?
A poker game description that does not feel gimmicky
Explicitly parse JSON string vs JSON.deserialize
What does 'script /dev/null' do?
Is it possible to build an equivalent function just looking at the input and output of the original function?
Was there ever an axiom rendered a theorem?
How could a lack of term limits lead to a "dictatorship?"
Is flight data recorder erased after every flight?
Could a US political party gain complete control over the government by removing checks & balances?
How to deal with fear of taking dependencies
Solve this specific large sparse system of linear equations
What is GPS' 19 year rollover and does it present a cybersecurity issue?
Would Tezos benefit from parallelisation?
I see my dog run
"To split hairs" vs "To be pedantic"
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
How can I fix this gap between bookcases I made?
Information to fellow intern about hiring?
On the insanity of kings as an argument against Monarchy
Is this food a bread or a loaf?
"My colleague's body is amazing"
Select one of many groups of array definition
Array problem, can only have one row.Use of @array doesn't match its definitionarray and command in column' s definition of tablerotate one entry of an arrayArray — dynamic !decl. parameterHow to center a text over many columns of array?Swap two array elementsarray in align environmentProblem with arrayHow written array long
I use variable.tex to definite some Array: Name, color, folder
In main.tex:
inputvariable.tex
In variable.tex: ( not exist begin/enddocument
Each Group includes 3 Array: Name, color, folder
%GROUP A
defArrayAname1“a11”,”a12”..”a19”
defArrayAcolor2“a21”,”a22”..”a29”
defArrayAfolder9“a91”,”a92”..”99”
%GROUP B
defArrayBname1“b11”,”b12”..”b19”
defArrayBcolor2“b21”,”b22”..”b29”
defArrayBfolder9“b91”,”b92”..”b99”
%GROUP C
defArrayCname1“c11”,”c12”..”c19”
defArrayCcolor2“c21”,”c22”..”c29”
defArrayCfolder9“c91”,”c92”..”c99”
%GROUP D
defArrayDname1“d11”,”d12”..”d19”
defArrayDcolor2“d21”,”d22”..”d29”
defArrayDfolder9“d91”,”d92”..”d99”
When i want to use GROUP A, i muss hide with symbol percent % (ctrl T) > 150 rows of Group B & Group C, GROUP D.
And it creates many manual error and take time.
So, I need other better solution in variable.tex:
Example:
SelectGroupXXX
Variable Xxx variable used inside = one of (A, B, C, D)
Please help
Thank in advance
arrays variable
add a comment |
I use variable.tex to definite some Array: Name, color, folder
In main.tex:
inputvariable.tex
In variable.tex: ( not exist begin/enddocument
Each Group includes 3 Array: Name, color, folder
%GROUP A
defArrayAname1“a11”,”a12”..”a19”
defArrayAcolor2“a21”,”a22”..”a29”
defArrayAfolder9“a91”,”a92”..”99”
%GROUP B
defArrayBname1“b11”,”b12”..”b19”
defArrayBcolor2“b21”,”b22”..”b29”
defArrayBfolder9“b91”,”b92”..”b99”
%GROUP C
defArrayCname1“c11”,”c12”..”c19”
defArrayCcolor2“c21”,”c22”..”c29”
defArrayCfolder9“c91”,”c92”..”c99”
%GROUP D
defArrayDname1“d11”,”d12”..”d19”
defArrayDcolor2“d21”,”d22”..”d29”
defArrayDfolder9“d91”,”d92”..”d99”
When i want to use GROUP A, i muss hide with symbol percent % (ctrl T) > 150 rows of Group B & Group C, GROUP D.
And it creates many manual error and take time.
So, I need other better solution in variable.tex:
Example:
SelectGroupXXX
Variable Xxx variable used inside = one of (A, B, C, D)
Please help
Thank in advance
arrays variable
Your question is quite unclear to me. What does "use a group" mean? At this point you are just defining twelve different macros.
– campa
4 mins ago
add a comment |
I use variable.tex to definite some Array: Name, color, folder
In main.tex:
inputvariable.tex
In variable.tex: ( not exist begin/enddocument
Each Group includes 3 Array: Name, color, folder
%GROUP A
defArrayAname1“a11”,”a12”..”a19”
defArrayAcolor2“a21”,”a22”..”a29”
defArrayAfolder9“a91”,”a92”..”99”
%GROUP B
defArrayBname1“b11”,”b12”..”b19”
defArrayBcolor2“b21”,”b22”..”b29”
defArrayBfolder9“b91”,”b92”..”b99”
%GROUP C
defArrayCname1“c11”,”c12”..”c19”
defArrayCcolor2“c21”,”c22”..”c29”
defArrayCfolder9“c91”,”c92”..”c99”
%GROUP D
defArrayDname1“d11”,”d12”..”d19”
defArrayDcolor2“d21”,”d22”..”d29”
defArrayDfolder9“d91”,”d92”..”d99”
When i want to use GROUP A, i muss hide with symbol percent % (ctrl T) > 150 rows of Group B & Group C, GROUP D.
And it creates many manual error and take time.
So, I need other better solution in variable.tex:
Example:
SelectGroupXXX
Variable Xxx variable used inside = one of (A, B, C, D)
Please help
Thank in advance
arrays variable
I use variable.tex to definite some Array: Name, color, folder
In main.tex:
inputvariable.tex
In variable.tex: ( not exist begin/enddocument
Each Group includes 3 Array: Name, color, folder
%GROUP A
defArrayAname1“a11”,”a12”..”a19”
defArrayAcolor2“a21”,”a22”..”a29”
defArrayAfolder9“a91”,”a92”..”99”
%GROUP B
defArrayBname1“b11”,”b12”..”b19”
defArrayBcolor2“b21”,”b22”..”b29”
defArrayBfolder9“b91”,”b92”..”b99”
%GROUP C
defArrayCname1“c11”,”c12”..”c19”
defArrayCcolor2“c21”,”c22”..”c29”
defArrayCfolder9“c91”,”c92”..”c99”
%GROUP D
defArrayDname1“d11”,”d12”..”d19”
defArrayDcolor2“d21”,”d22”..”d29”
defArrayDfolder9“d91”,”d92”..”d99”
When i want to use GROUP A, i muss hide with symbol percent % (ctrl T) > 150 rows of Group B & Group C, GROUP D.
And it creates many manual error and take time.
So, I need other better solution in variable.tex:
Example:
SelectGroupXXX
Variable Xxx variable used inside = one of (A, B, C, D)
Please help
Thank in advance
arrays variable
arrays variable
asked 8 mins ago
latexfortilatexforti
4627
4627
Your question is quite unclear to me. What does "use a group" mean? At this point you are just defining twelve different macros.
– campa
4 mins ago
add a comment |
Your question is quite unclear to me. What does "use a group" mean? At this point you are just defining twelve different macros.
– campa
4 mins ago
Your question is quite unclear to me. What does "use a group" mean? At this point you are just defining twelve different macros.
– campa
4 mins ago
Your question is quite unclear to me. What does "use a group" mean? At this point you are just defining twelve different macros.
– campa
4 mins 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
);
);
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%2f483963%2fselect-one-of-many-groups-of-array-definition%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%2f483963%2fselect-one-of-many-groups-of-array-definition%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
Your question is quite unclear to me. What does "use a group" mean? At this point you are just defining twelve different macros.
– campa
4 mins ago