summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/expex-glossonly/testfiles
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-17 03:01:02 +0000
committerNorbert Preining <norbert@preining.info>2023-08-17 03:01:02 +0000
commit5248edc6ec87b3acdb196687a1af5b6292c8510a (patch)
treee92a27a946d440a1df987f433ed3ec7490423d42 /macros/latex/contrib/expex-glossonly/testfiles
parentd10719e48fc5cd329e6333041ef31d868fafbdcc (diff)
CTAN sync 202308170300
Diffstat (limited to 'macros/latex/contrib/expex-glossonly/testfiles')
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdfbin0 -> 14835 bytes
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex48
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdfbin0 -> 15454 bytes
-rw-r--r--macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex33
4 files changed, 81 insertions, 0 deletions
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdf b/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.pdf
new file mode 100644
index 0000000000..40b160303e
--- /dev/null
+++ 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
new file mode 100644
index 0000000000..8cdeed2f5d
--- /dev/null
+++ b/macros/latex/contrib/expex-glossonly/testfiles/gb4e-expex.tex
@@ -0,0 +1,48 @@
+\documentclass[12pt,letterpaper]{article}
+
+\usepackage{expex-glossonly}
+\usepackage{amssymb}
+\usepackage{gb4e}
+%\usepackage{cgloss}
+
+
+\lingset{everygla={\leftmargin=2in}, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex} % gloss formatting
+
+
+\begin{document}
+
+\begin{exe}
+\ex[*]{ This is a regular example.}
+\ex[*]{\label{foo}
+ \begingl
+ \glpreamble This is a preamble sentence.//
+ \gla\rightcomment{\small\checkmark X}J\'anos h\'aza//
+ \glb\rightcomment{\small\checkmark X}John house.his//
+ \glft `John's house'//
+ \endgl
+}
+\ex This is another example.
+\end{exe}
+\begin{exe}
+\ex\label{bar}
+\begin{xlist}
+\ex \begingl
+ \gla\rightcomment{\small\checkmark X}J\'anos h\'aza//
+ \glb\rightcomment{\small\checkmark X}John house.his//
+ \glft `John's house'//
+ \endgl
+\ex \begingl
+ \gla\rightcomment{\small\checkmark X}J\'anos h\'aza//
+ \glb\rightcomment{\small\checkmark X}John house.his//
+ \glft `John's house'//
+ \endgl
+\end{xlist}
+\ex
+\begin{xlist}
+\ex An example\setcounter{xnumi}{0}
+\ex Another example.
+\end{xlist}
+\end{exe}
+
+
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdf b/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.pdf
new file mode 100644
index 0000000000..b52da13d57
--- /dev/null
+++ 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
new file mode 100644
index 0000000000..368a35f8f1
--- /dev/null
+++ b/macros/latex/contrib/expex-glossonly/testfiles/linguex-expex.tex
@@ -0,0 +1,33 @@
+\documentclass[12pt,letterpaper]{article}
+
+\usepackage{expex-glossonly}
+\usepackage{amssymb}
+\usepackage{linguex}
+\usepackage{cgloss}
+
+\lingset{everygla={\leftmargin=2in}, belowglpreambleskip=-0.5ex, aboveglftskip=-0.5ex} % gloss formatting
+\makeatletter
+
+\begin{document}
+
+\ex. \ag. The boy didn't kiss the girl \\
+D boy AUX.NEG kiss D girl \\ \hfill {\small\checkmark X}
+\trans `The boy did not kiss the girl'. \hfill {\small\checkmark X}
+
+\ex.
+\a.
+ \begingl
+ \gla\rightcomment{\small\checkmark X}J\'anos h\'aza//
+ \glb\rightcomment{\small\checkmark X}John house.his//
+ \glft `John's house'//
+ \endgl
+\b. This is another example.
+
+\ex.\begingl
+ \gla\rightcomment{\small\checkmark X}J\'anos h\'aza//
+ \glb\rightcomment{\small\checkmark X}John house.his//
+ \glft `John's house'//
+ \endgl
+
+
+\end{document} \ No newline at end of file