accostamento di oggetti e cambio di carattere

  • Creatore
    Topic
  • #42658
    Up
    0
    Down
    ::


    Ciao! Sto cercando di scrivere la prima pagina della mia tesi e non riesco a risolvere 2 problemi:
    1- come faccio ad accostare il logo dell’università al nome dell’università? Riesco solo a metterli uno sopra l’altro ma non vicini;
    2- vorrei cambiare il carattere di questa pagina, come posso fare?

Visualizzazione 9 filoni di risposte
  • Autore
    Risposte
    • #42659
      franen
      Partecipante
        Up
        0
        Down
        ::

        Ciao! Sto cercando di scrivere la prima pagina della mia tesi e non riesco a risolvere 2 problemi:
        1- come faccio ad accostare il logo dell’università al nome dell’università? Riesco solo a metterli uno sopra l’altro ma non vicini;
        2- vorrei cambiare il carattere di questa pagina, come posso fare?

        Ciao!
        Hai provato a usare il pacchetto “frontespizio”?

        Francesco

      • #42660
        Up
        0
        Down
        ::


        Grazie! Però io ho già fatto la pagina e i miei unici problemi sono questi. Il primo l’ho risolto con l’ambiente minipage, ma il secondo niente.
        Ho provato ad usare il codice seguente:
        `\fontfamily{hevet}\selectfont`
        con i seguenti pacchetti:
        `\documentclass[a4paper,10pt,twoside]{book}

        \usepackage{helvet}
        \usepackage[applemac]{inputenc}
        \usepackage[italian]{babel}
        \usepackage[T1]{fontenc}
        \usepackage{vmargin}
        \usepackage{subfigure}
        \usepackage{fancyhdr}
        \usepackage{amsfonts}
        \usepackage{amssymb}
        \usepackage{amsthm}
        \usepackage{amsmath}
        \usepackage{amscd}
        \usepackage{latexsym}
        \usepackage{array}
        \usepackage{graphicx}`
        e mi da questo errore:
        `LaTeX Font Warning: Font shape `T1/hevet/m/n' undefined
        (Font) using `T1/cmr/m/n' instead on input line 85.`
        Credo di avere un problema con fontenc e l’opzione T1 ma non capisco di che genere sia questo problema.

      • #42661
        Up
        0
        Down
        ::

        Grazie! Però io ho già fatto la pagina e i miei unici problemi sono questi. Il primo l’ho risolto con l’ambiente minipage, ma il secondo niente.
        Ho provato ad usare il codice seguente:
        `\fontfamily{hevet}\selectfont`
        con i seguenti pacchetti:
        `\documentclass[a4paper,10pt,twoside]{book}

        \usepackage{helvet}
        …`
        e mi da questo errore:
        `LaTeX Font Warning: Font shape `T1/hevet/m/n' undefined
        (Font) using `T1/cmr/m/n' instead on input line 85.`
        Credo di avere un problema con fontenc e l’opzione T1 ma non capisco di che genere sia questo problema.

        Perché quel comando esplicito per scegliere il font? Avendo caricato il pacchetto helvet, ti basta dire \sffamily. In ogni caso, il comando corretto sarebbe \fontfamily{phv}.

        Ciao
        Enrico

      • #42662
        Up
        0
        Down
        ::


        Perché in questo caso l’errore è:
        `Running mktextfm phvr8t
        mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input phvr8t
        This is METAFONT, Version 2.71828 (Web2C 7.5.6)
        kpathsea: Running mktexmf phvr8t

        ! I can't find file `phvr8t'.
        <*> …:=ljfour; mag:=1; nonstopmode; input phvr8t

        Please type another input file name
        ! Emergency stop.
        <*> …:=ljfour; mag:=1; nonstopmode; input phvr8t

        Transcript written on mfput.log.
        grep: phvr8t.log: No such file or directory
        mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input phvr8t' failed to make phvr8t.tfm.
        kpathsea: Appending font creation commands to missfont.log.

        ! Font T1/phv/m/n/10=phvr8t at 10.0pt not loadable: Metric (TFM) file not found
        .

        relax
        l.85 \fontfamily{phv}\selectfont
        {
        ?
        `

      • #42663
        Up
        0
        Down
        ::

        Perché in questo caso l’errore è:
        `Running mktextfm phvr8t
        mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input phvr8t
        This is METAFONT, Version 2.71828 (Web2C 7.5.6)
        kpathsea: Running mktexmf phvr8t

        ! I can't find file `phvr8t'.
        <*> …:=ljfour; mag:=1; nonstopmode; input phvr8t

        Please type another input file name
        ! Emergency stop.
        <*> …:=ljfour; mag:=1; nonstopmode; input phvr8t

        Transcript written on mfput.log.
        grep: phvr8t.log: No such file or directory
        mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input phvr8t' failed to make phvr8t.tfm.
        kpathsea: Appending font creation commands to missfont.log.

        ! Font T1/phv/m/n/10=phvr8t at 10.0pt not loadable: Metric (TFM) file not found
        .

        relax
        l.85 \fontfamily{phv}\selectfont
        {
        ?
        `

        Evidentemente la tua installazione è bacata.

        Che sistema operativo e distribuzione usi?

        Ciao
        Enrico

      • #42664
        Up
        0
        Down
        ::


        Credo che tu abbia ragione, ma non so proprio come fare. Il sistema operativo è macOSX 10.4 tiger e uso texshop 2.26.
        Grazie!
        Ciao

      • #42665
        Up
        0
        Down
        ::

        Credo che tu abbia ragione, ma non so proprio come fare. Il sistema operativo è macOSX 10.4 tiger e uso texshop 2.26.

        Una diagnosi a distanza è difficile da fare. Proviamoci. Prepara il seguente documento in una cartella nuova:
        `\documentclass{minimal}
        \begin{document}
        ciao
        \end{document}`
        Chiamalo test.tex, compilalo e riporta qui il file test.log.

        Ciao
        Enrico

      • #42666
        Up
        0
        Down
        ::


        Ecco qui:
        `This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2007.11.21) 5 MAR 2010 11:45
        entering extended mode
        \write18 enabled.
        %&-line parsing enabled.
        **test.tex
        (./test.tex
        LaTeX2e <2005/12/01>
        Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
        yphenation, basque, german, ngerman, danish, spanish, catalan, galician, finnis
        h, french, hungarian, italian, dutch, norsk, polish, portuguese, swedish, ukeng
        lish, loaded.
        (/usr/local/texlive/2007basic/texmf-dist/tex/latex/base/minimal.cls
        Document Class: minimal 2001/05/25 Standard LaTeX minimal class
        )
        No file test.aux.
        \openout1 = `test.aux'.

        LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        [1{/usr/local/texlive/2007basic/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
        (./test.aux) )
        Here is how much of TeX's memory you used:
        17 strings out of 94808
        339 string characters out of 1176136
        45590 words of memory out of 1500000
        3318 multiletter control sequences out of 10000+50000
        3640 words of font info for 14 fonts, out of 1200000 for 2000
        182 hyphenation exceptions out of 8191
        14i,4n,10p,109b,92s stack positions out of 5000i,500n,6000p,200000b,5000s

        Output written on test.pdf (1 page, 4313 bytes).
        PDF statistics:
        10 PDF objects out of 1000 (max. 8388607)
        0 named destinations out of 1000 (max. 131072)
        1 words of extra memory for PDF output out of 10000 (max. 10000000)
        `

      • #42667
        Up
        0
        Down
        ::

        Ecco qui:
        `This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2007.11.21) 5 MAR 2010 11:45
        entering extended mode
        \write18 enabled.
        %&-line parsing enabled.
        **test.tex
        (./test.tex
        LaTeX2e <2005/12/01>
        Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
        yphenation, basque, german, ngerman, danish, spanish, catalan, galician, finnis
        h, french, hungarian, italian, dutch, norsk, polish, portuguese, swedish, ukeng
        lish, loaded.
        (/usr/local/texlive/2007basic/texmf-dist/tex/latex/base/minimal.cls
        Document Class: minimal 2001/05/25 Standard LaTeX minimal class
        )
        No file test.aux.
        \openout1 = `test.aux'.

        LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 2.
        LaTeX Font Info: … okay on input line 2.
        [1{/usr/local/texlive/2007basic/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
        (./test.aux) )
        Here is how much of TeX's memory you used:
        17 strings out of 94808
        339 string characters out of 1176136
        45590 words of memory out of 1500000
        3318 multiletter control sequences out of 10000+50000
        3640 words of font info for 14 fonts, out of 1200000 for 2000
        182 hyphenation exceptions out of 8191
        14i,4n,10p,109b,92s stack positions out of 5000i,500n,6000p,200000b,5000s

        Output written on test.pdf (1 page, 4313 bytes).
        PDF statistics:
        10 PDF objects out of 1000 (max. 8388607)
        0 named destinations out of 1000 (max. 131072)
        1 words of extra memory for PDF output out of 10000 (max. 10000000)
        `

        Hai solo l’installazione “2007basic” che va immediatamente sostituita con la TeX Live 2009. Non puoi fare altro:
        http://tug.org/mactex

        Ciao
        Enrico

      • #42668
        Up
        0
        Down
        ::


        Grazie mille!

    Visualizzazione 9 filoni di risposte
    • Devi essere connesso per rispondere a questo topic.

    Go to top