How to write a macro that is braces sensitive?Context-sensitive newline macroCreate my own NSDWhy isn't everything expandable?How to write a parameter-driven macro?How to write a TeX macro that accepts a number or a count register as argument?Texshop macro for bracesWrite an unpar macroLaTeX for plain TeX users?LaTeX Utility/Template for Generic Reusable Codecontext-sensitive macro: look behind?

How can bays and straits be determined in a procedurally generated map?

Collect Fourier series terms

Can I make popcorn with any corn?

What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)

Mage Armor with Defense fighting style (for Adventurers League bladeslinger)

Why dont electromagnetic waves interact with each other?

TGV timetables / schedules?

Writing rule stating superpower from different root cause is bad writing

Can a Warlock become Neutral Good?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Dragon forelimb placement

What's the output of a record cartridge playing an out-of-speed record

Do I have a twin with permutated remainders?

An academic/student plagiarism

Today is the Center

Why does Kotter return in Welcome Back Kotter?

Is a tag line useful on a cover?

Can divisibility rules for digits be generalized to sum of digits

Risk of getting Chronic Wasting Disease (CWD) in the United States?

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

What does it mean to describe someone as a butt steak?

Minkowski space

Why not use SQL instead of GraphQL?

Theorems that impeded progress



How to write a macro that is braces sensitive?


Context-sensitive newline macroCreate my own NSDWhy isn't everything expandable?How to write a parameter-driven macro?How to write a TeX macro that accepts a number or a count register as argument?Texshop macro for bracesWrite an unpar macroLaTeX for plain TeX users?LaTeX Utility/Template for Generic Reusable Codecontext-sensitive macro: look behind?













4















In the xparse package, there is the g type of argument which captures things inside a pair of TeX group tokens. This makes it possible to define commands foo that behaves differently for fooa and foo a. I am interested in whether such type of macro is possible in plain TeX (I guess yes) and if it is possible, how can it be implemented. I am new to plain TeX and I appreciate detailed explanation of the workflow of such a macro. I would also be happy to learn about other possibilities such as in e-TeX instead of plain TeX.



Edit



Only after reading the answers did I realize that it was impossible at first look because all I was thinking was deffoo#1... (and indeed it is impossible if this form is used).










share|improve this question









New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • It's possible, but it's bad syntax. Under normal TeX conventions, foo a and fooa should be considered equivalent (when the argument consists of a single token as in this case).

    – egreg
    4 hours ago












  • Thank you for your quick reply. I know it's bad syntax otherwise xparse would not declare it as obsolete, but it is (extensively) used in e.g. physics package. I am just not sure about whether it can be done in plain, or it requires some features of the engine.

    – Weijun Zhou
    4 hours ago







  • 1





    It's indeed used in physics. My opinion about the package is that it has good ideas, but I can't recommend its usage. The weird syntax is just one among the several reasons for not recommending it.

    – egreg
    4 hours ago







  • 1





    Due to the weird syntax I end up adding relax here and there ... but I guess I will still use it.

    – Weijun Zhou
    4 hours ago















4















In the xparse package, there is the g type of argument which captures things inside a pair of TeX group tokens. This makes it possible to define commands foo that behaves differently for fooa and foo a. I am interested in whether such type of macro is possible in plain TeX (I guess yes) and if it is possible, how can it be implemented. I am new to plain TeX and I appreciate detailed explanation of the workflow of such a macro. I would also be happy to learn about other possibilities such as in e-TeX instead of plain TeX.



Edit



Only after reading the answers did I realize that it was impossible at first look because all I was thinking was deffoo#1... (and indeed it is impossible if this form is used).










share|improve this question









