Anzeige:
Ergebnis 1 bis 4 von 4

Thema: definition environment

  1. #1
    Registrierter Benutzer
    Registriert seit
    04.02.2005
    Beiträge
    46

    definition environment

    I need an environment for definitions with numbering per chapter, title and an optional argument for author (if existing definitions by known authors are used). The text should be formated as normal text because some definitions will be to long for the italic definitions style to be readable.

    Code:
    \newcounter{count_definition}
    \newcounter{count_definition}
    \newenvironment{definition}[1][1]{
        \stepcounter{count_definition}
        \textbf{\large{Definition \arabic{chapter}.\arabic{count_definition} #1}}
        \textit{#2}
    }{
    }
    is quite wrong (even without the optional argument it does not enlarge the title and does some quite unwanted formating [intending and something with the first character]), all hints welcome...

  2. #2
    Registrierter Benutzer
    Registriert seit
    26.01.2005
    Beiträge
    83

    theorem's environment

    What's about the package ntheorem?!? There you have the possibilty to format your definitions, theorems, proofs, etc. You're able to change the look very easily. Read the documentation of this package.

    andti.

  3. #3
    Registrierter Benutzer
    Registriert seit
    04.02.2005
    Beiträge
    46
    seems to be what I need as far as I understand it. Where do I get the documentation - TexLive comes with .sty and .std only? Do I have to read the .dtx I obtained from CTAN as it is or is there other documentation or at least some way of compiling the .dtx for documentation?

    ok, got that...

    latex .ins (also CTAN)
    (pdf)latex .drv x3
    -> doc
    Geändert von itteerde (08-02-2005 um 11:57 Uhr)

  4. #4
    Registrierter Benutzer
    Registriert seit
    26.01.2005
    Beiträge
    83

    Google

    A little bit easier is to ask Google for ntheorem.dvi. There are different sources for this documentation.

    andti

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •