Search found 3 matches

by jep
Wed Feb 16, 2011 8:36 pm
Forum: Text Formatting
Topic: xstring \StrBetween not working with \ref
Replies: 4
Views: 2561

Re: xstring \StrBetween not working with \ref

That will work! Thanks!
by jep
Wed Feb 16, 2011 7:32 pm
Forum: Text Formatting
Topic: xstring \StrBetween not working with \ref
Replies: 4
Views: 2561

Re: xstring \StrBetween not working with \ref

Here's a clarification of what I'm trying to do here. The \ref points to an enumeration - for example (1). I want to strip the parentheses so that I end up with just 1.

Any help is REALLY appreciated.
by jep
Mon Feb 14, 2011 7:43 am
Forum: Text Formatting
Topic: xstring \StrBetween not working with \ref
Replies: 4
Views: 2561

xstring \StrBetween not working with \ref

Hi,

Could someone explain to me why this isn't working?


\documentclass{article}

\usepackage{xstring}
\usepackage{enumitem}

\begin{document}

\begin{enumerate}[label=(\arabic*), labelindent=\parindent, leftmargin=*, rightmargin=.5in]
\item This is a test premise. \label{Premise-1}
\end ...