Risposte nei forum create
-
AutoreRisposte
-
::
indubbiamente siamo OT, però considera due cose:
– se non metto pallini (o una griglia di valutazione, seppur soggettiva) si rischia di inserire delle delle skills “tanto per” e magari si hanno conoscenze vaghe o superficiali
– se metto i pallini posso essere da 7 su 10 quando in base al mio status attuale, quando, magari, sono a livello 2 su 10, ma non per incapacità personale, ma perchè ci sono tante cose che ignoravoInsomma, un’arma a doppio taglio!! 😮
::
io ho visto vari curriculum, forse più riguardo artisti e grafici / creativi che usavano i pallini per le competenze con i programmi di grafica.Le skills vengono elencate e a fianco il grado di sviluppo. Credo serva a sostituire aggettivi come “ottima capacità di … lavoro di gruppo” oppure “conoscenza buona della psicologia”.
Come idea di fondo non credo sia errata… 😕
23 Giugno 2015 alle 15:36 in risposta a: Beamer – frame da non considerare nella navigazione #10222023 Giugno 2015 alle 14:05 in risposta a: Beamer – frame da non considerare nella navigazione #102218::
Così va bene?`
\documentclass{beamer}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}\usetheme{Dresden}
\begin{document}
\section{Test}
\stepcounter{subsection}\begin{frame}{Test 1}
valori del test 1
\end{frame}\begin*{frame}{Test 1}
altri valori del test 1
\end*{frame}\begin{frame}{Test 2}
altri valori del test 1
\end{frame}\begin*{frame}{Test 2}
valori del test 2
\end*{frame}\end{document}
`Compila un paio di volte per ottenere il risultato voluto 🙂
23 Giugno 2015 alle 12:43 in risposta a: Beamer – frame da non considerare nella navigazione #102216::
Il tuo non è un esempio minimo di codice compilabile.Infatti, aggiungendo l’essenziale per compilare
`
\documentclass{beamer}\begin{document}
\section{Test}
\stepcounter{subsection}\begin{frame}{Test 1}
[immagine 1]
\end{frame}\begin{frame}{Test 1}
[immagine 2]
\end{frame}\begin{frame}{Test 1}
[immagine 3]
\end{frame}\begin{frame}{Test 2}
[immagine 4]
\end{frame}\end{document}
`Non vedo nessun pallino, neanche 4 quindi… riporta un codice più completo 🙂
::skevin93″ post=102020Hai provato una cosa del genere?
`
\documentclass{article}
\usepackage{caption,subcaption}\begin{document}
\begin{figure}
\centering
\subcaptionbox{Kintaro}{\includegraphics[height=30mm]{kintaro1}}
\quad
\subcaptionbox{Yoko}{\includegraphics[height=30mm]{yoko1}}
\quad
\subcaptionbox{Kawakami}{\includegraphics[height=30mm]{kawakami1}}
\caption{Tre personaggi della serie}
\end{figure}
\end{document}
`
se le tre immagini sono troppo grandi (ma non mi pare), puoi metter il tutto dentro a [tt]\makebox[\textwidth]{codice figure}[/tt]Piccolo OT: stai scrivendo qualcosa su “Golden Boy” (da cui prendi anche il tuo nickname)?
Compilando il tuo codice mi dice:
“! Undefined control sequence.
\includegraphics
[height=30mm]{kintaro1}
l.9 …o}{\includegraphics[height=30mm]{kintaro1}}
The control sequence at the end of the top line
of your error message was never \def’ed. If you have
misspelled it (e.g., `\hobx’), type `I’ and the correct
spelling (e.g., `I\hbox’). Otherwise just continue,
and I’ll forget about whatever was undefined.
! Undefined control sequence.
\includegraphics
[height=30mm]{yoko1}
l.11 …oko}{\includegraphics[height=30mm]{yoko1}}
The control sequence at the end of the top line
of your error message was never \def’ed. If you have
misspelled it (e.g., `\hobx’), type `I’ and the correct
spelling (e.g., `I\hbox’). Otherwise just continue,
and I’ll forget about whatever was undefined.
! Undefined control sequence.
\includegraphics
[height=30mm]{kawakami1}
l.13 …{\includegraphics[height=30mm]{kawakami1}}
The control sequence at the end of the top line
of your error message was never \def’ed. If you have
misspelled it (e.g., `\hobx’), type `I’ and the correct
spelling (e.g., `I\hbox’). Otherwise just continue,
and I’ll forget about whatever was undefined.
[1{C:/ProgramData/MiKTeX/2.9/pdftex/config/pdftex.map}] (07.aux) )
Here is how much of TeX’s memory you used:
1337 strings out of 493698
22316 string characters out of 3144404
81709 words of memory out of 3000000
4735 multiletter control sequences out of 15000+200000
3939 words of font info for 15 fonts, out of 3000000 for 9000
1025 hyphenation exceptions out of 8191
36i,7n,44p,183b,419s stack positions out of 5000i,500n,10000p,200000b,50000s
Output written on 07.pdf (1 page, 26580 bytes).
PDF statistics:
14 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)”OT: si, sto scrivendo 2 libri su Golden Boy e li farò vedere a Tatsuya Egawa per un lavoro insieme 🙂
-
AutoreRisposte