Reversing the direction of the arrow in gb4eExample using gb4e without gloss lineMis-aligned free translations in gb4eChange the orientation of Arrow of xtwocell in the 2cell option for xychemfig: reaction above arrowleft-edge vertical alignment in gb4egb4e: overwrite italics in first lineHow to draw arrows as those appear on military maps?Vertical spacing between arrow and caption with unicode-mathlinguex - glossing - vertical alignmentalignment between an example in gb4e and the bracketed gloss
How do I overfit?
Why do money exchangers give different rates to different bills?
What to use instead of cling film to wrap pastry
Building a list of products from the elements in another list
How can I support myself financially as a 17 year old with a loan?
How do I tell my manager that his code review comment is wrong?
Expressing 'our' for objects belonging to our apartment
Why was the battle set up *outside* Winterfell?
As matter approaches a black hole, does it speed up?
Randomness of Python's random
Can a nothic's Weird Insight action discover secrets about a player character that the character doesn't know about themselves?
Does a card have a keyword if it has the same effect as said keyword?
Why did the Apollo 13 crew extend the LM landing gear?
Getting a W on your transcript for grad school applications
Why Isn’t SQL More Refactorable?
What happens if you dump antimatter into a black hole?
What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?
Manager is threatening to grade me poorly if I don't complete the project
How wide is a neg symbol, how to get the width for alignment?
Using a microphone from the 1930s
If I readied a spell with the trigger "When I take damage", do I have to make a constitution saving throw to avoid losing Concentration?
Are there any Final Fantasy Spirits in Super Smash Bros Ultimate?
Why do people keep telling me that I am a bad photographer?
Should I mention being denied entry to UK due to a confusion in my Visa and Ticket bookings?
Reversing the direction of the arrow in gb4e
Example using gb4e without gloss lineMis-aligned free translations in gb4eChange the orientation of Arrow of xtwocell in the 2cell option for xychemfig: reaction above arrowleft-edge vertical alignment in gb4egb4e: overwrite italics in first lineHow to draw arrows as those appear on military maps?Vertical spacing between arrow and caption with unicode-mathlinguex - glossing - vertical alignmentalignment between an example in gb4e and the bracketed gloss
Any suggestions on how to reverse the direction of the arrow such that it starts from the word je pointing to the word very in the example below?
documentclassarticle
usepackagegb4e
primebars
begindocument
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr
endexe
enddocument
arrows linguistics gb4e
add a comment |
Any suggestions on how to reverse the direction of the arrow such that it starts from the word je pointing to the word very in the example below?
documentclassarticle
usepackagegb4e
primebars
begindocument
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr
endexe
enddocument
arrows linguistics gb4e
1
Would you consider another solution that doesn't use thegb4e
under arrow system?
– Alan Munn
Apr 28 at 21:57
Sure! Especially if with nicer or simpler output? Actually, I have been looking for codes that produce arrows in the bracketed sentence contexts.
– daniela
Apr 28 at 23:16
add a comment |
Any suggestions on how to reverse the direction of the arrow such that it starts from the word je pointing to the word very in the example below?
documentclassarticle
usepackagegb4e
primebars
begindocument
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr
endexe
enddocument
arrows linguistics gb4e
Any suggestions on how to reverse the direction of the arrow such that it starts from the word je pointing to the word very in the example below?
documentclassarticle
usepackagegb4e
primebars
begindocument
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr
endexe
enddocument
arrows linguistics gb4e
arrows linguistics gb4e
asked Apr 28 at 20:07
danieladaniela
363
363
1
Would you consider another solution that doesn't use thegb4e
under arrow system?
– Alan Munn
Apr 28 at 21:57
Sure! Especially if with nicer or simpler output? Actually, I have been looking for codes that produce arrows in the bracketed sentence contexts.
– daniela
Apr 28 at 23:16
add a comment |
1
Would you consider another solution that doesn't use thegb4e
under arrow system?
– Alan Munn
Apr 28 at 21:57
Sure! Especially if with nicer or simpler output? Actually, I have been looking for codes that produce arrows in the bracketed sentence contexts.
– daniela
Apr 28 at 23:16
1
1
Would you consider another solution that doesn't use the
gb4e
under arrow system?– Alan Munn
Apr 28 at 21:57
Would you consider another solution that doesn't use the
gb4e
under arrow system?– Alan Munn
Apr 28 at 21:57
Sure! Especially if with nicer or simpler output? Actually, I have been looking for codes that produce arrows in the bracketed sentence contexts.
– daniela
Apr 28 at 23:16
Sure! Especially if with nicer or simpler output? Actually, I have been looking for codes that produce arrows in the bracketed sentence contexts.
– daniela
Apr 28 at 23:16
add a comment |
1 Answer
1
active
oldest
votes
Here you go. You simply have to reverse the pu
and vrule
arguments.
documentclassarticle
usepackagegb4e
primebars
begindocument
% original arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr % here
endexe
% reversed arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightvrule&link1&fillleftpu & cr % and here
endexe
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488136%2freversing-the-direction-of-the-arrow-in-gb4e%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here you go. You simply have to reverse the pu
and vrule
arguments.
documentclassarticle
usepackagegb4e
primebars
begindocument
% original arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr % here
endexe
% reversed arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightvrule&link1&fillleftpu & cr % and here
endexe
New contributor
add a comment |
Here you go. You simply have to reverse the pu
and vrule
arguments.
documentclassarticle
usepackagegb4e
primebars
begindocument
% original arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr % here
endexe
% reversed arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightvrule&link1&fillleftpu & cr % and here
endexe
New contributor
add a comment |
Here you go. You simply have to reverse the pu
and vrule
arguments.
documentclassarticle
usepackagegb4e
primebars
begindocument
% original arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr % here
endexe
% reversed arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightvrule&link1&fillleftpu & cr % and here
endexe
New contributor
Here you go. You simply have to reverse the pu
and vrule
arguments.
documentclassarticle
usepackagegb4e
primebars
begindocument
% original arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightpu&link1&fillleftvrule & cr % here
endexe
% reversed arrow
beginexe
exatcenterarrowalign
lbTP lbT & emphje_j & ] lbBeP & lbPredP emphvery
important_i & ] lbBe t_j ] lbPredP & lbDP this task ]
lbPredP t_i]]]] cr
&fillrightvrule&link1&fillleftpu & cr % and here
endexe
New contributor
New contributor
answered Apr 28 at 21:45
jGaboardijGaboardi
539
539
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488136%2freversing-the-direction-of-the-arrow-in-gb4e%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Would you consider another solution that doesn't use the
gb4e
under arrow system?– Alan Munn
Apr 28 at 21:57
Sure! Especially if with nicer or simpler output? Actually, I have been looking for codes that produce arrows in the bracketed sentence contexts.
– daniela
Apr 28 at 23:16