[OS X TeX] exerquiz
Ross Moore
ross at ics.mq.edu.au
Mon Jun 10 01:59:44 EDT 2002
> Bonjour !
>
> I want to use exerquiz in pdfscreen.
> I start my document with :
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass[a4paper,10pt]{article}
>
> \usepackage{color}
> \usepackage[applemac]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{times}
>
> \usepackage{amsmath,amssymb,fancybox,fancyhdr,ifthen}
> \usepackage[all]{xy}
>
> \usepackage[pdftex]{graphicx}
> \usepackage[screen,panelleft,bluelace,french]{pdfscreen}
>
> \usepackage[english,frenchb]{babel}
> \usepackage[pdftex,french]{exerquiz}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
That is a *huge* number of packages to be loading together.
Expect to have to increase memory-allocation parameters,
and perhaps remake you latex.fmt to match these new parameters.
(Xy-pic is a memory-hog by itself.
BTW, you will need \usepackage[pdftex,all,color]{xy}
if you want to use color within the Xy-pic diagrams.
This needs the xypdftex.tex driver + other files,
which are available from http://www-texdev.ics.mq.edu.au/WARM/ )
> and the end of the Texshop-answer is :
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> exerquiz: * Using pdftex option *
>
> exerquiz: Inputting French Option
> (./eqfr.def) (./epdftex.def)) (./QCM.aux)
> (/usr/local/teTeX/share/texmf/tex/latex/cyrillic/ot2wncyr.fd
> ! TeX capacity exceeded, sorry [hash size=10000].
> \DeclareFontShape@ ...sname #1/#2/#3/#4\endcsname
> {\expandafter \noexpand \c...
> l.62 ...pe{OT2}{wncyr}{bx}{n}{<->ssub*wncyr/b/n}{}
Why is it loading Cyrillics ?
That wasn't among the packages above.
Anyway, the [hash size=10000] is rather small.
Change it in: /usr/local/teTeX/share/texmf/web2c/texmf.cnf
as the hash_extra = ..... parameter.
Best is probably to insert a new line, such as:
hash_extra.pdftex = 40000
similar to the line for hash_extra.context .
> No pages of output.
> Transcript written on QCM.log.
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> Please tell me what I must do ?
Since you didn't provide an example document, I've not been able to test the
parameter change described above. My own texmf.cnf has hash_extra = 30000 ,
so I'd expect no problem; but you can never be sure without an explicit test.
I think this is one of the parameters that can be altered without
needing to rebuild formats; but again, just try it and see.
All the best,
Ross Moore
>
> --
> Marie-Claude David
>
>
>
> -----------------------------------------------------------------
> Threaded list archives can be found at:
> <http://www.masda.vxu.se/~pku/MacOSX_TeX/>
> -----------------------------------------------------------------
> To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
> "unsubscribe macosx-tex" (no quotes) in the body.
> For additional HELP, send email to <info at email.esm.psu.edu> with
> "help" (no quotes) in the body.
> -----------------------------------------------------------------
-----------------------------------------------------------------
Threaded list archives can be found at:
<http://www.masda.vxu.se/~pku/MacOSX_TeX/>
-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
-----------------------------------------------------------------
More information about the MacOSX-TeX
mailing list