New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • It's possible, but it's bad syntax. Under normal TeX conventions, foo a and fooa should be considered equivalent (when the argument consists of a single token as in this case).

    – egreg
    4 hours ago












  • Thank you for your quick reply. I know it's bad syntax otherwise xparse would not declare it as obsolete, but it is (extensively) used in e.g. physics package. I am just not sure about whether it can be done in plain, or it requires some features of the engine.

    – Weijun Zhou
    4 hours ago







  • 1





    It's indeed used in physics. My opinion about the package is that it has good ideas, but I can't recommend its usage. The weird syntax is just one among the several reasons for not recommending it.

    – egreg
    4 hours ago







  • 1





    Due to the weird syntax I end up adding relax here and there ... but I guess I will still use it.

    – Weijun Zhou
    4 hours ago













4












4








4








In the xparse package, there is the g type of argument which captures things inside a pair of TeX group tokens. This makes it possible to define commands foo that behaves differently for fooa and foo a. I am interested in whether such type of macro is possible in plain TeX (I guess yes) and if it is possible, how can it be implemented. I am new to plain TeX and I appreciate detailed explanation of the workflow of such a macro. I would also be happy to learn about other possibilities such as in e-TeX instead of plain TeX.



Edit



Only after reading the answers did I realize that it was impossible at first look because all I was thinking was deffoo#1... (and indeed it is impossible if this form is used).










share|improve this question









New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












In the xparse package, there is the g type of argument which captures things inside a pair of TeX group tokens. This makes it possible to define commands foo that behaves differently for fooa and foo a. I am interested in whether such type of macro is possible in plain TeX (I guess yes) and if it is possible, how can it be implemented. I am new to plain TeX and I appreciate detailed explanation of the workflow of such a macro. I would also be happy to learn about other possibilities such as in e-TeX instead of plain TeX.



Edit



Only after reading the answers did I realize that it was impossible at first look because all I was thinking was deffoo#1... (and indeed it is impossible if this form is used).







macros plain-tex braces






share|improve this question









New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 1 hour ago







Weijun Zhou













New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









Weijun ZhouWeijun Zhou

1234




1234




New contributor




Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Weijun Zhou is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • It's possible, but it's bad syntax. Under normal TeX conventions, foo a and fooa should be considered equivalent (when the argument consists of a single token as in this case).

    – egreg
    4 hours ago












  • Thank you for your quick reply. I know it's bad syntax otherwise xparse would not declare it as obsolete, but it is (extensively) used in e.g. physics package. I am just not sure about whether it can be done in plain, or it requires some features of the engine.

    – Weijun Zhou
    4 hours ago







  • 1





    It's indeed used in physics. My opinion about the package is that it has good ideas, but I can't recommend its usage. The weird syntax is just one among the several reasons for not recommending it.

    – egreg
    4 hours ago







  • 1





    Due to the weird syntax I end up adding relax here and there ... but I guess I will still use it.

    – Weijun Zhou
    4 hours ago

















  • It's possible, but it's bad syntax. Under normal TeX conventions, foo a and fooa should be considered equivalent (when the argument consists of a single token as in this case).

    – egreg
    4 hours ago












  • Thank you for your quick reply. I know it's bad syntax otherwise xparse would not declare it as obsolete, but it is (extensively) used in e.g. physics package. I am just not sure about whether it can be done in plain, or it requires some features of the engine.

    – Weijun Zhou
    4 hours ago







  • 1





    It's indeed used in physics. My opinion about the package is that it has good ideas, but I can't recommend its usage. The weird syntax is just one among the several reasons for not recommending it.

    – egreg
    4 hours ago







  • 1





    Due to the weird syntax I end up adding relax here and there ... but I guess I will still use it.

    – Weijun Zhou
    4 hours ago
















It's possible, but it's bad syntax. Under normal TeX conventions, foo a and fooa should be considered equivalent (when the argument consists of a single token as in this case).

– egreg
4 hours ago






It's possible, but it's bad syntax. Under normal TeX conventions, foo a and fooa should be considered equivalent (when the argument consists of a single token as in this case).

– egreg
4 hours ago














Thank you for your quick reply. I know it's bad syntax otherwise xparse would not declare it as obsolete, but it is (extensively) used in e.g. physics package. I am just not sure about whether it can be done in plain, or it requires some features of the engine.

