Risposte nei forum create
-
AutoreRisposte
-
::
avendo due orette libere ho fatto qualche prova
il risultato è l’allegato
che ne pensate?
da far crescere?
ciao
claudio
esperimento
::OldClaudio” post=98740Si, nel tuo esempio e nel corrispondente logo risulta caricato inputenc da te e un certo numero di pacchetti dal file di formato; questi sono pacchetti che riguardano comandi più o meno sperimentali di LaTeX3 e diverse altre cose, ma leggendo il file .log ti accorgi di quando e in che sequenza sono caricati i pacchetti che tu hai nominato nel preambolo e quelli che vengono caricati dietro le quinte dal file di formato.
quindi solo il log è la via maestra
ciao
::
giocando a guardare i log ho avuto qualche sorpresa babel c’è sempre 🙂
basta guardare questo micro codice
`
\documentclass{minimal}
\usepackage[latin1]{inputenc}
\listfiles
\begin{document}
prova
\end{document}
`e relativo log
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/W32TeX) (preloaded format=pdflatex 2014.12.1) 16 DEC 2014 16:45
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**Minputenc2.tex
(./Minputenc2.tex
LaTeX2e <2014/05/01>
Babel <3.9l> and hyphenation patterns for 79 languages loaded.
(c:/texlive/2014/texmf-dist/tex/latex/base/minimal.cls
Document Class: minimal 2001/05/25 Standard LaTeX minimal class
) (c:/texlive/2014/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2014/04/30 v1.2b Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15(c:/texlive/2014/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2014/04/30 v1.2b Input encoding file
)) (./Minputenc2.aux)
\openout1 = `Minputenc2.aux’.LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 4.
LaTeX Font Info: … okay on input line 4.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 4.
LaTeX Font Info: … okay on input line 4.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 4.
LaTeX Font Info: … okay on input line 4.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 4.
LaTeX Font Info: … okay on input line 4.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 4.
LaTeX Font Info: … okay on input line 4.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 4.
LaTeX Font Info: … okay on input line 4.[1{c:/texlive/2014/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./Minputenc2.aux)*File List*
minimal.cls 2001/05/25 Standard LaTeX minimal class
inputenc.sty 2014/04/30 v1.2b Input encoding file
latin1.def 2014/04/30 v1.2b Input encoding file
***********)
Here is how much of TeX’s memory you used:
64 strings out of 493109
1156 string characters out of 6138587
52967 words of memory out of 5000000
3612 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
21i,4n,23p,143b,92s stack positions out of 5000i,500n,10000p,200000b,80000s
Output written on Minputenc2.pdf (1 page, 10820 bytes).
PDF statistics:
12 PDF objects out of 1000 (max. 8388607)
7 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)ciao
claudio
::
Insegniamo nello stesso ordine di scuola e
a volte la pratica può essere difficoltosa e bisogna indicare la strada passo passo
ecco il mio contributo con un esempio di quello che voglio dire
(servono due compilazioni)
`
\documentclass[a4paper]{article}
\usepackage{amsmath,tikz,tkz-linknodes}\begin{document}
\begin{NodesList}
\begin{align*}
&\begin{cases}
x+2y=1\AddNode\\
2x+3y=3
\end{cases}\\
&\begin{cases}
x=1-2y\AddNode\\
2x+3y=3
\end{cases}\\
&\begin{cases}
x=1-2y\\
2(1-2y)+3y=3\AddNode\\
\end{cases}\\
&\begin{cases}
x=1-2y\\
2-4y+3y=3\AddNode\\
\end{cases}\\
&\begin{cases}
y=-1\AddNode\\
x=1-2y\\
\end{cases}\\
&\begin{cases}
y=-1\\
x=1-2(-1) \AddNode\\
\end{cases}\\
&\begin{cases}
y=-1\\
x=3 \AddNode\\
\end{cases}\\
\end{align*}
\LinkNodes[margin=4 cm]{\begin{minipage}{2cm}{Risolvo rispetto alla x}
\end{minipage}}
\LinkNodes[margin=4 cm]{\begin{minipage}{2cm}
Sostituisco la x nella seconda
\end{minipage}}
\LinkNodes[margin=4 cm]{\begin{minipage}{2cm}
Semplifico
\end{minipage}}
\LinkNodes[margin=4 cm]{\begin{minipage}{2cm}
Risolvo rispetto alla y
\end{minipage}}
\LinkNodes[margin=4 cm]{\begin{minipage}{2cm}
Sostituisco la y nella seconda
\end{minipage}}
\LinkNodes[margin=4 cm]{\begin{minipage}{2cm}
Risolvo rispetto alla x
\end{minipage}}
\end{NodesList}\end{document}
`
ciao
claudio
12 Dicembre 2014 alle 4:19 in risposta a: [REPRISE]texlive e installazione texstudio con metapacchetto #99055 -
AutoreRisposte