Risposte nei forum create
-
AutoreRisposte
-
::
forse ho trovato la soluzione da solo
che ne pensate?
`
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{textpos}
\usepackage{fix-cm}
\usepackage{tkz-euclide}
\usepackage{tkz-linknodes}
\frenchspacing
\usepackage{times}
\usepackage{microtype}
\usepackage{bbding}
\title{La vita segreta \\di \\ paperinik }
\author{Paolino Paperino}
\institute{Accademia di paperopoli}
\date{\today}
\usepackage{guit}
\usepackage{ccicons}
\usetheme{CambridgeUS}
\makeatletter
\@ifclassloaded{article}
{} %
{\addtobeamertemplate{frametitle}{}{%
\begin{textblock*}{450mm}(.85\textwidth,-3cm)
\begin{tikzpicture}[scale=0.3, label style/.style={font=\fontsize{128}{128}\selectfont}]
\tkzInit% [ymin=-0.1,ymax=2.3,xmin=-0.1,xmax=2.3]
\tkzClip
\tkzDefPoint(0,0){a}
\tkzDefPoint(2,0){b}
\tkzDefPoint(2,2){c}
\tkzDefPoint(0,2){d}
\tkzDefPointBy[rotation= center d angle 90](b)
\tkzGetPoint{e}
\tkzDefPointBy[rotation= center b angle 270](d)
\tkzGetPoint{f}
\tkzDrawSegments(a,b b,c c,d d,a d,e)
\tkzDrawSegments(b,f e,f d,b)
\tkzDefMidPoint(d,b) \tkzGetPoint{m}
%\tkzLabelPoint(m){\fontsize{120}{1}\selectfont C}
\tkzLabelPoint(m){\fontsize{22}{32}\selectfont C}
\tkzDefMidPoint(d,f) \tkzGetPoint{n}
\tkzLabelPoint[rotate=-45](n){\fontsize{28}{32}\selectfont D}
\end{tikzpicture}
\end{textblock*}}
}
\makeatother
\begin{document}
\begin{frame}[t]
\maketitle
\end{frame}
\begin{frame}{vita segreta di Paperinik}
\begin{alertblock}{Paperino}
Paperino
\end{alertblock}
\end{frame}
\end{document}
`
grazie
claudio
15 Agosto 2012 alle 18:07 in risposta a: Spazio sottile tra i fattori di una espressione matematica? #77090::
consiglio due letture la guida Guit
e L’arte di scrivere con latex
Iniziando magari dalla seconda lettura 😆 😀 😀 😀
ciao
claudio
::egreg9″ post=76219È ovvio che ci sia qualche problema se non dici quanto grandi vuoi i caratteri. Suggerirei
`\documentclass{article}
\usepackage{fix-cm}
\usepackage{tkz-euclide}
\usetkzobj{all}
\begin{document}
\begin{tikzpicture}[label style/.style={font=\fontsize{128}{128}\selectfont}]
\tkzInit% [ymin=0,ymax=6,xmin=0,xmax=6]
\tkzClip
\tkzDefPoint(0,0){a}
\tkzDefPoint(3,0){b}
\tkzDefPoint(3,3){c}
\tkzDefPoint(0,3){d}
\tkzDefPointBy[rotation= center d angle 90](b)
\tkzGetPoint{e}
\tkzDefPointBy[rotation= center b angle 270](d)
\tkzGetPoint{f}
\tkzDrawSegments(a,b b,c c,d d,a d,e)
\tkzDrawSegments(b,f e,f d,b)
\tkzDefMidPoint(d,b) \tkzGetPoint{m}
\tkzLabelPoint(m){\fontsize{120}{120}\selectfont C}
\tkzDefMidPoint(d,f) \tkzGetPoint{n}
\tkzLabelPoint[rotate=-45](n){\fontsize{110}{110}\selectfont D}
\end{tikzpicture}
\end{document}`
Ciao
EnricoGrazie Enrico
ma non mi hai riposto
Le dimensioni é corretta. Solo che l’effetto ottenuto (corretto)
è stato casuale tutto qui.
ciao
claudio
::
una bella guida complimenti e grazie a che l’ha scritta
Solo una curiosità
Leggendo ho trovato questo esempio all’inizio
`
\documentclass[a4paper]{book}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage{guit}
`
mi aspettavo
`
\documentclass[a4paper]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{guit}
`
lasciando perdere se fontenc va prima o dopo inputenc
è la codifica data come primo esempio che mi ha colpito, il forum è pieno infatti di problemi di conversione e di come rimediare a ciò
Non è che l’utf8 stia alle altre codifiche come l’inglese alle altre lingue?
Non ho la competenza di esprimere giudizi approfonditi ma leggendo velocemente la guida ho avuto l’impressione che non vi sia una
posizione definita in merito.
Comunque grazie di nuovo a chi a scritto la guida ed ha donato il suo tempo alla comunità
claudio
::OldClaudio” post=75838
mi pare che ci sia….
ciao
claudioSì, c’è, ma non lo usi, nel senso che non usi il comando di allineamento prima di è.
`
\documentclass[ignorenonframetext]{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{times}
\usepackage{bbding}% il segno di spunta.\usepackage{amsmath,tkz-linknodes}
\usepackage{tikz}
\usepackage{guit}
\usepackage{ccicons}
\usetheme{CambridgeUS}
\begin{document}
\begin{frame}{Quadrato di un trinomio esempio 1}
\begin{alertblock}{Quadrato trinomio}
$9+6b+b^2$ è un quadrato?
\end{alertblock}
\[9+6b+b^2=\left\{ \begin{aligned}
\onslide<1->{&\textcolor{red}{9} &\text{ è il quadrato di } \textcolor{red}{3}&\text{\textcolor{green}{\Checkmark}}}\\
\onslide<2->{&\textcolor{blue}{b^2}&\text{ è il quadrato di } \textcolor{blue}{b}&\text{\textcolor{green}{\Checkmark}}}\\
\onslide<3->{&6b=2\cdot\textcolor{red}{3} \cdot\textcolor{blue}{b}&\text{\textcolor{green}{\Checkmark}}}
\end{aligned}\onslide<4->{\right\}\text{\textcolor{cyan}{$\Rightarrow 9+6b+b^2=(3+b)^2$}}}\]
\end{frame}
\end{document}
`
ma così il frame esplode
e non ci sta
(curioso siamo 3 claudio)
claudio
::cfiandra” post=75735La nuova versione è disponibile nella sezione Documentazione->Guide GuIT Tematiche del sito.
Colgo l’occasione per ringraziare Tommaso e Francesco per i loro contributi fondamentali a questa nuova versione.
Ciao
Claudioottimo lavoro ma
c’e un piccolo errore la nota 3.4 alla figura non è corretta
li non viene usato circuitz
ciao
::egreg9″ post=74747I campi autore e titolo sono certamente sbagliati. Sloane non è certo l’autore dell’Enciclopedia On Line, né quello che citi è l’Enciclopedia On Line, ma solo una sua pagina.
Direi che invece di author ci vada [tt]organization={The OEIS Foundation}[/tt]. Come titolo metterei “Lucas numbers (A000032)”.
Ciao
EnricoNon è farina del mio sacco la bibliografa vine dal sito OEIS2BibTeX e mi sono basato su ciò
grazie
claudioedit
grufolando nel OEIS sito ho trovato qualche esempio per discutere
`
A040414 Continued fraction for sqrt(435). 1
20, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET 0,1
LINKS Table of n, a(n) for n=0..83. Index entries for continued fractions for constants
FORMULA a(n)=(1/24)*{-187*(n mod 4)+71*[(n+1) mod 4]+23*[(n+2) mod 4]+281*[(n+3) mod 4]}-20*[C(2*n,n) mod 2], with n>=0
[From Paolo P. Lava, Apr 30 2009]
MAPLE with(numtheory): Digits := 300: convert(evalf(sqrt(435)), confrac);
MATHEMATICA Contribution from Enrique Pérez Herrero, Aug 26 2010: (Start)
A040414[0]:=20;A040414[n_]:=Part[{1, 5, 1, 40}, 1+Mod[n+3, 4]]; (End)
CROSSREFS Sequence in context: A040410 A040413 A040412 * A040415 A040416 A040417
Adjacent sequences: A040411 A040412 A040413 * A040415 A040416 A040417
KEYWORD nonn,cofr,easy
AUTHOR N. J. A. Sloane.
STATUS approved`
e questo`
A050414 Numbers n such that 2^n – 3 is prime. 23
3, 4, 5, 6, 9, 10, 12, 14, 20, 22, 24, 29, 94, 116, 122, 150, 174, 213, 221, 233, 266, 336, 452, 545, 689, 694, 850, 1736, 2321, 3237, 3954, 5630, 6756, 8770, 10572, 14114, 14400, 16460, 16680, 20757, 26350, 30041, 34452, 36552, 42689, 44629, 50474, 66422, 69337, 116926, 119324, 123297, 189110, 241004, 247165, 284133, 354946, 394034, 702194, 750740 (list; graph; refs; listen; history; text; internal format)
OFFSET 1,1
COMMENTS I found a new term in the sequence: 20757. 2^20757-3 is a probable prime with 20 iterations of Miller-Rabin test. Also I verified that there are no more primes up to and including 2^25000-3. – Dmitry Kamenetsky, Jul 12 2008 With 60 known primes for n < 750741, these primes appear to be more common than Mersenne primes. Of course at this time, the larger terms are only probable primes. - Paul Bourdelais, Feb 04 2012 LINKS Table of n, a(n) for n=1..60. PRP Top Records of this form [From M. Frind & P. Underwood, Gary Barnes, Oct 20 2008] MATHEMATICA Do[ If[ PrimeQ[ 2^n -3 ], Print[n]], { n, 1, 15000 }] CROSSREFS Cf. A045768, A050415, A057732 (numbers n such that 2^n + 3 is prime). Sequence in context: A047250 A081944 A129948 * A136681 A206330 A104373 Adjacent sequences: A050411 A050412 A050413 * A050415 A050416 A050417 KEYWORD nonn AUTHOR Jud McCranie, Dec 22 1999 EXTENSIONS More terms from Robert G. Wilson v, Sep 15 2000 and from Andrey V. Kulsha, Feb 11 2001 a(40) from Dmitry Kamenetsky, Jul 12 2008 A new PRP term 26350 from Serge Batalov, Oct 20 2008 Corrected and extended by including two smaller (apparently known) PRP and 16 larger terms from PRP Top Records of this form, all discovered by M. Frind & P. Underwood, Gary Barnes, Oct 20 2008 a(59) and a(60) (corresponding to probable primes since they are PRP 3,5,7) discovered by Paul Bourdelais, Mar 26 2012 STATUS approved `::claudio” post=74741volevo citare la successione di Lucas come è succesione A000032 del sito OEIS
perche non funziona ho questo codice
o meglio funziona basta commentare la 4 citazione
`
\documentclass[10pt,a4paper,oneside]{book}
\usepackage[T1]{fontenc} % imposta la codifica dei font
\usepackage[utf8]{inputenc} % lettere accentate da tastiera
\usepackage[italian]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage[upright]{fourier}
\usepackage{imakeidx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage[italian]{varioref}
\newcommand{\nobs}{\nobreakspace}
\usepackage[babel]{csquotes}
\usepackage[backend=bibtexu]{biblatex}
\bibliography{biblio}
\makeindex
\begin{document}1 citazione\nobs\cite{just:articolo}
2 citazione\nobs\cite{gardner:articolo}
3 citazione\nobs\cite{Isler:doc}
4 citazione\nobs\cite{oeisA000032}
\addcontentsline{toc}{chapter}{\bibname}
\printbibliography
\end{document}`
il file bilio è questo
`
@Article{just:articolo,
author = {Erwin Just},
title = {A note on the nth term of the Fibonacci sequence},
journal = {Mathematical Magazine},
year = {1971},
volume = {44},
pages = {199},
}@Article{gardner:articolo,
author = {Martin Gardner},
title = {Successioni affascinanati: i numeri di Fibonacci e i numeri catalani},
journal = {Le scienze quaderni},
year = {1988},
number = {45},
pages = {13},
month = {dicembre},
}
@Other{Isler:doc,
author = {Romano Isler},
title = {Conferenza sui numeri di Fibonacci in occasione dell'Assemblea annuale dei soci},
year = {2005},
url= {http://mathesis-ud.uniud.it/Articoli/Numeri%20di%20Fibonacci.pdf},
date={24 gennaio 2005}
}
@MISC{oeisA000032,
AUTHOR={_N. J. A. Sloane_. Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc. Content is available under The OEIS End-User License Agreement . Last modified June 27 15:59 EDT 2012. Contains 212562 sequences.},
TITLE={The {O}n-{L}ine {E}ncyclopedia of {I}nteger {S}equences},
HOWPUBLISHED={\href{http://oeis.org/A000032}{A000032}},
MONTH={},
YEAR={},
NOTE={Lucas numbers (beginning at 2): L(n) = L(n-1) + L(n-2). (Cf. A000204.)}
}
`
oeisA000032 è stata ottenuta con linkSaluti
claudiomodificando biblio funziona
`
% This file was created with JabRef 2.8.
% Encoding: UTF8@ARTICLE{Gardner1988,
author = {Martin Gardner},
title = {Successioni affascinanti: i numeri di Fibonacci e i numeri catalani},
journal = {Le scienze quaderni},
year = {1988},
volume = {45},
pages = {13},
number = {45},
month = {dicembre}
}@OTHER{Isler:doc,
author = {Romano Isler},
date = {24 gennaio 2005},
title = {Conferenza sui numeri di Fibonacci in occasione dell'Assemblea annuale
dei soci},
url = {http://mathesis-ud.uniud.it/Articoli/Numeri%20di%20Fibonacci.pdf},
year = {2005}
}@ARTICLE{just:articolo,
author = {Erwin Just},
title = {A note on the nth term of the Fibonacci sequence},
journal = {Mathematical Magazine},
year = {1971},
volume = {44},
pages = {199}
}@MISC{oeisA000032,
author = {N. J. A. Sloane},
title = {The {O}n-{L}ine {E}ncyclopedia of {I}nteger {S}equences},
howpublished = {http://oeis.org/A000032},
note = {Lucas numbers (beginning at 2): L(n) = L(n-1) + L(n-2). (Cf. A000204.)},
comment = {Maintained by The OEIS Foundation Inc. Content is available under
The OEIS End-User License Agreement . Last modified June 27 15:59
EDT 2012. Contains 212562 sequences.}
}`
effettivamene c’erano troppe porcate
saluti claudio
-
AutoreRisposte