aboveglftskip in expex linguistic glossesWill two-letter font style commands (bf , it , …) ever be...

Reversed Sudoku

Makefile strange variable substitution

How can I ensure my trip to the UK will not have to be cancelled because of Brexit?

Does the nature of the Apocalypse in The Umbrella Academy change from the first to the last episode?

When a wind turbine does not produce enough electricity how does the power company compensate for the loss?

Shifting between bemols (flats) and diesis (sharps)in the key signature

Conservation of Mass and Energy

Is compression "encryption" under FCC regs?

Accountant/ lawyer will not return my call

A Tag-Friendly Word or Phrase Expressing Failure to Communicate Meaning Due to Word Choice

What do you call someone who likes to pick fights?

Plausibility of Mushroom Buildings

meaning and function of 幸 in "则幸分我一杯羹"

Recommendation letter by significant other if you worked with them professionally?

Why is computing ridge regression with a Cholesky decomposition much quicker than using SVD?

Are there historical instances of the capital of a colonising country being temporarily or permanently shifted to one of its colonies?

Do I really need to have a scientific explanation for my premise?

Does this video of collapsing warehouse shelves show a real incident?

Database Backup for data and log files

Word for a person who has no opinion about whether god exists

How to fix the Unknown Command error caused by starting CmdInit.cmd using TCC/LE?

Latex does not go to next line

How to detect if C code (which needs 'extern C') is compiled in C++

Why would one plane in this picture not have gear down yet?



aboveglftskip in expex linguistic glosses


Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX?Is there a difference between textit and itshape?gb4e: remove extra space below preamble/header linesHow to adjust space between interlinear linesWords not vertically aligned in gb4e glosses when underlinedUnnumbered linguistic examples with glossesAligning ExPex interlinear glosses in multicol environmentMultiline/language linguistic glossesIncrease space between lines of glossed text, gb4egb4e and a0poster: glossed examples very smallexpex: box around phrase and its glossLinguistic gloss for dialogue with expex and marking the speakersPreventing page break inside gloss environmentGloss on opposite page as translation













5















First of all I am not an expert in using LaTeX, I just started a few months back.



I am using MiKTeX with the expex package for glossed linguistic examples.
If we take a look at a glossed example, we see a space above the fourth line which is the free translation (glft):



enter image description here



To get rid of the vertical spacing above the glft-line, the expex documentation advisies you to use the command "aboveglftskip=0pt" in the begingl column.
I used this command in my document, but it still gives me a gloss with spacing before glft.
I am using a weird template with a bunch of stuff in it, but it's likely to the beamer class.
But even if I strip my document of everything, and do a normal beamer or article class, it doesn't work:



documentclass{article}
usepackage{expex}

begin{document}

ex
begingl[everyglpreamble=it, belowglpreambleskip=0pt, aboveglftskip=0pt]
gla batis-ne //
glb feet-sc{3.sg.poss}//
glft`his/her feet'//
endgl
xe

clearpage

end{document}


According to the documentation, one can also use the command in the glft line which I tried. It didn't work as well... Am I doing something wrong? I want to get rid of the vertical spacing above the glft line! I am also using the expex package in a paper I am writing and it's working fine there.










share|improve this question




















  • 1





    Welcome to TeX.SX! Please add your code in form of a minimal working example (MWE), starting with documentclass{...} and ending with end{document}, and not images.

    – karlkoeller
    Jan 10 '14 at 15:05











  • Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}. Please don't just post screenshot of the code; otherwise people have to type it themselves to help you. You can edit your question to improve it.

    – jubobs
    Jan 10 '14 at 15:06













  • And anyway your code works fine for me. Do you have anything else in your document that can affect this behavior?

    – karlkoeller
    Jan 10 '14 at 15:06











  • There is no need to add a thank you remark as accepting or upvoting answer do just that. Also adding your signature at the end is not necessary since you already have it in your post (lower right corner). Welcome again to TeX.SX.

    – azetina
    Jan 10 '14 at 16:36











  • I also find no problem with your sample document. I wonder if perhaps you have an old version of expex around that is being used. Also, you should not use two-letter font commands (see Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX? ) and also these commands do not take arguments. (See Is there a difference between textit and itshape?).

    – Alan Munn
    Jan 10 '14 at 16:52
















5















First of all I am not an expert in using LaTeX, I just started a few months back.



I am using MiKTeX with the expex package for glossed linguistic examples.
If we take a look at a glossed example, we see a space above the fourth line which is the free translation (glft):



enter image description here



To get rid of the vertical spacing above the glft-line, the expex documentation advisies you to use the command "aboveglftskip=0pt" in the begingl column.
I used this command in my document, but it still gives me a gloss with spacing before glft.
I am using a weird template with a bunch of stuff in it, but it's likely to the beamer class.
But even if I strip my document of everything, and do a normal beamer or article class, it doesn't work:



documentclass{article}
usepackage{expex}

begin{document}

ex
begingl[everyglpreamble=it, belowglpreambleskip=0pt, aboveglftskip=0pt]
gla batis-ne //
glb feet-sc{3.sg.poss}//
glft`his/her feet'//
endgl
xe

clearpage

end{document}


According to the documentation, one can also use the command in the glft line which I tried. It didn't work as well... Am I doing something wrong? I want to get rid of the vertical spacing above the glft line! I am also using the expex package in a paper I am writing and it's working fine there.










share|improve this question




















  • 1





    Welcome to TeX.SX! Please add your code in form of a minimal working example (MWE), starting with documentclass{...} and ending with end{document}, and not images.

    – karlkoeller
    Jan 10 '14 at 15:05











  • Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}. Please don't just post screenshot of the code; otherwise people have to type it themselves to help you. You can edit your question to improve it.

    – jubobs
    Jan 10 '14 at 15:06













  • And anyway your code works fine for me. Do you have anything else in your document that can affect this behavior?

    – karlkoeller
    Jan 10 '14 at 15:06











  • There is no need to add a thank you remark as accepting or upvoting answer do just that. Also adding your signature at the end is not necessary since you already have it in your post (lower right corner). Welcome again to TeX.SX.

    – azetina
    Jan 10 '14 at 16:36











  • I also find no problem with your sample document. I wonder if perhaps you have an old version of expex around that is being used. Also, you should not use two-letter font commands (see Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX? ) and also these commands do not take arguments. (See Is there a difference between textit and itshape?).

    – Alan Munn
    Jan 10 '14 at 16:52














5












5








5








First of all I am not an expert in using LaTeX, I just started a few months back.



I am using MiKTeX with the expex package for glossed linguistic examples.
If we take a look at a glossed example, we see a space above the fourth line which is the free translation (glft):



enter image description here



To get rid of the vertical spacing above the glft-line, the expex documentation advisies you to use the command "aboveglftskip=0pt" in the begingl column.
I used this command in my document, but it still gives me a gloss with spacing before glft.
I am using a weird template with a bunch of stuff in it, but it's likely to the beamer class.
But even if I strip my document of everything, and do a normal beamer or article class, it doesn't work:



documentclass{article}
usepackage{expex}

begin{document}

ex
begingl[everyglpreamble=it, belowglpreambleskip=0pt, aboveglftskip=0pt]
gla batis-ne //
glb feet-sc{3.sg.poss}//
glft`his/her feet'//
endgl
xe

clearpage

end{document}


According to the documentation, one can also use the command in the glft line which I tried. It didn't work as well... Am I doing something wrong? I want to get rid of the vertical spacing above the glft line! I am also using the expex package in a paper I am writing and it's working fine there.










share|improve this question
















First of all I am not an expert in using LaTeX, I just started a few months back.



I am using MiKTeX with the expex package for glossed linguistic examples.
If we take a look at a glossed example, we see a space above the fourth line which is the free translation (glft):



enter image description here



To get rid of the vertical spacing above the glft-line, the expex documentation advisies you to use the command "aboveglftskip=0pt" in the begingl column.
I used this command in my document, but it still gives me a gloss with spacing before glft.
I am using a weird template with a bunch of stuff in it, but it's likely to the beamer class.
But even if I strip my document of everything, and do a normal beamer or article class, it doesn't work:



documentclass{article}
usepackage{expex}

begin{document}

ex
begingl[everyglpreamble=it, belowglpreambleskip=0pt, aboveglftskip=0pt]
gla batis-ne //
glb feet-sc{3.sg.poss}//
glft`his/her feet'//
endgl
xe

clearpage

end{document}


According to the documentation, one can also use the command in the glft line which I tried. It didn't work as well... Am I doing something wrong? I want to get rid of the vertical spacing above the glft line! I am also using the expex package in a paper I am writing and it's working fine there.







spacing linguistics examples expex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 10 '14 at 16:56









Alan Munn

162k28432708




162k28432708










asked Jan 10 '14 at 14:40









LucasLucas

261




261








  • 1





    Welcome to TeX.SX! Please add your code in form of a minimal working example (MWE), starting with documentclass{...} and ending with end{document}, and not images.

    – karlkoeller
    Jan 10 '14 at 15:05











  • Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}. Please don't just post screenshot of the code; otherwise people have to type it themselves to help you. You can edit your question to improve it.

    – jubobs
    Jan 10 '14 at 15:06













  • And anyway your code works fine for me. Do you have anything else in your document that can affect this behavior?

    – karlkoeller
    Jan 10 '14 at 15:06











  • There is no need to add a thank you remark as accepting or upvoting answer do just that. Also adding your signature at the end is not necessary since you already have it in your post (lower right corner). Welcome again to TeX.SX.

    – azetina
    Jan 10 '14 at 16:36











  • I also find no problem with your sample document. I wonder if perhaps you have an old version of expex around that is being used. Also, you should not use two-letter font commands (see Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX? ) and also these commands do not take arguments. (See Is there a difference between textit and itshape?).

    – Alan Munn
    Jan 10 '14 at 16:52














  • 1





    Welcome to TeX.SX! Please add your code in form of a minimal working example (MWE), starting with documentclass{...} and ending with end{document}, and not images.

    – karlkoeller
    Jan 10 '14 at 15:05











  • Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}. Please don't just post screenshot of the code; otherwise people have to type it themselves to help you. You can edit your question to improve it.

    – jubobs
    Jan 10 '14 at 15:06













  • And anyway your code works fine for me. Do you have anything else in your document that can affect this behavior?

    – karlkoeller
    Jan 10 '14 at 15:06











  • There is no need to add a thank you remark as accepting or upvoting answer do just that. Also adding your signature at the end is not necessary since you already have it in your post (lower right corner). Welcome again to TeX.SX.

    – azetina
    Jan 10 '14 at 16:36











  • I also find no problem with your sample document. I wonder if perhaps you have an old version of expex around that is being used. Also, you should not use two-letter font commands (see Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX? ) and also these commands do not take arguments. (See Is there a difference between textit and itshape?).

    – Alan Munn
    Jan 10 '14 at 16:52








1




1





Welcome to TeX.SX! Please add your code in form of a minimal working example (MWE), starting with documentclass{...} and ending with end{document}, and not images.

– karlkoeller
Jan 10 '14 at 15:05





Welcome to TeX.SX! Please add your code in form of a minimal working example (MWE), starting with documentclass{...} and ending with end{document}, and not images.

– karlkoeller
Jan 10 '14 at 15:05













Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}. Please don't just post screenshot of the code; otherwise people have to type it themselves to help you. You can edit your question to improve it.

– jubobs
Jan 10 '14 at 15:06







Welcome to TeX.SX! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with documentclass{...} and ending with end{document}. Please don't just post screenshot of the code; otherwise people have to type it themselves to help you. You can edit your question to improve it.

– jubobs
Jan 10 '14 at 15:06















And anyway your code works fine for me. Do you have anything else in your document that can affect this behavior?

– karlkoeller
Jan 10 '14 at 15:06





And anyway your code works fine for me. Do you have anything else in your document that can affect this behavior?

– karlkoeller
Jan 10 '14 at 15:06













There is no need to add a thank you remark as accepting or upvoting answer do just that. Also adding your signature at the end is not necessary since you already have it in your post (lower right corner). Welcome again to TeX.SX.

– azetina
Jan 10 '14 at 16:36





There is no need to add a thank you remark as accepting or upvoting answer do just that. Also adding your signature at the end is not necessary since you already have it in your post (lower right corner). Welcome again to TeX.SX.

– azetina
Jan 10 '14 at 16:36













I also find no problem with your sample document. I wonder if perhaps you have an old version of expex around that is being used. Also, you should not use two-letter font commands (see Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX? ) and also these commands do not take arguments. (See Is there a difference between textit and itshape?).

– Alan Munn
Jan 10 '14 at 16:52





I also find no problem with your sample document. I wonder if perhaps you have an old version of expex around that is being used. Also, you should not use two-letter font commands (see Will two-letter font style commands (bf , it , …) ever be resurrected in LaTeX? ) and also these commands do not take arguments. (See Is there a difference between textit and itshape?).

– Alan Munn
Jan 10 '14 at 16:52










2 Answers
2






active

oldest

votes


















5














To my eye, aboveglftskip=0pt doesn't get rid of all of the extra vertical space between the glosses and translation, even with the latest version of expex (2014/03/10 v5.0b); see below. To take care of this, I usually use a negative value of aboveglftskip (and belowglpreambleskip, which has the same problem), but this seems to me to be just a hack.



enter image description here



Produced by this code:



documentclass{article}
usepackage{expex}

begin{document}

ex
begingl[everygla=]
glpreamble XXXXXXXX (default) //
gla XXXXXXXX //
glb XXXXXXXX //
glft XXXXXXXX (default)//
endgl
xe

ex
begingl[everygla=, belowglpreambleskip=0pt, aboveglftskip=0pt]
glpreamble XXXXXXXX (0pt) //
gla XXXXXXXX //
glb XXXXXXXX //
glft XXXXXXXX (0pt) //
endgl
xe

ex
begingl[everygla=, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex]
glpreamble XXXXXXXX (-0.5ex) //
gla XXXXXXXX //
glb XXXXXXXX //
glft XXXXXXXX (-0.5ex) //
endgl
xe

clearpage

end{document}





share|improve this answer
























  • I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

    – Jonathan W.
    yesterday











  • FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

    – Jonathan W.
    yesterday



















0














I filed an issue about this at the expex github repo, and the author reported a short-term work around.



TLDR: You can set parskip to 0pt in Everyex (as below) and set a few other values to 0pt.



lingset{Everyex={parskip=0pt}}


The following MWE is a complete work-around:



documentclass{article}
usepackage{expex}

setlength{parskip}{12pt}

lingset{
aboveglftskip=0pt,
belowglpreambleskip=0pt,
belowpreambleskip=0pt,
extraglskip=0pt,
Everyex={parskip=0pt},
}

begin{document}

ex
begingl[everygla={}]
glpreamble XXXXXXXX //
gla XXXXXXXX //
glb XXXXXXXX //
glft XXXXXXXX //
endgl
xe

end{document}


It seems to result in evenly spaced lines:



evenly spaced lines



Without extraglskip=0pt, it looks like this, with most extra space gone:



most extra space gone



If Everyex={parskip=0pt} is additionally removed, the following is the result, with lots of extra space (due to the 12pt parskip):



lots of extra space






