ordinamento nomenclatura

  • Questo topic ha 1 risposta, 1 partecipante ed è stato aggiornato l'ultima volta 18 anni fa da newnoise.
  • Creatore
    Topic
  • #26305
    Up
    0
    Down
    ::


    Ciao a tutti!

    Utilizzo da un pò lyx per scrivere dei report di lavoro e mi è sorto un problema che non riesco a risolvere. Avrei la necessità di ordinare le voci di nomenclatura mettendo prima tutte le lettere in ordine alfabetico, seguite poi dai simboli greci.

    In rete ho trovato questo ma sinceramente non sono riuscito a risolvere il problema,

    http://www.cs.brown.edu/system/software/latex/doc/nomencl.pdf

    Vd pg 6

    Grazie

    /davide

Visualizzazione 0 filoni di risposte
  • Autore
    Risposte
    • #26306
      Up
      0
      Down
      ::


      8 11:57 am
      Posts: 8
      So, with a help of a guy i’ve found this piece of code to add to the preamble of the document in Lyx:

      \usepackage{nomencl}
      \RequirePackage{ifthen}
      \renewcommand{\nomgroup}[1]{%
      \ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek Symbols}]}{
      \ifthenelse{\equal{#1}{S}}{\item[\textbf{Subscripts}]}{}}}

      Than, when you have to insert a entry for the nomenclature you get a window box divided in 3 spaces (from the top):

      – symbol
      – description
      – sort as

      In this last row you have to write g (that stats for greek) followed (without space) with the english correspondet word (if you have beta you would write b)

      cheers,

      /davide

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

Go to top