Alessandro

Risposte nei forum create

Stai visualizzando 15 risposte – dal 16 al 30 (di 38 totali)
  • Autore
    Risposte
  • in risposta a: Testatina indice e bibliografia #118705
    Up
    0
    Down
    ::


    Certo, mi rendo conto che non ho avuto modo di leggere attentamente la relativa documentazione. In ogni caso, per quanto riguarda la bibliografia, vorrei sostituire il termine “Bibliografia” con l’espressione “Riferimenti bibliografici”, che ritengo essere più corretta, sia nell’indice sia come titolo al posto di quello che attualmente è chiamato “Bibliografia”.

    in risposta a: Testatina indice e bibliografia #118703
    Up
    0
    Down
    ::


    Comunque se posso darti una mano ti aggiungo che INDICE appare a dx della testatina superiore e a sx della piedina (si dice così?), mentre BIBLIOGRAFIA appare a sx e dx della testatina superiore 😐

    in risposta a: Testatina indice e bibliografia #118702
    Up
    0
    Down
    ::


    Tra l’altro con questo codice non riesco a modificare il titolo “Bibliografia” in “Riferimenti bibliografici” con il comando \addcontentsline{toc}{chapter}{Riferimenti bibliografici}, ovvero la scritta “Riferimenti bibliografici” appare soltanto nell’indice! Sicuramente mi sfugge più di una cosa..

    in risposta a: Testatina indice e bibliografia #118701
    Up
    0
    Down
    ::


    `\documentclass[a4paper, 12pt]{report}
    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc}
    \usepackage[italian]{babel}
    \usepackage{graphicx}
    \usepackage{tikz}
    \usepackage{float}
    \usepackage[centertags]{amsmath}
    \usepackage{amsfonts}
    \usepackage{amssymb}
    \usepackage{amsmath}
    \usepackage{amsthm}
    \usepackage{newlfont}
    \usepackage{fancyhdr}
    \usepackage{tesisty}
    \usepackage{breqn}
    \usepackage{caption}
    \usepackage{booktabs}
    \usepackage{quoting}
    \usepackage{tabularx}
    \usepackage{array}

    %——————————-
    % DEFINIZIONE DEGLI ENVIRONMENT
    %——————————-

    \newtheorem{obs}{Osservazione}[section]
    \newenvironment{oss}
    {\begin{obs}\begin{normalfont}}
    {\hfill $\square \!\!\!\!\checkmark$ \end{normalfont}\end{obs}}

    \newtheorem{pro}{Problema}[chapter]
    \newenvironment{prob}
    {\begin{pro}\begin{normalfont}}
    {\hfill $\spadesuit$ \end{normalfont}\end{pro}}

    \newtheorem{teor}{Teorema}[section]
    \newenvironment{teorema}
    {\begin{teor}\textit }
    {\hfill \end{teor}}

    \newtheorem{defn}{Definizione}[section]
    \newenvironment{de}
    {\begin{defn}\begin{normalfont}}
    {\hfill $\clubsuit$ \end{normalfont}\end{defn}}

    %—————————–
    % CONFIGURAZIONE DELLA PAGINA
    %—————————–

    \hfuzz2pt % Don't bother to report over-full boxes if over-edge is < 2pt \fancypagestyle{plain}{ \fancyhead{}\renewcommand{\headrulewidth}{0pt} } \pagestyle{fancy} \renewcommand{\chaptermark}[1]{\markboth{\small CAP. \thechapter \textit{ #1}} {} } \renewcommand{\sectionmark}[1]{\markright{\small \thesection \textit{ #1}} {} } \renewcommand\captionfont{\footnotesize} \voffset=-20pt % distanza tra il limite superiore del foglio e l'intestazione \headsep=40pt % distanza l'intestazione ed il testo del corpo \hoffset=0 pt % misura equivalente al margine sinistro \textheight=620pt % altezza del corpo del testo \textwidth=435pt % larghezza del corpo del testo \footskip=40pt % distanza tra il testo del corpo ed il pie' di pagina \fancyhead{} % cancella qualsiasi impostazione per l'intestazione \fancyfoot{} % cancella qualsiasi impostazione per il pie' di pagina \headwidth=435pt % larghezza del'intestazione e del pie' di pagina \fancyhead[R]{\rightmark} \fancyfoot[L]{\leftmark} \fancyfoot[R]{\thepage} \renewcommand{\headrulewidth}{0.3pt} % spessore della linea dell'intestazione \renewcommand{\footrulewidth}{0.3pt} % spessore della linea del pi�di pagina \numberwithin{equation}{section} \renewcommand{\theequation}{\thesection.\arabic{equation}} %-------------------------- % MODIFICARE DA QUI IN POI %-------------------------- \begin{document} \dedicate{} \corso{} \titoloTesi{} \anno{} \relatore{} \autore{} \baselineskip=25pt \intestazione %------------------------------------------------ % INTRODUZIONE E RINGRAZIAMENTI (NON MODIFICARE) %------------------------------------------------ \fancypagestyle{plain}{ \fancyhead{}\renewcommand{\headrulewidth}{0pt} } \pagestyle{fancy} \renewcommand{\chaptermark}[1]{\markboth{\small Cap. \thechapter \textit{ #1}} {} } \renewcommand{\sectionmark}[1]{\markright{\small \S \thesection \textit{ #1}} {} } \voffset=-20pt % distanza tra il limite superiore del foglio e l'intestazione \headsep=40pt % distanza l'intestazione ed il testo del corpo \hoffset=0pt % misura equivalente al margine sinistro \textheight=620pt % altezza del corpo del testo \textwidth=435pt % larghezza del corpo del testo \footskip=40pt % distanza tra il testo del corpo ed il pie' di pagina \fancyhead{} % cancella qualsiasi impostazione per l'intestazione \fancyfoot{} % cancella qualsiasi impostazione per il pie' di pagina \headwidth=435pt % larghezza del'intestazione e del pie' di pagina \fancyhead[R]{\rightmark} \fancyfoot[L]{\leftmark} \fancyfoot[R]{\thepage} \renewcommand{\headrulewidth}{0.3pt} % spessore della linea dell'intestazione \renewcommand{\footrulewidth}{0.3pt} % spessore della linea del pi�di pagina \pagenumbering{Roman} \tableofcontents \newpage \pagenumbering{arabic} \fancyhead[R]{Introduzione} \fancyfoot[L]{Introduzione} \fancyfoot[R]{\thepage} \include{Introduzione} \fancyhf{} %elimina header/footer vecchi \fancyhead[R]{\rightmark} \fancyhead[L]{\leftmark} \fancyfoot[R]{\thepage} %--------------------- % INCLUSIONE CAPITOLI %--------------------- \include{capitolo1_magistrale} \include{capitolo2_magistrale} \include{capitolo3_magistrale} \include{conclusioni_magistrale} % ELENCO DELLE FIGURE (OPZIONALE) %\addcontentsline{toc}{chapter}{Elenco delle figure} % \listoffigures % BIBLIOGRAFIA \addcontentsline{toc}{chapter}{Riferimenti bibliografici} \begin{thebibliography}{99} ... \end{thebibliography} \end{document}`

    in risposta a: Testatina indice e bibliografia #118699
    Up
    0
    Down
    ::


    I file “fancyhdr.sty” e “tesisty.sty” non sono stati compilati da me, per questo ho difficoltà a trovare eventuali errori.. 🙁

    in risposta a: Testatina indice e bibliografia #118698
    Up
    0
    Down
    ::


    Mentre questa è una parte di codice del file tesisty.sty:
    `\newenvironment{dedication}{\Large\em\null\vskip1in}%
    {\vfill}

    \renewcommand{\chaptermark}[1]{\markboth{\small CAP. \thechapter \textit{ #1}} {} }
    \renewcommand{\sectionmark}[1]{\markright{\small \thesection \textit{ #1}} {} }
    \renewcommand{\headrulewidth}{0.3pt} % spessore della linea dell'intestazione

    \renewcommand{\footrulewidth}{0.3pt} % spessore della linea del pi�di pagina

    \def\impaginazione{
    \fancypagestyle{plain}{
    \fancyhead{}\renewcommand{\headrulewidth}{0pt} } \pagestyle{fancy}
    \voffset=-20pt % distanza tra il limite superiore del foglio e l'intestazione
    \headsep=40pt % distanza l'intestazione ed il testo del corpo
    \hoffset=0pt % misura equivalente al margine sinistro
    \textheight=620pt % altezza del corpo del testo
    \textwidth=435pt % larghezza del corpo del testo
    \footskip=40pt % distanza tra il testo del corpo ed il pie' di pagina

    \fancyhead{} % cancella qualsiasi impostazione per l'intestazione
    \fancyfoot{} % cancella qualsiasi impostazione per il pie' di pagina
    \headwidth=435pt % larghezza del'intestazione e del pie' di pagina
    \fancyhead[R]{\rightmark} \fancyfoot[L]{\leftmark}
    \fancyfoot[R]{\thepage}
    }`

    in risposta a: Testatina indice e bibliografia #118697
    Up
    0
    Down
    ::


    Questo è il comando con cui viene inserita la bibliografia:
    `\addcontentsline{toc}{chapter}{Bibliografia}
    \begin{thebibliography}

    \end{thebibliography}`

    in risposta a: Testatina indice e bibliografia #118696
    Up
    0
    Down
    ::


    `\def\ifancy@mpty#1{\def\temp@a{#1}\ifx\temp@a\@empty}

    \def\fancy@gdef#1#2{\ifancy@mpty{#2}\gdef#1{\leavevmode}\else\gdef#1{#2\strut}\fi}
    \def\fancy@ldef#1#2{\ifancy@mpty{#2}\def#1{\leavevmode}\else\def#1{#2\strut}\fi}

    \let\fancy@def\fancy@gdef

    \def\@fancyerrmsg#1{%
    \ifx\PackageError\undefined
    \errmessage{#1}\else
    \PackageError{Fancyhdr}{#1}{}\fi}
    \def\@fancywarning#1{%
    \ifx\PackageWarning\undefined
    \errmessage{#1}\else
    \PackageWarning{Fancyhdr}{#1}{}\fi}

    % Usage: \@forc \var{charstring}{command to be executed for each char}
    % This is similar to LaTeX's \@tfor, but expands the charstring.

    \def\@forc#1#2#3{\expandafter\f@rc\expandafter#1\expandafter{#2}{#3}}
    \def\f@rc#1#2#3{\def\temp@ty{#2}\ifx\@empty\temp@ty\else
    \f@@rc#1#2\f@@rc{#3}\fi}
    \def\f@@rc#1#2#3\f@@rc#4{\def#1{#2}#4\f@rc#1{#3}{#4}}

    % Usage: \f@nfor\name:=list\do{body}
    % Like LaTeX's \@for but an empty list is treated as a list with an empty
    % element

    \newcommand{\f@nfor}[3]{\edef\@fortmp{#2}%
    \expandafter\@forloop#2,\@nil,\@nil\@@#1{#3}}

    % Usage: \def@ult \cs{defaults}{argument}
    % sets \cs to the characters from defaults appearing in argument
    % or defaults if it would be empty. All characters are lowercased.

    \newcommand\def@ult[3]{%
    \edef\temp@a{\lowercase{\edef\noexpand\temp@a{#3}}}\temp@a
    \def#1{}%
    \@forc\tmpf@ra{#2}%
    {\expandafter\if@in\tmpf@ra\temp@a{\edef#1{#1\tmpf@ra}}{}}%
    \ifx\@empty#1\def#1{#2}\fi}
    %
    % \if@in
    %
    \newcommand{\if@in}[4]{%
    \edef\temp@a{#2}\def\temp@b##1#1##2\temp@b{\def\temp@b{##1}}%
    \expandafter\temp@b#2#1\temp@b\ifx\temp@a\temp@b #4\else #3\fi}

    \newcommand{\fancyhead}{\@ifnextchar[{\f@ncyhf h}{\f@ncyhf h[]}}
    \newcommand{\fancyfoot}{\@ifnextchar[{\f@ncyhf f}{\f@ncyhf f[]}}
    \newcommand{\fancyhf}{\@ifnextchar[{\f@ncyhf {}}{\f@ncyhf {}[]}}

    % The header and footer fields are stored in command sequences with
    % names of the form: \f@ncy with for [eo], form [lcr]
    % and from [hf].

    \def\f@ncyhf#1[#2]#3{%
    \def\temp@c{}%
    \@forc\tmpf@ra{#2}%
    {\expandafter\if@in\tmpf@ra{eolcrhf,EOLCRHF}%
    {}{\edef\temp@c{\temp@c\tmpf@ra}}}%
    \ifx\@empty\temp@c\else
    \@fancyerrmsg{Illegal char `\temp@c' in fancyhdr argument:
    [#2]}%
    \fi
    \f@nfor\temp@c{#2}%
    {\def@ult\f@@@eo{eo}\temp@c
    \if@twoside\else
    \if\f@@@eo e\@fancywarning
    {fancyhdr's E option without twoside option is useless}\fi\fi
    \def@ult\f@@@lcr{lcr}\temp@c
    \def@ult\f@@@hf{hf}{#1\temp@c}%
    \@forc\f@@eo\f@@@eo
    {\@forc\f@@lcr\f@@@lcr
    {\@forc\f@@hf\f@@@hf
    {\expandafter\fancy@def\csname
    f@ncy\f@@eo\f@@lcr\f@@hf\endcsname
    {#3}}}}}}

    % Fancyheadings version 1 commands. These are more or less deprecated,
    % but they continue to work.

    \newcommand{\lhead}{\@ifnextchar[{\@xlhead}{\@ylhead}}
    \def\@xlhead[#1]#2{\fancy@def\f@ncyelh{#1}\fancy@def\f@ncyolh{#2}}
    \def\@ylhead#1{\fancy@def\f@ncyelh{#1}\fancy@def\f@ncyolh{#1}}

    \newcommand{\chead}{\@ifnextchar[{\@xchead}{\@ychead}}
    \def\@xchead[#1]#2{\fancy@def\f@ncyech{#1}\fancy@def\f@ncyoch{#2}}
    \def\@ychead#1{\fancy@def\f@ncyech{#1}\fancy@def\f@ncyoch{#1}}

    \newcommand{\rhead}{\@ifnextchar[{\@xrhead}{\@yrhead}}
    \def\@xrhead[#1]#2{\fancy@def\f@ncyerh{#1}\fancy@def\f@ncyorh{#2}}
    \def\@yrhead#1{\fancy@def\f@ncyerh{#1}\fancy@def\f@ncyorh{#1}}

    \newcommand{\lfoot}{\@ifnextchar[{\@xlfoot}{\@ylfoot}}
    \def\@xlfoot[#1]#2{\fancy@def\f@ncyelf{#1}\fancy@def\f@ncyolf{#2}}
    \def\@ylfoot#1{\fancy@def\f@ncyelf{#1}\fancy@def\f@ncyolf{#1}}

    \newcommand{\cfoot}{\@ifnextchar[{\@xcfoot}{\@ycfoot}}
    \def\@xcfoot[#1]#2{\fancy@def\f@ncyecf{#1}\fancy@def\f@ncyocf{#2}}
    \def\@ycfoot#1{\fancy@def\f@ncyecf{#1}\fancy@def\f@ncyocf{#1}}

    \newcommand{\rfoot}{\@ifnextchar[{\@xrfoot}{\@yrfoot}}
    \def\@xrfoot[#1]#2{\fancy@def\f@ncyerf{#1}\fancy@def\f@ncyorf{#2}}
    \def\@yrfoot#1{\fancy@def\f@ncyerf{#1}\fancy@def\f@ncyorf{#1}}

    \newdimen\headwidth
    \newcommand{\headrulewidth}{0.4pt}
    \newcommand{\footrulewidth}{\z@skip}
    \newcommand{\footruleskip}{.3\normalbaselineskip}

    % Fancyplain stuff shouldn't be used anymore (rather
    % \fancypagestyle{plain} should be used), but it must be present for
    % compatibility reasons.

    \newcommand{\plainheadrulewidth}{\z@skip}
    \newcommand{\plainfootrulewidth}{\z@skip}
    \newif\if@fancyplain \@fancyplainfalse
    \def\fancyplain#1#2{\if@fancyplain#1\else#2\fi}

    \headwidth=-123456789sp %magic constant

    % Command to reset various things in the headers:
    % a.o. single spacing (taken from setspace.sty)
    % and the catcode of ^^M (so that epsf files in the header work if a
    % verbatim crosses a page boundary)
    % It also defines a \nouppercase command that disables \uppercase and
    % \Makeuppercase. It can only be used in the headers and footers.
    \def\fancy@reset{\restorecr
    \def\baselinestretch{1}%
    \def\nouppercase##1{{\let\uppercase\relax\let\MakeUppercase\relax
    \expandafter\let\csname MakeUppercase \endcsname\relax##1}}%
    \ifx\undefined\@newbaseline% NFSS not present; 2.09 or 2e
    \ifx\@normalsize\undefined \normalsize % for ucthesis.cls
    \else \@normalsize \fi
    \else% NFSS (2.09) present
    \@newbaseline%
    \fi}

    % Initialization of the head and foot text.

    % The default values still contain \fancyplain for compatibility.
    \fancyhf{} % clear all
    % lefthead empty on “plain'' pages, \rightmark on even, \leftmark on odd pages
    % evenhead empty on “plain'' pages, \leftmark on even, \rightmark on odd pages
    \if@twoside
    \fancyhead[el,or]{\fancyplain{}{\sl\rightmark}}
    \fancyhead[er,ol]{\fancyplain{}{\sl\leftmark}}
    \else
    \fancyhead[l]{\fancyplain{}{\sl\rightmark}}
    \fancyhead[r]{\fancyplain{}{\sl\leftmark}}
    \fi
    \fancyfoot[c]{\rm\thepage} % page number

    % Use box 0 as a temp box and dimen 0 as temp dimen.
    % This can be done, because this code will always
    % be used inside another box, and therefore the changes are local.

    \def\@fancyvbox#1#2{\setbox0\vbox{#2}\ifdim\ht0>#1\@fancywarning
    {\string#1 is too small (\the\headheight): ^^J Make it at least \the\ht0.^^J
    We now make it that large for the rest of the document.^^J
    This may cause the page layout to be inconsistent, however\@gobble}%
    \dimen0=#1\global\setlength{#1}{\ht0}\ht0=\dimen0\fi
    \box0}

    % Put together a header or footer given the left, center and
    % right text, fillers at left and right and a rule.
    % The \lap commands put the text into an hbox of zero size,
    % so overlapping text does not generate an errormessage.
    % These macros have 5 parameters:
    % 1. \@lodd or \@rodd % This determines at which side the header will stick
    % out.
    % 2. \f@ncyolh, \f@ncyelh, \f@ncyolf or \f@ncyelf. This is the left component.
    % 3. \f@ncyoch, \f@ncyech, \f@ncyocf or \f@ncyecf. This is the middle comp.
    % 4. \f@ncyorh, \f@ncyerh, \f@ncyorf or \f@ncyerf. This is the right component.
    % 5. \@lodd or \@rodd % This determines at which side the header will stick
    % out. This is the reverse of parameter nr. 1. One of them is always
    % \relax and the other one is \hss (after expansion).

    \def\@fancyhead#1#2#3#4#5{#1\hbox to\headwidth{\fancy@reset
    \@fancyvbox\headheight{\hbox
    {\rlap{\parbox{\headwidth}{\raggedright#2}}\hfill
    \parbox{\headwidth}{\centering#3}\hfill
    \llap{\parbox{\headwidth}{\raggedleft#4}}}\headrule}}#5}

    \def\@fancyfoot#1#2#3#4#5{#1\hbox to\headwidth{\fancy@reset
    \@fancyvbox\footskip{\footrule
    \hbox{\rlap{\parbox[t]{\headwidth}{\raggedright#2}}\hfill
    \parbox[t]{\headwidth}{\centering#3}\hfill
    \llap{\parbox[t]{\headwidth}{\raggedleft#4}}}}}#5}

    \def\headrule{{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi
    \hrule\@height\headrulewidth\@width\headwidth \vskip-\headrulewidth}}

    \def\footrule{{\if@fancyplain\let\footrulewidth\plainfootrulewidth\fi
    \vskip-\footruleskip\vskip-\footrulewidth
    \hrule\@width\headwidth\@height\footrulewidth\vskip\footruleskip}}

    \def\ps@fancy{%
    \@ifundefined{@chapapp}{\let\@chapapp\chaptername}{}%for amsbook
    %
    % Define \MakeUppercase for old LaTeXen.
    % Note: we used \def rather than \let, so that \let\uppercase\relax (from
    % the version 1 documentation) will still work.
    %
    \@ifundefined{MakeUppercase}{\def\MakeUppercase{\uppercase}}{}%
    \@ifundefined{chapter}{\def\sectionmark##1{\markboth
    {\MakeUppercase{\ifnum \c@secnumdepth>\z@
    \thesection\hskip 1em\relax \fi ##1}}{}}%
    \def\subsectionmark##1{\markright {\ifnum \c@secnumdepth >\@ne
    \thesubsection\hskip 1em\relax \fi ##1}}}%
    {\def\chaptermark##1{\markboth {\MakeUppercase{\ifnum \c@secnumdepth>\m@ne
    \@chapapp\ \thechapter. \ \fi ##1}}{}}%
    \def\sectionmark##1{\markright{\MakeUppercase{\ifnum \c@secnumdepth >\z@
    \thesection. \ \fi ##1}}}}%
    %\csname ps@headings\endcsname % use \ps@headings defaults if they exist
    \ps@@fancy
    \gdef\ps@fancy{\@fancyplainfalse\ps@@fancy}%
    % Initialize \headwidth if the user didn't
    %
    \ifdim\headwidth<0sp
    %
    % This catches the case that \headwidth hasn't been initialized and the
    % case that the user added something to \headwidth in the expectation that
    % it was initialized to \textwidth. We compensate this now. This loses if
    % the user intended to multiply it by a factor. But that case is more
    % likely done by saying something like \headwidth=1.2\textwidth.
    % The doc says you have to change \headwidth after the first call to
    % \pagestyle{fancy}. This code is just to catch the most common cases were
    % that requirement is violated.
    %
    \global\advance\headwidth123456789sp\global\advance\headwidth\textwidth
    \fi}
    \def\ps@fancyplain{\ps@fancy \let\ps@plain\ps@plain@fancy}
    \def\ps@plain@fancy{\@fancyplaintrue\ps@@fancy}
    \let\ps@@empty\ps@empty
    \def\ps@@fancy{%
    \ps@@empty % This is for amsbook/amsart, which do strange things with \topskip
    \def\@mkboth{\protect\markboth}%
    \def\@oddhead{\@fancyhead\@lodd\f@ncyolh\f@ncyoch\f@ncyorh\@rodd}%
    \def\@oddfoot{\@fancyfoot\@lodd\f@ncyolf\f@ncyocf\f@ncyorf\@rodd}%
    \def\@evenhead{\@fancyhead\@rodd\f@ncyelh\f@ncyech\f@ncyerh\@lodd}%
    \def\@evenfoot{\@fancyfoot\@rodd\f@ncyelf\f@ncyecf\f@ncyerf\@lodd}%
    }
    \def\@lodd{\if@reversemargin\hss\else\relax\fi}
    \def\@rodd{\if@reversemargin\relax\else\hss\fi}

    \newif\iffootnote
    \let\latex@makecol\@makecol
    \def\@makecol{\ifvoid\footins\footnotetrue\else\footnotefalse\fi
    \let\topfloat\@toplist\let\botfloat\@botlist\latex@makecol}
    \def\iftopfloat#1#2{\ifx\topfloat\empty #2\else #1\fi}
    \def\ifbotfloat#1#2{\ifx\botfloat\empty #2\else #1\fi}
    \def\iffloatpage#1#2{\if@fcolmade #1\else #2\fi}

    \newcommand{\fancypagestyle}[2]{%
    \@namedef{ps@#1}{\let\fancy@def\fancy@ldef#2\relax\ps@fancy}}`

    in risposta a: Testatina indice e bibliografia #118695
    Up
    0
    Down
    ::


    [attachment]C:\fakepath\fancyhdr.sty[/attachment]

    in risposta a: Conclusioni tesi di laurea #118684
    Up
    0
    Down
    ::


    Ti ringrazio. Secondo te tipograficamente è più corretto:

    “Capitolo X
    Conclusioni”

    Oppure direttamente:

    “Conclusioni”

    in risposta a: Due immagini in una pagina pulita #118662
    Up
    0
    Down
    ::


    Perfetto, ti ringrazio, hai centrato il punto, è esattamente quello che cercavo 😀

    in risposta a: Simbolo maggiore o uguale? #115505
    Up
    0
    Down
    ::


    Grazie delle dritte, domani procedo alla stampa! (salvo imprevisti 😀 )

    in risposta a: Simbolo maggiore o uguale? #115503
    Up
    0
    Down
    ::


    Ok, grazie. Posso chiederti se inserire quel pacchetto implica delle modiche “estetiche” agli altri ambienti matematici presenti nel documento? Ho terminato la tesi di laurea e non vorrei che salti tutta la formattazione 🙁

    In particolare, ho utilizzato i pacchetti {amsmath}, {amsfonts}, {amssymb}, {amsthm}. (cazziatone per eventuali incompatibilità/inutilità dei pacchetti?)

    in risposta a: Simbolo maggiore o uguale? #115500
    Up
    0
    Down
    ::


    No scusami ho scritto male, intendevo maggiore o minore! (nello stesso “carattere”)

    in risposta a: Problema inserimento immagini a pagina intera #115488
    Up
    0
    Down
    ::


    Perfetto, scaricherò e leggerò la guida che mi hai consigliato. Comunque, nel mio caso devo utilizzare molto frequentemente termini tecnici inglesi relativi all’ambito industriale, come: “lead time”, “cycle time”, “buffer”, “equipment”. Ho difficoltà anche con alcuni termini più comuni: “task”, “management”, “standard” etc. Ad esempio “etc.” l’ho inserito in corsivo, è un errore?

    Nello specifico, oltre al dubbio sul corsivo, ho anche difficoltà con i plurali. Mi spiego meglio, ci sono molte parole inglesi che secondo me non è gradevole riportare al plurale in un testo, ma si tratta di un’interpretazione personale. Non essendoci regole particolarmente ferree (o almeno non che io sappia, al di là delle numerose guide sulla tipografia), una volta terminato il mio progetto di tesi mi sono venuti diversi dubbi sull’utilizzo del corsivo e del plurale!

Stai visualizzando 15 risposte – dal 16 al 30 (di 38 totali)

Go to top