share|improve this answer























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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f153373%2faboveglftskip-in-expex-linguistic-glosses%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









    5














    To my eye, aboveglftskip=0pt doesn't get rid of all of the extra vertical space between the glosses and translation, even with the latest version of expex (2014/03/10 v5.0b); see below. To take care of this, I usually use a negative value of aboveglftskip (and belowglpreambleskip, which has the same problem), but this seems to me to be just a hack.



    enter image description here



    Produced by this code:



    documentclass{article}
    usepackage{expex}

    begin{document}

    ex
    begingl[everygla=]
    glpreamble XXXXXXXX (default) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (default)//
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=0pt, aboveglftskip=0pt]
    glpreamble XXXXXXXX (0pt) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (0pt) //
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex]
    glpreamble XXXXXXXX (-0.5ex) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (-0.5ex) //
    endgl
    xe

    clearpage

    end{document}





    share|improve this answer
























    • I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

      – Jonathan W.
      yesterday











    • FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

      – Jonathan W.
      yesterday
















    5














    To my eye, aboveglftskip=0pt doesn't get rid of all of the extra vertical space between the glosses and translation, even with the latest version of expex (2014/03/10 v5.0b); see below. To take care of this, I usually use a negative value of aboveglftskip (and belowglpreambleskip, which has the same problem), but this seems to me to be just a hack.



    enter image description here



    Produced by this code:



    documentclass{article}
    usepackage{expex}

    begin{document}

    ex
    begingl[everygla=]
    glpreamble XXXXXXXX (default) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (default)//
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=0pt, aboveglftskip=0pt]
    glpreamble XXXXXXXX (0pt) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (0pt) //
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex]
    glpreamble XXXXXXXX (-0.5ex) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (-0.5ex) //
    endgl
    xe

    clearpage

    end{document}





    share|improve this answer
























    • I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

      – Jonathan W.
      yesterday











    • FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

      – Jonathan W.
      yesterday














    5












    5








    5







    To my eye, aboveglftskip=0pt doesn't get rid of all of the extra vertical space between the glosses and translation, even with the latest version of expex (2014/03/10 v5.0b); see below. To take care of this, I usually use a negative value of aboveglftskip (and belowglpreambleskip, which has the same problem), but this seems to me to be just a hack.



    enter image description here



    Produced by this code:



    documentclass{article}
    usepackage{expex}

    begin{document}

    ex
    begingl[everygla=]
    glpreamble XXXXXXXX (default) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (default)//
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=0pt, aboveglftskip=0pt]
    glpreamble XXXXXXXX (0pt) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (0pt) //
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex]
    glpreamble XXXXXXXX (-0.5ex) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (-0.5ex) //
    endgl
    xe

    clearpage

    end{document}





    share|improve this answer













    To my eye, aboveglftskip=0pt doesn't get rid of all of the extra vertical space between the glosses and translation, even with the latest version of expex (2014/03/10 v5.0b); see below. To take care of this, I usually use a negative value of aboveglftskip (and belowglpreambleskip, which has the same problem), but this seems to me to be just a hack.



    enter image description here



    Produced by this code:



    documentclass{article}
    usepackage{expex}

    begin{document}

    ex
    begingl[everygla=]
    glpreamble XXXXXXXX (default) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (default)//
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=0pt, aboveglftskip=0pt]
    glpreamble XXXXXXXX (0pt) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (0pt) //
    endgl
    xe

    ex
    begingl[everygla=, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex]
    glpreamble XXXXXXXX (-0.5ex) //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX (-0.5ex) //
    endgl
    xe

    clearpage

    end{document}






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Sep 25 '14 at 1:35









    Jason ZentzJason Zentz

    3,3831333




    3,3831333













    • I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

      – Jonathan W.
      yesterday











    • FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

      – Jonathan W.
      yesterday



















    • I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

      – Jonathan W.
      yesterday











    • FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

      – Jonathan W.
      yesterday

















    I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

    – Jonathan W.
    yesterday





    I get better results with -6pt using FreeSerif (XeLaTeX) with parskip set to 6pt. 0.5ex seems to be not enough. I believe it's adding an extra parskip, but I haven't tracked down exactly what it's doing yet.

    – Jonathan W.
    yesterday













    FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

    – Jonathan W.
    yesterday





    FYI, I've filed an issue at the expex repository about this: github.com/frampton/ExPex/issues/8

    – Jonathan W.
    yesterday











    0














    I filed an issue about this at the expex github repo, and the author reported a short-term work around.



    TLDR: You can set parskip to 0pt in Everyex (as below) and set a few other values to 0pt.



    lingset{Everyex={parskip=0pt}}


    The following MWE is a complete work-around:



    documentclass{article}
    usepackage{expex}

    setlength{parskip}{12pt}

    lingset{
    aboveglftskip=0pt,
    belowglpreambleskip=0pt,
    belowpreambleskip=0pt,
    extraglskip=0pt,
    Everyex={parskip=0pt},
    }

    begin{document}

    ex
    begingl[everygla={}]
    glpreamble XXXXXXXX //
    gla XXXXXXXX //
    glb XXXXXXXX //
    glft XXXXXXXX //
    endgl
    xe

    end{document}


    It seems to result in evenly spaced lines:



    evenly spaced lines



    Without extraglskip=0pt, it looks like this, with most extra space gone:



    most extra space gone



    If Everyex={parskip=0pt} is additionally removed, the following is the result, with lots of extra space (due to the 12pt parskip):



    lots of extra space






    share|improve this answer




























      0














      I filed an issue about this at the expex github repo, and the author reported a short-term work around.



      TLDR: You can set parskip to 0pt in Everyex (as below) and set a few other values to 0pt.



      lingset{Everyex={parskip=0pt}}


      The following MWE is a complete work-around:



      documentclass{article}
      usepackage{expex}

      setlength{parskip}{12pt}

      lingset{
      aboveglftskip=0pt,
      belowglpreambleskip=0pt,
      belowpreambleskip=0pt,
      extraglskip=0pt,
      Everyex={parskip=0pt},
      }

      begin{document}

      ex
      begingl[everygla={}]
      glpreamble XXXXXXXX //
      gla XXXXXXXX //
      glb XXXXXXXX //
      glft XXXXXXXX //
      endgl
      xe

      end{document}


      It seems to result in evenly spaced lines:



      evenly spaced lines



      Without extraglskip=0pt, it looks like this, with most extra space gone:



      most extra space gone



      If Everyex={parskip=0pt} is additionally removed, the following is the result, with lots of extra space (due to the 12pt parskip):



      lots of extra space






      share|improve this answer


























        0












        0








        0







        I filed an issue about this at the expex github repo, and the author reported a short-term work around.



        TLDR: You can set parskip to 0pt in Everyex (as below) and set a few other values to 0pt.



        lingset{Everyex={parskip=0pt}}


        The following MWE is a complete work-around:



        documentclass{article}
        usepackage{expex}

        setlength{parskip}{12pt}

        lingset{
        aboveglftskip=0pt,
        belowglpreambleskip=0pt,
        belowpreambleskip=0pt,
        extraglskip=0pt,
        Everyex={parskip=0pt},
        }

        begin{document}

        ex
        begingl[everygla={}]
        glpreamble XXXXXXXX //
        gla XXXXXXXX //
        glb XXXXXXXX //
        glft XXXXXXXX //
        endgl
        xe

        end{document}


        It seems to result in evenly spaced lines:



        evenly spaced lines



        Without extraglskip=0pt, it looks like this, with most extra space gone:



        most extra space gone



        If Everyex={parskip=0pt} is additionally removed, the following is the result, with lots of extra space (due to the 12pt parskip):



        lots of extra space






        share|improve this answer













        I filed an issue about this at the expex github repo, and the author reported a short-term work around.



        TLDR: You can set parskip to 0pt in Everyex (as below) and set a few other values to 0pt.



        lingset{Everyex={parskip=0pt}}


        The following MWE is a complete work-around:



        documentclass{article}
        usepackage{expex}

        setlength{parskip}{12pt}

        lingset{
        aboveglftskip=0pt,
        belowglpreambleskip=0pt,
        belowpreambleskip=0pt,
        extraglskip=0pt,
        Everyex={parskip=0pt},
        }

        begin{document}

        ex
        begingl[everygla={}]
        glpreamble XXXXXXXX //
        gla XXXXXXXX //
        glb XXXXXXXX //
        glft XXXXXXXX //
        endgl
        xe

        end{document}


        It seems to result in evenly spaced lines:



        evenly spaced lines



        Without extraglskip=0pt, it looks like this, with most extra space gone:



        most extra space gone



        If Everyex={parskip=0pt} is additionally removed, the following is the result, with lots of extra space (due to the 12pt parskip):



        lots of extra space







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 15 mins ago









        Jonathan W.Jonathan W.

        309412




        309412






























            draft saved

            draft discarded




















































            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%2f153373%2faboveglftskip-in-expex-linguistic-glosses%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

            Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

            Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

            How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...