summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/expex-glossonly/testfiles
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-16 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2023-11-16 03:01:15 +0000
commite0db3f0709a737e7258fd40a7cbfe9a461ea0756 (patch)
treee81cfc35b6602ffceefa73b8971ce3b94312820a /macros/latex/contrib/expex-glossonly/testfiles
parentf5460c92605f1b3b17448b27ce53375157c3e4b1 (diff)
CTAN sync 202311160301
Diffstat (limited to 'macros/latex/contrib/expex-glossonly/testfiles')
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/covington-expex.pdfbin7800 -> 7800 bytes
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/covington-expex.tex3
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdfbin5519 -> 5519 bytes
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex4
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdfbin4720 -> 5438 bytes
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex28
6 files changed, 30 insertions, 5 deletions
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.pdf b/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.pdf
index f86b9e3b68..9efbb4f7bc 100644
--- a/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.pdf
+++ b/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.pdf
Binary files differ
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.tex b/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.tex
index f3375ad736..2d80992827 100644
--- a/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.tex
+++ b/macros/latex/contrib/expex-glossonly/testfiles/covington-expex.tex
@@ -1,8 +1,9 @@
+% !TEX TS-program = LuaLaTeX
\documentclass{article}
\usepackage[covington]{expex-glossonly}
\begin{document}
-
+% Examples here show a mixture of ExPex and covington glosses in the same example set.
\begin{examples}
\item An example
\item Another example
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdf b/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdf
index 104dae2f80..dd79c4383d 100644
--- a/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdf
+++ b/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdf
Binary files differ
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex b/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex
index b6709fead5..4d5c1a6d61 100644
--- a/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex
+++ b/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex
@@ -1,8 +1,10 @@
+% !TEX TS-program = LuaLaTeX
+
\documentclass[12pt,letterpaper]{article}
\usepackage[gb4e]{expex-glossonly}
\usepackage{cgloss}
\begin{document}
-
+% Examples here show a mixture of ExPex and gb4e glosses in the same example set.
\begin{exe}
\ex
\begin{xlist}
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdf b/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdf
index f7d8140075..0f00058124 100644
--- a/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdf
+++ b/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdf
Binary files differ
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex b/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex
index 0a63e88d75..e5a607df9e 100644
--- a/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex
+++ b/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex
@@ -1,18 +1,40 @@
-\documentclass[12pt,letterpaper]{article}
+% !TEX TS-program = LuaLaTeX
+\documentclass[12pt,letterpaper]{article}
\usepackage[linguex]{expex-glossonly}
\begin{document}
+% Examples here show with and without grammaticality judgements.
+% Also a mixture of ExPex and linguex glossing in the same example set.
\ex.
-\a.
+\a. *
+ \begingl
+ \gla J\'anos h\'aza//
+ \glb John house.his//
+ \glft `John's house'//
+ \endgl
+\bg. János háza\\
+ John house.his\\
+ `John's house'
+
+\ex. ?*
\begingl
\gla\rightcomment{(Hungarian)}J\'anos h\'aza//
\glb John house.his//
\glft `John's house'//
\endgl
+
+\ex.
+\a.
+ \begingl
+ \gla J\'anos h\'aza//
+ \glb John house.his//
+ \glft `John's house'//
+ \endgl
\bg. János háza\\
John house.his\\
- \glt `John's house'
+ `John's house'
+
\end{document} \ No newline at end of file