– Weijun Zhou
4 hours ago






Thank you for your quick reply. I know it's bad syntax otherwise xparse would not declare it as obsolete, but it is (extensively) used in e.g. physics package. I am just not sure about whether it can be done in plain, or it requires some features of the engine.

– Weijun Zhou
4 hours ago





1




1





It's indeed used in physics. My opinion about the package is that it has good ideas, but I can't recommend its usage. The weird syntax is just one among the several reasons for not recommending it.

– egreg
4 hours ago






It's indeed used in physics. My opinion about the package is that it has good ideas, but I can't recommend its usage. The weird syntax is just one among the several reasons for not recommending it.

– egreg
4 hours ago





1




1





Due to the weird syntax I end up adding relax here and there ... but I guess I will still use it.

– Weijun Zhou
4 hours ago





Due to the weird syntax I end up adding relax here and there ... but I guess I will still use it.

– Weijun Zhou
4 hours ago










2 Answers
2






active

oldest

votes


















2














You can use futurelet



letleftbracechar=
deffoo%
begingroup
futureletfootempinnerfoo
%
definnerfoo%
expandafterendgroup
ifxfootempleftbracechar
expandafterfooatleftbrace
else
expandafterfooatnoleftbrace
fi
%
deffooatleftbrace#1Argument in braces is: bf #1
deffooatnoleftbrace#1Argument without braces is: bf #1


foo a

fooa

bye


enter image description here



, but be aware that this can be confused by implicit characters, i.e., by things like foobgroup huh?...



Besides this, the check is only about tokens (be they explicit or implicit character tokens) where the category code is 1 (begin group) and the character code equals the character code of the curly-opening-brace-character. The check does not work out with character tokens where the category code is 1 (begin group) but the character code is different.



But you can implement a full expandable check which tells you whether the first token inside a macro argument is an explicit character token of category code 1 (begin group) no matter what its character code might be:



