I'm having trouble with linguex cross-referencing examples with an optional argument as in:
\documentclass{article}
\usepackage{linguex}
\title{Title}
\begin{document}
\maketitle
\a.[{\bf Optional Argument: }] Principle. \label{Principle}
Here comes some text that references \ref{Principle}.
\end{document}
Is there a way to get cross-references even when I'm using custom arguments?
\ex.that initiates the list-like environment. – Mico May 23 '15 at 04:28\label{Principle}\ref{Principle}command.linguexallows you to have a custom argument, but I can't figure out if it allows you to cross-reference it correctly. – bozidarka May 23 '15 at 05:30