Anita

Risposte nei forum create

Stai visualizzando 4 risposte – dal 1 al 4 (di 4 totali)
  • Autore
    Risposte
  • in risposta a: problema #90061
    Up
    0
    Down
    ::


    Ho tolto amsfonts e pslatex e funziona:)
    Grazie a tutti

    in risposta a: problema #90057
    Up
    0
    Down
    ::


    Lo so che il codice non è uno dei migliori, è da pochissimo che uso Latex ma fino ad ora non mi ha dato problemi. Ho provato a lasciare il mio di preambolo e poi ho scritto nell’ambiente document solo quello che da problemi e funziona. il problema è che insieme al resto non funziona. Ma il resto senza quello non da problemi. Uso Windows 8.

    in risposta a: problema #90055
    Up
    0
    Down
    ::


    `\documentclass[a4paper,12pt,oneside,openany]{book}
    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[italian]{babel}
    \usepackage{pslatex}
    \usepackage{amsmath, amssymb, amsfonts, amsthm, mathrsfs, cmll, stmaryrd, MnSymbol}
    \usepackage{graphicx}
    \usepackage[hang,small,bf]{caption}
    \usepackage{listings}
    \usepackage{bussproofs}
    \usepackage{qtree}
    \usepackage{fancyhdr,indentfirst}

    \theoremstyle{plain}
    \newtheorem{thm}{Teorema}[section]
    \newtheorem{cor}[thm]{Corollario}
    \newtheorem{lem}[thm]{Lemma}
    \newtheorem{prop}[thm]{Proposizione}
    \theoremstyle{definition}
    \newtheorem{defn}{Definizione}[chapter]
    \theoremstyle{remark}
    \newtheorem{oss}{Osservazione}

    \pagestyle{fancy}
    \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
    \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
    \fancyhf{}
    \fancyhead[LE,RO]{\bfseries\thepage}
    \fancyhead[RE]{\bfseries\footnotesize\nouppercase{\leftmark}}
    \fancyhead[LO]{\bfseries\footnotesize\nouppercase{\rightmark}}

    \usepackage[sf,sl,outermarks]{titlesec}

    \titleformat{\chapter}[display]
    {\normalfont\Large\filcenter\fontfamily{pag} \selectfont}
    {\titlerule[1pt]%
    \vspace{1pt}%
    \titlerule
    \vspace{1pc}%
    \LARGE\MakeUppercase{\chaptertitlename} \thechapter}
    {1pc}
    {\titlerule
    \vspace{1pc}%
    \Huge}

    \newbox{\riquadrobox}
    \newenvironment{riquadro}[1]
    {\setlength{\dimen255}{\parindent}%
    \begin{lrbox}{\riquadrobox}\begin{minipage}{#1}
    \setlength{\parindent}{\dimen255}}
    {\end{minipage}\end{lrbox}\fbox{\usebox{\riquadrobox}}}`

    in risposta a: problema #90053
    Up
    0
    Down
    ::


    Mi dice cosi’: ” ! LaTeX Error: Too many math alphabets used in version normal.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H for immediate help.

    l.1486 $\mathfrak{D}
    $
    ? ”

Stai visualizzando 4 risposte – dal 1 al 4 (di 4 totali)

Go to top