[OS X TeX] To compile or not to.

Alain Schremmer schremmer.alain at gmail.com
Sat Oct 3 19:08:50 CEST 2015


On , at 2015 Oct 3,12:47 PM, Michael Sharpe wrote:

> 
>> On Oct 3, 2015, at 8:51 AM, Alain Schremmer <schremmer.alain at gmail.com> wrote:
>> 
>> 
>> --The second error is: no room for a new \count. I don't have a clue.
> 
> Try adding the line 
> 
> \usepackage{etex} 
> 
> near the top of your preamble
> 
> so that LaTeX can allocate more than the default 256 count registers.

No good. The complete error message is still

	No room for a new \count
	\ch at ck ... \else \errmessage {No room for a new #3} 
						\fi
	l46 \newinsert \insertbox
	?


But line 46 is just \begin{EEXAMPLE}, an environment I defined years ago which I use constantly:

\newcounter{eex}[chapter]
\newenvironment{EEXAMPLE}%
	{%begin definition
		\textsf{%begin sanserif for EXAMPLE
			\bfseries%
				{%begin boldface of EXAMPLE
					E\smaller{XAMPLE}\hspace{1.5mm}%
				}%end boldface of EXAMPLE
			\refstepcounter{eex}%
			\thechapter .\theeex%
			.%
			\hspace{2.5mm}%
			}%end sanserif for EXAMPLE
	\small\sffamily}%end definition
	{\par}%return carriage after the example. 


Best regards
--schremmer



More information about the macostex-archives mailing list