Search found 7 matches

by latexnoob2022
Sun Nov 20, 2022 7:30 pm
Forum: General
Topic: Reducing space between gloss items in gb4e's xlist and exe
Replies: 5
Views: 6570

Reducing space between gloss items in gb4e's xlist and exe

You cannot use \renewcommand this way. You cannot use it to change only some parameters. You always have to do a complete environment definition. And you always have to redefine the begin and the end part not only the begin part.

Moreover, to redefine exe you should redefine (or patch → xpatch ...
by latexnoob2022
Wed Nov 09, 2022 5:46 am
Forum: Graphics, Figures & Tables
Topic: Strange issue with package ot-tableau
Replies: 1
Views: 2609

Strange issue with package ot-tableau

I have been trying to implement a table using a package for linguistics called `ot-tableau`. The package seems to have serious issues with horizontal lines, but I am not sure what's going on. This issue was also flagged by a few fellow academics to me offline:

An MWE:

\documentclass[11pt]{article ...
by latexnoob2022
Wed Nov 09, 2022 5:26 am
Forum: General
Topic: Reducing space between gloss items in gb4e's xlist and exe
Replies: 5
Views: 6570

Reducing space between gloss items in gb4e's xlist and exe

That was my plan- it didn't make sense to change the original file and mess up my distribution. thank you!
by latexnoob2022
Fri Nov 04, 2022 5:02 am
Forum: General
Topic: Reducing space between gloss items in gb4e's xlist and exe
Replies: 5
Views: 6570

Reducing space between gloss items in gb4e's xlist and exe

You cannot use \renewcommand this way. You cannot use it to change only some parameters. You always have to do a complete environment definition. And you always have to redefine the begin and the end part not only the begin part.

Moreover, to redefine exe you should redefine (or patch → xpatch ...
by latexnoob2022
Wed Oct 05, 2022 4:52 am
Forum: General
Topic: Reducing space between gloss items in gb4e's xlist and exe
Replies: 5
Views: 6570

Reducing space between gloss items in gb4e's xlist and exe

I am trying to reduce the `itemsep', `parskip' and `parsep' spacing within each instance of the `exe' and `xlist' environment.

So far, the only thing that has worked as been this (in-line code below):

\documentclass[11pt]{article}
\usepackage{gb4e}
\noautomath
\begin{document}
\begin{exe ...
by latexnoob2022
Fri Jan 28, 2022 4:54 am
Forum: Fonts & Character Sets
Topic: Overleaf errors with Times New Roman and IPA
Replies: 2
Views: 7503

Overleaf errors with Times New Roman and IPA

I have the same warnings on my Linux machine. It is because the times.ttf that is used at this machine really does not provide the wanted glyphs. Maybe the font installed on your local machine has additional glyphs. Theoretically it would be possible to copy the font file to your project. But be ...
by latexnoob2022
Thu Jan 20, 2022 6:49 am
Forum: Fonts & Character Sets
Topic: Overleaf errors with Times New Roman and IPA
Replies: 2
Views: 7503

Overleaf errors with Times New Roman and IPA

I have a LaTeX document with IPA symbols in built for XeLaTeX. I've used Times New Roman (which is unicode enabled) and am able to successfully build the document on my system (MaCOS).

However, on Overleaf, on the TeX code panel, the unicode is rendered correctly. When I try to build the PDF, this ...