%%-----------------------------------------------------------------------------
%% Check whether argument's first token is an explicit catcode-1-character
%%.............................................................................
%% UDCheckWhetherBrace<Argument which is to be checked>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has leading
%% catcode-1-token>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has no leading
%% catcode-1-token>%
longdeffirstoftwo#1#2#1%
longdefsecondoftwo#1#2#2%
longdefUDCheckWhetherBrace#1%
romannumeral0expandaftersecondoftwoexpandafterexpandafter%
string#1.expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwoexpandafterexpandafterfirstoftwo secondoftwo%
%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's have some fun: Give [ the same functionality as :
catcode`[=thecatcode`

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's see that the test on explicit characters is not fooled by implicit characters:
letbgroup=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroupegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroup Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% The test is also not fooled by implicit active characters:
catcode`X=13
let X=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceXegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceX Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%


bye


enter image description here




In order to see how UDCheckWhetherBrace works, let's write it with different line-breaking and different indentation:



The gist is: Have the argument's first token hit by string and use TeX's catching of brace-balanced arguments for finding out whether an opening brace or something else was neutralized/was turned into a catcode-12-sequence:



longdefUDCheckWhetherBrace#1%
romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string#1.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
%


For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying "t" from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character t, due to string now of category code 12 (other)&rangle;est.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;secondoftwo%
braceno brace%


yields carrying out expandafter and secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;no brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
no brace



For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying the opening curly brace from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character , due to string now of category code 12 (other)&rangle;test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
firstoftwo%
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;firstoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
brace





share|improve this answer

























  • This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

    – Weijun Zhou
    3 hours ago












  • Thank you very much for your effort explaining how it works.

    – Weijun Zhou
    2 hours ago


















4














Fundamentally you just need to use futurelet as you do for any other look ahead



deffoofutureletfootokenfooaux
deffooaux%
ifxfootokenbgroup
% Brace group
else
% Something else
fi



The only reason this 'looks different' to other peek ahead situations is that you can't use an explicit {, but rather the implicit token bgroup.






share|improve this answer

























  • That's clear enough and much simpler than I originally imagined.

    – Weijun Zhou
    4 hours ago











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
);



);






Weijun Zhou is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483588%2fhow-to-write-a-macro-that-is-braces-sensitive%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














You can use futurelet



letleftbracechar=
deffoo%
begingroup
futureletfootempinnerfoo
%
definnerfoo%
expandafterendgroup
ifxfootempleftbracechar
expandafterfooatleftbrace
else
expandafterfooatnoleftbrace
fi
%
deffooatleftbrace#1Argument in braces is: bf #1
deffooatnoleftbrace#1Argument without braces is: bf #1


foo a

fooa

bye


enter image description here



, but be aware that this can be confused by implicit characters, i.e., by things like foobgroup huh?...



Besides this, the check is only about tokens (be they explicit or implicit character tokens) where the category code is 1 (begin group) and the character code equals the character code of the curly-opening-brace-character. The check does not work out with character tokens where the category code is 1 (begin group) but the character code is different.



But you can implement a full expandable check which tells you whether the first token inside a macro argument is an explicit character token of category code 1 (begin group) no matter what its character code might be:



%%-----------------------------------------------------------------------------
%% Check whether argument's first token is an explicit catcode-1-character
%%.............................................................................
%% UDCheckWhetherBrace<Argument which is to be checked>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has leading
%% catcode-1-token>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has no leading
%% catcode-1-token>%
longdeffirstoftwo#1#2#1%
longdefsecondoftwo#1#2#2%
longdefUDCheckWhetherBrace#1%
romannumeral0expandaftersecondoftwoexpandafterexpandafter%
string#1.expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwoexpandafterexpandafterfirstoftwo secondoftwo%
%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's have some fun: Give [ the same functionality as :
catcode`[=thecatcode`

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's see that the test on explicit characters is not fooled by implicit characters:
letbgroup=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroupegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroup Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% The test is also not fooled by implicit active characters:
catcode`X=13
let X=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceXegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceX Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%


bye


enter image description here




In order to see how UDCheckWhetherBrace works, let's write it with different line-breaking and different indentation:



The gist is: Have the argument's first token hit by string and use TeX's catching of brace-balanced arguments for finding out whether an opening brace or something else was neutralized/was turned into a catcode-12-sequence:



longdefUDCheckWhetherBrace#1%
romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string#1.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
%


For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying "t" from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character t, due to string now of category code 12 (other)&rangle;est.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;secondoftwo%
braceno brace%


yields carrying out expandafter and secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;no brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
no brace



For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying the opening curly brace from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character , due to string now of category code 12 (other)&rangle;test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
firstoftwo%
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;firstoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
brace





share|improve this answer

























  • This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

    – Weijun Zhou
    3 hours ago












  • Thank you very much for your effort explaining how it works.

    – Weijun Zhou
    2 hours ago















2














You can use futurelet



letleftbracechar=
deffoo%
begingroup
futureletfootempinnerfoo
%
definnerfoo%
expandafterendgroup
ifxfootempleftbracechar
expandafterfooatleftbrace
else
expandafterfooatnoleftbrace
fi
%
deffooatleftbrace#1Argument in braces is: bf #1
deffooatnoleftbrace#1Argument without braces is: bf #1


foo a

fooa

bye


enter image description here



, but be aware that this can be confused by implicit characters, i.e., by things like foobgroup huh?...



Besides this, the check is only about tokens (be they explicit or implicit character tokens) where the category code is 1 (begin group) and the character code equals the character code of the curly-opening-brace-character. The check does not work out with character tokens where the category code is 1 (begin group) but the character code is different.



But you can implement a full expandable check which tells you whether the first token inside a macro argument is an explicit character token of category code 1 (begin group) no matter what its character code might be:



%%-----------------------------------------------------------------------------
%% Check whether argument's first token is an explicit catcode-1-character
%%.............................................................................
%% UDCheckWhetherBrace<Argument which is to be checked>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has leading
%% catcode-1-token>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has no leading
%% catcode-1-token>%
longdeffirstoftwo#1#2#1%
longdefsecondoftwo#1#2#2%
longdefUDCheckWhetherBrace#1%
romannumeral0expandaftersecondoftwoexpandafterexpandafter%
string#1.expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwoexpandafterexpandafterfirstoftwo secondoftwo%
%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's have some fun: Give [ the same functionality as :
catcode`[=thecatcode`

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's see that the test on explicit characters is not fooled by implicit characters:
letbgroup=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroupegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroup Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% The test is also not fooled by implicit active characters:
catcode`X=13
let X=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceXegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceX Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%


bye


enter image description here




In order to see how UDCheckWhetherBrace works, let's write it with different line-breaking and different indentation:



The gist is: Have the argument's first token hit by string and use TeX's catching of brace-balanced arguments for finding out whether an opening brace or something else was neutralized/was turned into a catcode-12-sequence:



longdefUDCheckWhetherBrace#1%
romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string#1.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
%


For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying "t" from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character t, due to string now of category code 12 (other)&rangle;est.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;secondoftwo%
braceno brace%


yields carrying out expandafter and secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;no brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
no brace



For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying the opening curly brace from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character , due to string now of category code 12 (other)&rangle;test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
firstoftwo%
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;firstoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
brace





share|improve this answer

























  • This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

    – Weijun Zhou
    3 hours ago












  • Thank you very much for your effort explaining how it works.

    – Weijun Zhou
    2 hours ago













2












2








2







You can use futurelet



letleftbracechar=
deffoo%
begingroup
futureletfootempinnerfoo
%
definnerfoo%
expandafterendgroup
ifxfootempleftbracechar
expandafterfooatleftbrace
else
expandafterfooatnoleftbrace
fi
%
deffooatleftbrace#1Argument in braces is: bf #1
deffooatnoleftbrace#1Argument without braces is: bf #1


foo a

fooa

bye


enter image description here



, but be aware that this can be confused by implicit characters, i.e., by things like foobgroup huh?...



Besides this, the check is only about tokens (be they explicit or implicit character tokens) where the category code is 1 (begin group) and the character code equals the character code of the curly-opening-brace-character. The check does not work out with character tokens where the category code is 1 (begin group) but the character code is different.



But you can implement a full expandable check which tells you whether the first token inside a macro argument is an explicit character token of category code 1 (begin group) no matter what its character code might be:



%%-----------------------------------------------------------------------------
%% Check whether argument's first token is an explicit catcode-1-character
%%.............................................................................
%% UDCheckWhetherBrace<Argument which is to be checked>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has leading
%% catcode-1-token>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has no leading
%% catcode-1-token>%
longdeffirstoftwo#1#2#1%
longdefsecondoftwo#1#2#2%
longdefUDCheckWhetherBrace#1%
romannumeral0expandaftersecondoftwoexpandafterexpandafter%
string#1.expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwoexpandafterexpandafterfirstoftwo secondoftwo%
%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's have some fun: Give [ the same functionality as :
catcode`[=thecatcode`

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's see that the test on explicit characters is not fooled by implicit characters:
letbgroup=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroupegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroup Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% The test is also not fooled by implicit active characters:
catcode`X=13
let X=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceXegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceX Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%


bye


enter image description here




In order to see how UDCheckWhetherBrace works, let's write it with different line-breaking and different indentation:



The gist is: Have the argument's first token hit by string and use TeX's catching of brace-balanced arguments for finding out whether an opening brace or something else was neutralized/was turned into a catcode-12-sequence:



longdefUDCheckWhetherBrace#1%
romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string#1.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
%


For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying "t" from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character t, due to string now of category code 12 (other)&rangle;est.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;secondoftwo%
braceno brace%


yields carrying out expandafter and secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;no brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
no brace



For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying the opening curly brace from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character , due to string now of category code 12 (other)&rangle;test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
firstoftwo%
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;firstoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
brace





share|improve this answer















You can use futurelet



letleftbracechar=
deffoo%
begingroup
futureletfootempinnerfoo
%
definnerfoo%
expandafterendgroup
ifxfootempleftbracechar
expandafterfooatleftbrace
else
expandafterfooatnoleftbrace
fi
%
deffooatleftbrace#1Argument in braces is: bf #1
deffooatnoleftbrace#1Argument without braces is: bf #1


foo a

fooa

bye


enter image description here



, but be aware that this can be confused by implicit characters, i.e., by things like foobgroup huh?...



Besides this, the check is only about tokens (be they explicit or implicit character tokens) where the category code is 1 (begin group) and the character code equals the character code of the curly-opening-brace-character. The check does not work out with character tokens where the category code is 1 (begin group) but the character code is different.



But you can implement a full expandable check which tells you whether the first token inside a macro argument is an explicit character token of category code 1 (begin group) no matter what its character code might be:



%%-----------------------------------------------------------------------------
%% Check whether argument's first token is an explicit catcode-1-character
%%.............................................................................
%% UDCheckWhetherBrace<Argument which is to be checked>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has leading
%% catcode-1-token>%
%% <Tokens to be delivered in case that argument
%% which is to be checked has no leading
%% catcode-1-token>%
longdeffirstoftwo#1#2#1%
longdefsecondoftwo#1#2#2%
longdefUDCheckWhetherBrace#1%
romannumeral0expandaftersecondoftwoexpandafterexpandafter%
string#1.expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwoexpandafterexpandafterfirstoftwo secondoftwo%
%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's have some fun: Give [ the same functionality as :
catcode`[=thecatcode`

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBrace[Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% Now let's see that the test on explicit characters is not fooled by implicit characters:
letbgroup=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroupegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBracebgroup Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

leavevmodehrulefillnull

% The test is also not fooled by implicit active characters:
catcode`X=13
let X=

UDCheckWhetherBraceTest%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceXegroup Test%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%

UDCheckWhetherBraceX Testegroup%
The first token of the arg is an explicit catcode 1 char.%
The first token of the arg is not an explicit catcode 1 char.%


bye


enter image description here




In order to see how UDCheckWhetherBrace works, let's write it with different line-breaking and different indentation:



The gist is: Have the argument's first token hit by string and use TeX's catching of brace-balanced arguments for finding out whether an opening brace or something else was neutralized/was turned into a catcode-12-sequence:



longdefUDCheckWhetherBrace#1%
romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string#1.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
%


For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
string test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying "t" from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character t, due to string now of category code 12 (other)&rangle;est.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;secondoftwo%
braceno brace%


yields carrying out expandafter and secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;no brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
no brace



For example



UDCheckWhetherBracetestbraceno brace%


yields:



romannumeral0%
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter
secondoftwo%← This is the interesting secondoftwo.
expandafter%← This is the interesting secondoftwo's first argument's opening brace.
expandafter%
stringtest.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string and thus stringifying the opening curly brace from the phrase "test":



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo%← This is the interesting secondoftwo.
%← This is the interesting secondoftwo's first argument's opening brace.
%
&langle;character , due to string now of category code 12 (other)&rangle;test.%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% , which itself must be brace-balanced, had an opening-brace as first token.
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the interesting secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterfirstoftwoexpandafterexpandafter
secondoftwostringexpandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out the expandafter-chain and string:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
firstoftwo%
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo%← This is the interesting secondoftwo's first argument's closing brace in case the argument
% did not have an opening-brace as first token
expandafterexpandafterfirstoftwo secondoftwo%
braceno brace%


yields carrying out firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
secondoftwo&langle;character , due to string now of category code 12 (other)&rangle;expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out secondoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafterexpandafterfirstoftwo %
firstoftwo
braceno brace%


yields carrying out expandafter and firstoftwo and thus delivering the space that was inside braces:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
expandafter&langle;space token&rangle;firstoftwo%
braceno brace%


yields carrying out expandafter and firstoftwo:



%romannumeral expansion in progress as by now romannumeral only found the digit 0 and searches for more digits:
&langle;space token&rangle;brace


Now romannumeral finds the space token and discards it and aborts gathering digits. As by now it has only found the digit "0" which does not form a positive number, it does silently not deliver any token:



%romannumeral expansion done:
brace






share|improve this answer














share|improve this answer



share|improve this answer








edited 1 hour ago

























answered 3 hours ago









Ulrich DiezUlrich Diez

5,585620




5,585620












  • This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

    – Weijun Zhou
    3 hours ago












  • Thank you very much for your effort explaining how it works.

    – Weijun Zhou
    2 hours ago

















  • This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

    – Weijun Zhou
    3 hours ago












  • Thank you very much for your effort explaining how it works.

    – Weijun Zhou
    2 hours ago
















This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

– Weijun Zhou
3 hours ago






This is much more extensive. I will spend some time understanding and learning from it. I think the idea of checking catcode instead of char code is very interesting and useful. It would be great if some more explanation can be added for the latter case.

– Weijun Zhou
3 hours ago














Thank you very much for your effort explaining how it works.

– Weijun Zhou
2 hours ago





Thank you very much for your effort explaining how it works.

– Weijun Zhou
2 hours ago











4














Fundamentally you just need to use futurelet as you do for any other look ahead



deffoofutureletfootokenfooaux
deffooaux%
ifxfootokenbgroup
% Brace group
else
% Something else
fi



The only reason this 'looks different' to other peek ahead situations is that you can't use an explicit {, but rather the implicit token bgroup.






share|improve this answer

























  • That's clear enough and much simpler than I originally imagined.

    – Weijun Zhou
    4 hours ago















4














Fundamentally you just need to use futurelet as you do for any other look ahead



deffoofutureletfootokenfooaux
deffooaux%
ifxfootokenbgroup
% Brace group
else
% Something else
fi



The only reason this 'looks different' to other peek ahead situations is that you can't use an explicit {, but rather the implicit token bgroup.






share|improve this answer

























  • That's clear enough and much simpler than I originally imagined.

    – Weijun Zhou
    4 hours ago













4












4








4







Fundamentally you just need to use futurelet as you do for any other look ahead



deffoofutureletfootokenfooaux
deffooaux%
ifxfootokenbgroup
% Brace group
else
% Something else
fi



The only reason this 'looks different' to other peek ahead situations is that you can't use an explicit {, but rather the implicit token bgroup.






share|improve this answer















Fundamentally you just need to use futurelet as you do for any other look ahead



deffoofutureletfootokenfooaux
deffooaux%
ifxfootokenbgroup
% Brace group
else
% Something else
fi



The only reason this 'looks different' to other peek ahead situations is that you can't use an explicit {, but rather the implicit token bgroup.







share|improve this answer














share|improve this answer



share|improve this answer








edited 3 hours ago









frougon

783611




783611










answered 4 hours ago









Joseph WrightJoseph Wright

205k23563891




205k23563891












  • That's clear enough and much simpler than I originally imagined.

    – Weijun Zhou
    4 hours ago

















  • That's clear enough and much simpler than I originally imagined.

    – Weijun Zhou
    4 hours ago
















That's clear enough and much simpler than I originally imagined.

– Weijun Zhou
4 hours ago





That's clear enough and much simpler than I originally imagined.

– Weijun Zhou
4 hours ago










Weijun Zhou is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Weijun Zhou is a new contributor. Be nice, and check out our Code of Conduct.












Weijun Zhou is a new contributor. Be nice, and check out our Code of Conduct.











Weijun Zhou 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483588%2fhow-to-write-a-macro-that-is-braces-sensitive%23new-answer', 'question_page');

);

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







Popular posts from this blog

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367