bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #43122] texi2dvi does not compile enough times to get toc


From: Vincent Belaïche
Subject: Re: [bug #43122] texi2dvi does not compile enough times to get toc
Date: Thu, 20 Aug 2015 23:41:30 +0200

Hello Gavin,

Your email confirms what I thought, my problem is that my log file does
not contain any \openout traces while yours have them. Please note that
your diff did not work properly probably because my log uses CRLF EOL's
and your uses LF.  To make diff work properly, please try:

   diff -ab metafont-for-beginners.log{,-VINCENT}

So it seems that the difference comes from this that MikTeX does not
make these \openout traces. After the first run you have:

/usr/local/bin/texi2dvi: Original xref files =
/usr/local/bin/texi2dvi: New xref files      = metafont-for-beginners.aux 
metafont-for-beginners.toc

while in my case, I have:

/local/bin/texi2dvi: Original xref files =
/local/bin/texi2dvi: New xref files      =

ie. New xref file list is empty.

One more thing that strikes me is the following: your log file contains
the \openout traces, but these traces do not appear in the output of
texi2dvi, so there are traced as information (going to the log file but
not to the standard output). So something seems to prevent MikTeX from
logging the information, maybe the program is stopped because this
stream is flushed.

One more thing I cannot understand: why don't the other output files
(index files .ky, .cp, etc...) go tot he New xref files list in your
case ?

I don't know how to proceed...

Karl:

- do you think that this is a bug of MikTeX?
- why index files are overlooked by texi2dvi, ie not in the xref file
  list?

   Vincent.


Le 20/08/2015 22:10, Gavin Smith a écrit :
> On 17 August 2015 at 15:38, Vincent Belaïche <address@hidden> wrote:
>> Follow-up Comment #5, bug #43122 (project texinfo):
>>
>> Hello Gavin,
>>
>> First of all, I don't know why Karl could not reproduce the problem and he 
>> got
>> the toc complete in one texi2pdf run (equating two tex runs Under the hood).
>>
>> In order to sort this bug out, what I suggest to you is the following:
>>
>> * Download metafont-for-beginners.texi
>> <https://savannah.gnu.org/bugs/download.php?file_id=34666> and
>> metafont-for-beginners-macros.texi
>> <https://savannah.gnu.org/bugs/download.php?file_id=34667> files
>> * Run the following command:
>>
>> rm -fr metafont-for-beginners.aux metafont-for-beginners.cp
>> metafont-for-beginners.fn metafont-for-beginners.ky 
>> metafont-for-beginners.log
>> metafont-for-beginners.pdf metafont-for-beginners.pg
>> metafont-for-beginners.toc metafont-for-beginners.tp
>> metafont-for-beginners.vr;  texi2pdf -V metafont-for-beginners.texi
>>
>> * Download metafont-for-beginners.log
>> <https://savannah.gnu.org/bugs/download.php?file_id=34658>
>> * File compare the two items of metafont-for-beginners.log, the one from
>> compilation and the one from download.
>>
>
> I got a table of contents as well.
>
> $ ls
> metafont-for-beginners-macros.texi  metafont-for-beginners.texi
> metafont-for-beginners.log-VINCENT
> $ texi2pdf -V metafont-for-beginners.texi
> /usr/local/bin/texi2dvi: Processing metafont-for-beginners.texi ...
> /usr/local/bin/texi2dvi:
> BIBINPUTS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> BSTINPUTS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> DVIPSHEADERS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> INDEXSTYLE='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> MFINPUTS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> MPINPUTS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> TEXINPUTS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi:
> TFMFONTS='.:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail:/home/g/src/texinfo/PROJ_SVN/util/vincent-fail/.:'
> /usr/local/bin/texi2dvi: texinfo.tex preloaded as `', version is `20141203' 
> ...
> /usr/local/bin/texi2dvi: Cycle 1 for ./metafont-for-beginners.texi
> /usr/local/bin/texi2dvi: /usr/local/bin/texi2dvi: Running pdfetex
> --file-line-error '\catcode126=12 \def\normaltilde{~}\catcode126=13
> \let~\normaltilde ' '\input' './metafont-for-beginners.texi' ...
> This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
>  file:line:error style messages enabled.
> entering extended mode
> (./metafont-for-beginners.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
> Loading texinfo [version 2014-12-03.16]: pdf, fonts, markup, glyphs,
> page headings, tables, conditionals, indexing, sectioning, toc, environments,
> defuns, macros, cross references, insertions,
> (/usr/share/texmf/tex/generic/epsf/epsf.tex
> This is `epsf.tex' v2.7.4 <14 February 2011>
> ) localization, formatting, and turning on texinfo input format.)
> (/usr/share/texmf/tex/texinfo/txi-en.tex) 
> (./metafont-for-beginners-macros.texi
> ) [1{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1]
> (Scope) (Where you can obtain this file) [1] [2] (Reference) [3]
> (Acknowledgements) [4] (Motivation) [5] Chapter 1 [6]
> Cross reference values unknown; you must run TeX again. [7] Chapter 2 [8]
> [9] Chapter 3 [10] [11] [12] Chapter 4 [13] [14] [15] [16] [17] Chapter 5
> [18] Chapter 6 [19] [20] [21] [22] Chapter 7 [23] Chapter 8 [24] [25] 
> )</usr/sh
> are/texmf/fonts/type1/bluesky/cm/cmsl10.pfb></usr/share/texmf/fonts/type1/blues
> ky/cm/cmsltt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmmi10.pfb></usr/sh
> are/texmf/fonts/type1/bluesky/cm/cmb10.pfb></usr/share/texmf/fonts/type1/bluesk
> y/cm/cmtt9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr8.pfb></usr/share/te
> xmf/fonts/type1/bluesky/cm/cmti9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/c
> mr9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr7.pfb></usr/share/texmf/fon
> ts/type1/bluesky/cm/cmti10.pfb></usr/share/texmf/fonts/type1/hoekwater/mflogo/l
> ogosl10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb></usr/share/tex
> mf/fonts/type1/hoekwater/mflogo/logo10.pfb></usr/share/texmf/fonts/type1/bluesk
> y/cm/cmtt12.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmcsc10.pfb></usr/shar
> e/texmf/fonts/type1/bluesky/cm/cmtt10.pfb></usr/share/texmf/fonts/type1/bluesky
> /cm/cmr10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb>
> Output written on metafont-for-beginners.pdf (28 pages, 219799 bytes).
> Transcript written on metafont-for-beginners.log.
> /usr/local/bin/texi2dvi: Original xref files =
> /usr/local/bin/texi2dvi: New xref files      = metafont-for-beginners.aux
> metafont-for-beginners.toc
> /usr/local/bin/texi2dvi: Cycle 2 for ./metafont-for-beginners.texi
> /usr/local/bin/texi2dvi: Backing up xref files: metafont-for-beginners.aux
> metafont-for-beginners.toc
> /usr/local/bin/texi2dvi: /usr/local/bin/texi2dvi: Running pdfetex
> --file-line-error '\input' './metafont-for-beginners.texi' ...
> This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
>  file:line:error style messages enabled.
> entering extended mode
> (./metafont-for-beginners.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
> Loading texinfo [version 2014-12-03.16]: pdf, fonts, markup, glyphs,
> page headings, tables, conditionals, indexing, sectioning, toc, environments,
> defuns, macros, cross references, insertions,
> (/usr/share/texmf/tex/generic/epsf/epsf.tex
> This is `epsf.tex' v2.7.4 <14 February 2011>
> ) localization, formatting, and turning on texinfo input format.)
> (./metafont-for-beginners.aux) (/usr/share/texmf/tex/texinfo/txi-en.tex)
> (./metafont-for-beginners-macros.texi) 
> [1{/usr/share/texmf-var/fonts/map/pdftex
> /updmap/pdftex.map}] [2] (./metafont-for-beginners.toc [-1]) [-2]
> (./metafont-for-beginners.toc) (./metafont-for-beginners.toc) (Scope)
> (Where you can obtain this file) [1] [2] (Reference) [3] (Acknowledgements)
> [4] (Motivation) [5] Chapter 1 [6] [7] Chapter 2 [8] [9] Chapter 3 [10]
> [11] [12] Chapter 4 [13] [14] [15] [16] [17] Chapter 5 [18] Chapter 6 [19]
> [20] [21] [22] Chapter 7 [23] Chapter 8 [24] [25] 
> )</usr/share/texmf/fonts/type
> 1/bluesky/cm/cmsl10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsltt10.pfb><
> /usr/share/texmf/fonts/type1/bluesky/cm/cmb10.pfb></usr/share/texmf/fonts/type1
> /bluesky/cm/cmtt9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr8.pfb></usr/s
> hare/texmf/fonts/type1/bluesky/cm/cmti9.pfb></usr/share/texmf/fonts/type1/blues
> ky/cm/cmr9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr7.pfb></usr/share/te
> xmf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/texmf/fonts/type1/hoekwater/m
> flogo/logosl10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmmi10.pfb></usr/sh
> are/texmf/fonts/type1/bluesky/cm/cmmi12.pfb></usr/share/texmf/fonts/type1/blues
> ky/cm/cmsy10.pfb></usr/share/texmf/fonts/type1/hoekwater/mflogo/logo10.pfb></us
> r/share/texmf/fonts/type1/bluesky/cm/cmtt12.pfb></usr/share/texmf/fonts/type1/b
> luesky/cm/cmcsc10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmtt10.pfb></usr
> /share/texmf/fonts/type1/bluesky/cm/cmr10.pfb></usr/share/texmf/fonts/type1/blu
> esky/cm/cmbx12.pfb>
> Output written on metafont-for-beginners.pdf (29 pages, 237910 bytes).
> Transcript written on metafont-for-beginners.log.
> /usr/local/bin/texi2dvi: Original xref files = metafont-for-beginners.aux
> metafont-for-beginners.toc
> /usr/local/bin/texi2dvi: New xref files      = metafont-for-beginners.aux
> metafont-for-beginners.toc
> /usr/local/bin/texi2dvi: Comparing xref file metafont-for-beginners.aux ...
> /usr/local/bin/texi2dvi: Comparing xref file metafont-for-beginners.toc ...
> /usr/local/bin/texi2dvi: Removing
> /home/g/src/texinfo/PROJ_SVN/util/vincent-fail/metafont-for-beginners.t2d
> /usr/local/bin/texi2dvi: done.
> /usr/local/bin/texi2dvi: Removing
> /home/g/src/texinfo/PROJ_SVN/util/vincent-fail/metafont-for-beginners.t2d
> $ diff metafont-for-beginners.log{,-VINCENT}
> 1,212c1,201
> < This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
> (format=pdfetex 2010.5.17)  20 AUG 2015 21:06
> < entering extended mode
> <  file:line:error style messages enabled.
> < **\input ./metafont-for-beginners.texi
> < (./metafont-for-beginners.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
> < Loading texinfo [version 2014-12-03.16]:
> < \bindingoffset=\dimen16
> < \normaloffset=\dimen17
> < \pagewidth=\dimen18
> < \pageheight=\dimen19
> < \outerhsize=\dimen20
> < \outervsize=\dimen21
> < \cornerlong=\dimen22
> < \cornerthick=\dimen23
> < \topandbottommargin=\dimen24
> < \headlinebox=\box16
> < \footlinebox=\box17
> < \margin=\insert252
> < \EMsimple=\toks13
> < \groupbox=\box18
> < \groupinvalidhelp=\toks14
> < \mil=\dimen25
> < \exdentamount=\skip18
> < \inmarginspacing=\skip19
> < \centerpenalty=\count27
> <  pdf,
> < \tempnum=\count28
> < \lnkcount=\count29
> < \filename=\toks15
> < \filenamelength=\count30
> < \pgn=\count31
> < \toksA=\toks16
> < \toksB=\toks17
> < \toksC=\toks18
> < \toksD=\toks19
> < \boxA=\box19
> < \countA=\count32
> < \nopdfimagehelp=\toks20
> <  fonts,
> < \sffam=\fam8
> < \textleading=\dimen26
> <  markup,
> < \fontdepth=\count33
> <  glyphs,
> < \errorbox=\box20
> <
> < page headings,
> < \titlepagetopglue=\skip20
> < \titlepagebottomglue=\skip21
> < \evenheadline=\toks21
> < \oddheadline=\toks22
> < \evenfootline=\toks23
> < \oddfootline=\toks24
> <  tables,
> < \tableindent=\dimen27
> < \itemindent=\dimen28
> < \itemmargin=\dimen29
> < \itemmax=\dimen30
> < \itemno=\count34
> < \multitableparskip=\skip22
> < \multitableparindent=\skip23
> < \multitablecolspace=\dimen31
> < \multitablelinespace=\skip24
> < \colcount=\count35
> < \everytab=\toks25
> <  conditionals,
> < \doignorecount=\count36
> <  indexing,
> < \whatsitskip=\skip25
> < \whatsitpenalty=\count37
> < \secondaryindent=\skip26
> < \partialpage=\box21
> < \doublecolumnhsize=\dimen32
> <  sectioning,
> < \unnumberedno=\count38
> < \chapno=\count39
> < \secno=\count40
> < \subsecno=\count41
> < \subsubsecno=\count42
> < \appendixno=\count43
> < \absseclevel=\count44
> < \secbase=\count45
> < \chapheadingskip=\skip27
> < \secheadingskip=\skip28
> < \subsecheadingskip=\skip29
> <  toc,
> < \tocfile=\write0
> < \contentsrightmargin=\skip30
> < \savepageno=\count46
> < \lastnegativepageno=\count47
> < \tocindent=\dimen33
> <  environments,
> < \lispnarrowing=\skip31
> < \envskipamount=\skip32
> < \circthick=\dimen34
> < \cartouter=\dimen35
> < \cartinner=\dimen36
> < \normbskip=\skip33
> < \normpskip=\skip34
> < \normlskip=\skip35
> < \lskip=\skip36
> < \rskip=\skip37
> < \nonfillparindent=\dimen37
> < \tabw=\dimen38
> < \verbbox=\box22
> <
> < defuns,
> < \defbodyindent=\skip38
> < \defargsindent=\skip39
> < \deflastargmargin=\skip40
> < \defunpenalty=\count48
> < \parencount=\count49
> < \brackcount=\count50
> <  macros,
> < \paramno=\count51
> < \macname=\toks26
> <  cross references,
> < \auxfile=\write1
> < \savesfregister=\count52
> < \toprefbox=\box23
> < \printedrefnamebox=\box24
> < \infofilenamebox=\box25
> < \printedmanualbox=\box26
> <  insertions,
> < \footnoteno=\count53
> < \SAVEfootins=\box27
> < \SAVEmargin=\box28
> <
> < (/usr/share/texmf/tex/generic/epsf/epsf.tex
> < This is `epsf.tex' v2.7.4 <14 February 2011>
> < \epsffilein=\read1
> < \epsfframemargin=\dimen39
> < \epsfframethickness=\dimen40
> < \epsfrsize=\dimen41
> < \epsftmp=\dimen42
> < \epsftsize=\dimen43
> < \epsfxsize=\dimen44
> < \epsfysize=\dimen45
> < \pspoints=\dimen46
> < )
> < \noepsfhelp=\toks27
> <  localization,
> < \nolanghelp=\toks28
> < \countUTFx=\count54
> < \countUTFy=\count55
> < \countUTFz=\count56
> <  formatting,
> < \defaultparindent=\dimen47
> <  and turning on texinfo input format.)
> < (./metafont-for-beginners.aux)
> < \openout1 = `metafont-for-beginners.aux'.
> <
> < @address@hidden
> < @address@hidden
> < @address@hidden
> < @address@hidden
> < @address@hidden
> < @address@hidden
> <  (/usr/share/texmf/tex/texinfo/txi-en.tex)
> < texinfo.tex: doing @include of metafont-for-beginners-macros.texi
> <
> <
> < (./metafont-for-beginners-macros.texi) [1
> < \openout2 = `metafont-for-beginners.cp'.
> <
> < \openout3 = `metafont-for-beginners.fn'.
> <
> < \openout4 = `metafont-for-beginners.vr'.
> <
> < \openout5 = `metafont-for-beginners.tp'.
> <
> < \openout6 = `metafont-for-beginners.ky'.
> <
> < \openout7 = `metafont-for-beginners.pg'.
> <
> < {/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2]
> (./metafont-for-
> < beginners.toc [-1]) [-2]
> < (./metafont-for-beginners.toc) (./metafont-for-beginners.toc) (Scope)
> < \openout0 = `metafont-for-beginners.toc'.
> <
> <
> < (Where you can obtain this file) [1] [2] (Reference) [3] (Acknowledgements)
> < [4] (Motivation) [5] Chapter 1 [6] [7] Chapter 2 [8] [9] Chapter 3 [10]
> < [11] [12] Chapter 4 [13] [14] [15] [16] [17] Chapter 5 [18] Chapter 6 [19]
> < [20] [21] [22] Chapter 7 [23] Chapter 8 [24] [25] )
> < Here is how much of TeX's memory you used:
> <  2147 strings out of 97341
> <  25751 string characters out of 1211892
> <  62897 words of memory out of 1000000
> <  3103 multiletter control sequences out of 10000+50000
> <  32213 words of font info for 114 fonts, out of 500000 for 2000
> <  51 hyphenation exceptions out of 1000
> <  22i,6n,16p,306b,419s stack positions out of 1500i,500n,5000p,200000b,5000s
> < PDF statistics:
> <  377 PDF objects out of 300000
> <  60 named destinations out of 131072
> <  277 words of extra memory for PDF output out of 65536
> < </usr/share/texmf/fonts/type
> < 
> 1/bluesky/cm/cmsl10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsltt10.pfb><
> < 
> /usr/share/texmf/fonts/type1/bluesky/cm/cmb10.pfb></usr/share/texmf/fonts/type1
> < 
> /bluesky/cm/cmtt9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr8.pfb></usr/s
> < 
> hare/texmf/fonts/type1/bluesky/cm/cmti9.pfb></usr/share/texmf/fonts/type1/blues
> < 
> ky/cm/cmr9.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr7.pfb></usr/share/te
> < 
> xmf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/texmf/fonts/type1/hoekwater/m
> < 
> flogo/logosl10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmmi10.pfb></usr/sh
> < 
> are/texmf/fonts/type1/bluesky/cm/cmmi12.pfb></usr/share/texmf/fonts/type1/blues
> < 
> ky/cm/cmsy10.pfb></usr/share/texmf/fonts/type1/hoekwater/mflogo/logo10.pfb></us
> < 
> r/share/texmf/fonts/type1/bluesky/cm/cmtt12.pfb></usr/share/texmf/fonts/type1/b
> < 
> luesky/cm/cmcsc10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmtt10.pfb></usr
> < 
> /share/texmf/fonts/type1/bluesky/cm/cmr10.pfb></usr/share/texmf/fonts/type1/blu
> < esky/cm/cmbx12.pfb>
> < Output written on metafont-for-beginners.pdf (29 pages, 237910 bytes).
> ---
>> This is pdfTeX, Version 3.1415926-2.5-1.40.14 (MiKTeX 2.9 64-bit) (preloaded 
>> format=pdfetex 2014.11.24)  16 AUG 2015 22:57
>> entering extended mode
>> **\catcode126=12 \def\normaltilde{~}\catcode126=13 \let~\normaltilde  \input 
>> ./
>> metafont-for-beginners.texi
>>
>> (c:\Nos_Programmes\msys\local\projects\metafont-for-beginners\metafont-for-begi
>> nners.texi ("C:\Programmes\MiKTeX 2.9\tex\texinfo\base\texinfo.tex"
>> Loading texinfo [version 2015-08-03.11]:
>> \bindingoffset=\dimen16
>> \normaloffset=\dimen17
>> \pagewidth=\dimen18
>> \pageheight=\dimen19
>> \outerhsize=\dimen20
>> \outervsize=\dimen21
>> \cornerlong=\dimen22
>> \cornerthick=\dimen23
>> \topandbottommargin=\dimen24
>> \headlinebox=\box16
>> \footlinebox=\box17
>> \margin=\insert252
>> \EMsimple=\toks13
>> \groupbox=\box18
>> \groupinvalidhelp=\toks14
>> \mil=\dimen25
>> \exdentamount=\skip18
>> \inmarginspacing=\skip19
>> \centerpenalty=\count27
>>  pdf,
>> \tempnum=\count28
>> \lnkcount=\count29
>> \filename=\toks15
>> \filenamelength=\count30
>> \pgn=\count31
>> \toksA=\toks16
>> \toksB=\toks17
>> \toksC=\toks18
>> \toksD=\toks19
>> \boxA=\box19
>> \countA=\count32
>> \nopdfimagehelp=\toks20
>>  fonts,
>> \sffam=\fam8
>> \textleading=\dimen26
>>  markup,
>> \fontdepth=\count33
>>  glyphs,
>> \errorbox=\box20
>>
>> page headings,
>> \titlepagetopglue=\skip20
>> \titlepagebottomglue=\skip21
>> \evenheadline=\toks21
>> \oddheadline=\toks22
>> \evenfootline=\toks23
>> \oddfootline=\toks24
>>  tables,
>> \tableindent=\dimen27
>> \itemindent=\dimen28
>> \itemmargin=\dimen29
>> \itemmax=\dimen30
>> \itemno=\count34
>> \multitableparskip=\skip22
>> \multitableparindent=\skip23
>> \multitablecolspace=\dimen31
>> \multitablelinespace=\skip24
>> \colcount=\count35
>> \everytab=\toks25
>>  conditionals,
>> \doignorecount=\count36
>>  indexing,
>> \whatsitskip=\skip25
>> \whatsitpenalty=\count37
>> \secondaryindent=\skip26
>> \partialpage=\box21
>> \doublecolumnhsize=\dimen32
>>  sectioning,
>> \unnumberedno=\count38
>> \chapno=\count39
>> \secno=\count40
>> \subsecno=\count41
>> \subsubsecno=\count42
>> \appendixno=\count43
>> \absseclevel=\count44
>> \secbase=\count45
>> \chapheadingskip=\skip27
>> \secheadingskip=\skip28
>> \subsecheadingskip=\skip29
>>  toc,
>> \tocfile=\write0
>> \contentsrightmargin=\skip30
>> \savepageno=\count46
>> \lastnegativepageno=\count47
>> \tocindent=\dimen33
>>  environments,
>> \lispnarrowing=\skip31
>> \envskipamount=\skip32
>> \circthick=\dimen34
>> \cartouter=\dimen35
>> \cartinner=\dimen36
>> \normbskip=\skip33
>> \normpskip=\skip34
>> \normlskip=\skip35
>> \lskip=\skip36
>> \rskip=\skip37
>> \nonfillparindent=\dimen37
>> \tabw=\dimen38
>> \verbbox=\box22
>>
>> defuns,
>> \defbodyindent=\skip38
>> \defargsindent=\skip39
>> \deflastargmargin=\skip40
>> \defunpenalty=\count48
>> \parencount=\count49
>> \brackcount=\count50
>>  macros,
>> \paramno=\count51
>> \macname=\toks26
>>  cross references,
>> \auxfile=\write1
>> \savesfregister=\count52
>> \toprefbox=\box23
>> \printedrefnamebox=\box24
>> \infofilenamebox=\box25
>> \printedmanualbox=\box26
>>  insertions,
>> \footnoteno=\count53
>> \SAVEfootins=\box27
>> \SAVEmargin=\box28
>>
>> ("C:\Programmes\MiKTeX 2.9\tex\generic\epsf\epsf.tex"
>> This is `epsf.tex' v2.7.4 <14 February 2011>
>> \epsffilein=\read1
>> \epsfframemargin=\dimen39
>> \epsfframethickness=\dimen40
>> \epsfrsize=\dimen41
>> \epsftmp=\dimen42
>> \epsftsize=\dimen43
>> \epsfxsize=\dimen44
>> \epsfysize=\dimen45
>> \pspoints=\dimen46
>> )
>> \noepsfhelp=\toks27
>>  localization,
>> \nolanghelp=\toks28
>> \countUTFx=\count54
>> \countUTFy=\count55
>> \countUTFz=\count56
>>  formatting,
>> \defaultparindent=\dimen47
>>  and turning on texinfo input format.)
>> @address@hidden
>> @address@hidden
>> @address@hidden
>> @address@hidden
>> @address@hidden
>> @address@hidden
>>
>> ("C:\Programmes\MiKTeX 2.9\tex\texinfo\base\txi-en.tex"
>> no patterns for USenglish)
>> texinfo.tex: doing @include of metafont-for-beginners-macros.texi
>>
>>
>> (c:\Nos_Programmes\msys\local\projects\metafont-for-beginners\metafont-for-begi
>> nners-macros.texi) 
>> [1{C:/Users/Vincent/AppData/Local/MiKTeX/2.9/pdftex/config/p
>> dftex.map}] [2] [-1] (Scope) (Where you can obtain this file) [1] [2]
>> (Reference) [3] (Acknowledgements) [4] (Motivation) [5] Chapter 1 [6]
>> Cross reference values unknown; you must run TeX again. [7] Chapter 2 [8]
>> [9] Chapter 3 [10] [11] [12] Chapter 4 [13] [14] [15] [16] [17] Chapter 5
>> [18] Chapter 6 [19] [20] [21] [22] Chapter 7 [23] Chapter 8 [24] [25] )
>> Here is how much of TeX's memory you used:
>>  2848 strings out of 495874
>>  30143 string characters out of 3171854
>>  71241 words of memory out of 3000000
>>  4102 multiletter control sequences out of 15000+200000
>>  32511 words of font info for 115 fonts, out of 3000000 for 9000
>>  878 hyphenation exceptions out of 8191
>>  22i,6n,16p,374b,611s stack positions out of 5000i,500n,10000p,200000b,50000s
>>  <C:\Use
>> rs\Vincent\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\public\mflogo\dpi600\logosl
>> 10.pk> 
>> <C:\Users\Vincent\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\public\mflogo
>> \dpi600\logo10.pk><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmb1
>> 0.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmbx12.pfb><C:/P
>> rogrammes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmcsc10.pfb><C:/Programmes/
>> MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmmi10.pfb><C:/Programmes/MiKTeX 
>> 2.9/
>> fonts/type1/public/amsfonts/cm/cmr10.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/
>> public/amsfonts/cm/cmr7.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfon
>> ts/cm/cmr8.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmr9.pf
>> b><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmsl10.pfb><C:/Progr
>> ammes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmsltt10.pfb><C:/Programmes/MiK
>> TeX 2.9/fonts/type1/public/amsfonts/cm/cmsy10.pfb><C:/Programmes/MiKTeX 
>> 2.9/fon
>> ts/type1/public/amsfonts/cm/cmti10.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/pu
>> blic/amsfonts/cm/cmti9.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfont
>> s/cm/cmtt10.pfb><C:/Programmes/MiKTeX 
>> 2.9/fonts/type1/public/amsfonts/cm/cmtt12
>> .pfb><C:/Programmes/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmtt9.pfb>
>> Output written on metafont-for-beginners.pdf (28 pages, 303444 bytes).
>> PDF statistics:
>>  287 PDF objects out of 1000 (max. 8388607)
>>  59 named destinations out of 1000 (max. 500000)
>>  13 words of extra memory for PDF output out of 10000 (max. 10000000)
>>
> $


---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
http://www.avast.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]