minnolina

Risposte nei forum create

Stai visualizzando 15 risposte – dal 301 al 315 (di 377 totali)
  • Autore
    Risposte
  • in risposta a: includere figure pdf #8626
    Up
    0
    Down
    ::


    Compilare con pdflatex

    in risposta a: disporre tabella in orizzontale splittata su più fogli #8565
    Up
    0
    Down
    ::


    Non so se funzionano insieme ma puoi provare a mettere la longtable in un ambiente landscape del pacchetto lscape.

    in risposta a: pdflatex mi sporca la cartella #8108
    Up
    0
    Down
    ::


    Nella documentazione di Miktex ho trovato questo:

    Specifying the Directory for Auxiliary Files

    The option -aux-directory=dir causes TeX to create auxiliary files in another directory. For example:

    > mkdir C:\texoutput
    > mkdir C:\tobedeleted
    > latex -output-directory=C:\texoutput -aux-directory=C:\tobedeleted foo.tex

    >

    This ensures that 1) foo.dvi will be created in C:\texoutput\ and 2) all other files (foo.log, …) will be created in C:\tobedeleted\..

    in risposta a: Capitoli #8028
    Up
    0
    Down
    ::

    Forse ti sbagli. Se usi le lettere la classe koma agginunge il prefisso cioè la parola capitolo o appendice, non il punto

    Forse ho capito male io ma a pag. 57 della doc inglese c’è scritto:

    pointednumbers
    pointlessnumbers
    According to DUDEN, the numbering of sectional units should have no
    point at the end if only arabic numbers are used (see [DUD96, R 3]).
    On the other hand, if roman numerals or letters are used, then a point
    should appear at the end of the numbering (see [DUD96, R 4]). KOMAScript
    has an internal mechanisms that tries to implement these rules. The
    resulting effect is that, normally, after the sectional commands \part and
    \appendix a switch is made to numbering with a point at the end. The
    information is saved in the aux file and takes effect on the next LATEX run.
    In some cases the mechanism that switches the end point may fail or
    other languagues may have different rules. Therefore it is possible to
    activate the use of the end point with the option pointednumbers or
    to deactivate it with pointlessnumbers.
    Please note that the mechanism only takes effect on the next LATEX
    run. When trying to use these options to control the numbering format,
    a run without changing any options should be made.
    Calling these options dottednumbers and dotlessnumbers or similar
    would be more correct. It so happened that the meaning of the chosen
    names was not clear to me a few years ago when the options were implemented.

    in risposta a: Capitoli #8026
    Up
    0
    Down
    ::


    Un piccolo suggerimento: nella guida di koma è spiegato perché NON si deve mettere il punto tra il numero e il titolo del capitolo (se pero’ usi le lettere come nella appendice il punto è necessario e dunque viene reintrodotto automaticamente da koma). Se non ricordo male è sufficiente passare una opzione alla classe per rimettere il punto senza andare ad utilizzare altri pacchetti.

    in risposta a: Giustificazione verticale #7778
    Up
    0
    Down
    ::


    Prova a mettere \raggedbottomnel preambolo e vedere cosa succede.

    in risposta a: Inserire testo verticale in una tabella (con multirow) #7716
    Up
    0
    Down
    ::


    Hai visualizzato il dvi o il ps/pdf?

    in risposta a: revisioni latex senza conoscerlo, free sw per correzioni pdf #6997
    Up
    0
    Down
    ::


    “Piccolo” problema: ho modificato vari file abilitandoli con acrobat professional per poter scrivere le note con acrobat reader. Quando apro questi file con acrobat reader sotto windows tutto bene, posso aggiungere i commenti ecc…, quando invece li apro con acrobat reader sotto linux (varie distribuzioni e acrobat reader aggiornato) non riesce ne’ a leggere ne’ a scrivere le note. Altri hanno lo stesso mio problema?

    in risposta a: sistema con numerazione subordinata (subequations) #7326
    Up
    0
    Down
    ::


    `\usepackage {cases}`

    C’e’ almeno un post in cui se ne parla.

    in risposta a: formato eps #6905
    Up
    0
    Down
    ::


    Credo allora che l’editore ti abbia chiesto il formato ps e non eps. Semplicemente compili con latex (e non con pdflatex) e lo converti con dvi2ps. Se usi winedt hai i due pulsantini sotto mano, se usi teXniccenter pure, basta scegliere LATEX=>PS. Ovviamente però se hai delle immagini queste dovranno avere estensione .eps

    in risposta a: Probema con eso-pic #6884
    Up
    0
    Down
    ::


    In questo topic spiegavano come centrarla rispetto al testo oppure rispetto alla pagina
    http://www.guit.sssup.it/phpBB2/viewtopic.php?t=938&highlight=addtoshipoutpicture

    Per centrarla rispetto al corpo del testo:
    `
    \AddToShipoutPicture*{%
    \put(\LenToUnit{.5\textwidth}, \LenToUnit{.5\textheight}){\includegraphics}%
    }`
    oppure, se vuoi centrare l’immagine rispetto alla pagina, c’è l’apposito comando.

    in risposta a: BibTex: tag per inserire siti web #6808
    Up
    0
    Down
    ::


    La faq ufficiale suggerisce questo:

    URLs in BibTeX bibliographies

    There is no citation type for URLs, per se, in the standard BibTeX styles, though Oren Patashnik (the author of BibTeX) is believed to beconsidering developing one such for use with the long-awaited BibTeX version 1.0.

    The actual information that need be available in a citation of an URL is discussed at some length in the publicly available on-line extracts of ISO 690-2; the techniques below do not satisfy all the requirements of ISO 690-2, but they offer a solution that is at least available to users of today’s tools.

    Until the new version of BibTeX arrives, the simplest technique is to use the howpublished field of the standard styles’ @misc function. Of course, the strictures about typesetting URLs still apply, so the entry will look like:

    `@misc{…,
    …,
    howpublished = “\url{http://…}”
    }`
    A possible alternative approach is to use BibTeX styles other than the standard ones, that already have URL entry types. Pre-eminent are the natbib styles (plainnat, unsrtnat and abbrevnat). These styles are extensions of the standard styles, principally for use with natbib itself, but they’ve acquired URLs and other “modern” entries along the way. The same author’s custom-bib is also capable of generating styles that honour URL entries.

    Another candidate is the harvard package (if its citation styles are otherwise satisfactory for you). Harvard bibliography styles all include a “url” field in their specification; however, the typesetting offered is somewhat feeble (though it does recognise and use LaTeX2HTML macros if they are available, to create hyperlinks).

    You can also acquire new BibTeX styles by use of Norman Gray’s urlbst system, which is based on a Perl script that edits an existing BibTeX style file to produce a new style. The new style thus generated has a webpage entry type, and also offers support for url and lastchecked fields in the other entry types. The Perl script comes with a set of converted versions of the standard bibliography styles. Documentation is distributed as LaTeX source.

    Another possibility is that some conventionally-published paper, technical report (or even book) is also available on the Web. In such cases, a useful technique is something like:

    `@techreport{…,
    …,
    note = “Also available as \url{http://…}”
    }`
    There is good reason to use the url or hyperref packages in this context: BibTeX has a habit of splitting lines it considers excessively long, and if there are no space characters for it to use as ‘natural’ breakpoints, BibTeX will insert a comment (‘%’) character … which is an acceptable character in an URL. Any current version of the url or hyperref package detects this “%-end-of-line” structure in its argument, and removes it.

    in risposta a: cambiare dimensione e font di titoli di capitoli e sezioni #6663
    Up
    0
    Down
    ::


    A pagina 26 della documentazione dice che i titoli standard sono definiti (qualora usi titlesec) come
    `\titleformat{\chapter}[display]
    {\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
    \titleformat{\section}
    {\normalfont\Large\bfseries}{\thesection}{1em}{}
    \titleformat{\subsection}
    {\normalfont\large\bfseries}{\thesubsection}{1em}{}
    \titleformat{\subsubsection}
    {\normalfont\normalsize\bfseries}{\thesubsubsection}{1em}{}
    \titleformat{\paragraph}[runin]
    {\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
    \titleformat{\subparagraph}[runin]
    {\normalfont\normalsize\bfseries}{\thesubparagraph}{1em}{}
    \titlespacing*{\chapter} {0pt}{50pt}{40pt}
    \titlespacing*{\section} {0pt}{3.5ex plus 1ex minus .2ex}{2.3ex plus .2ex}
    \titlespacing*{\subsection} {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
    \titlespacing*{\subsubsection}{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
    \titlespacing*{\paragraph} {0pt}{3.25ex plus 1ex minus .2ex}{1em}
    \titlespacing*{\subparagraph} {\parindent}{3.25ex plus 1ex minus .2ex}{1em}`

    quindi è sufficiente installare il pacchetto (leggi sul sito come fare, se usi miktex è facilissimo) e modificare le definizioni di chapter e section. Non so come fare a fissarli a 14 e 12 pt poiché a priori sono definiti in proporzione al carattere che hai scelto (cioè se nel testo usi 10, 11 o 12 pt) ma puoi provare così

    `
    % nel preambolo
    \usepackage{titlesec}
    \titleformat{\chapter}[display]
    {\normalfont\Large\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\huge}
    \titleformat{\section}
    {\normalfont\large\bfseries}{\thesection}{1em}{}
    `

    “giocando” con i comandi \Huge, \huge,\Large, \large… in attesa di altri suggerimenti dal forum 🙂

    in risposta a: cambiare dimensione e font di titoli di capitoli e sezioni #6661
    Up
    0
    Down
    ::


    Pacchetto titlesec, così imposti anche la posizione è il tipo di scritta.

    in risposta a: Indice con più di cento capitoli #6643
    Up
    0
    Down
    ::


    Pacchetto tocloft.

Stai visualizzando 15 risposte – dal 301 al 315 (di 377 totali)

Go to top