Search (6 results, page 1 of 1)

  • × classification_ss:"TVV (PB)"
  1. Lamport, L.: LaTeX: a document preparation system : 2nd ed. (1994) 0.02
    0.021840101 = product of:
      0.0655203 = sum of:
        0.0655203 = product of:
          0.1310406 = sum of:
            0.1310406 = weight(_text_:publishing in 3342) [ClassicSimilarity], result of:
              0.1310406 = score(doc=3342,freq=4.0), product of:
                0.24522576 = queryWeight, product of:
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.05019314 = queryNorm
                0.5343672 = fieldWeight in 3342, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.0546875 = fieldNorm(doc=3342)
          0.5 = coord(1/2)
      0.33333334 = coord(1/3)
    
    Classification
    ST 351 T28 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z) / Programme T / TEX; LATEX
    RVK
    ST 351 T28 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z) / Programme T / TEX; LATEX
  2. Schwarz, N.: Einführung in TeX : mit Version 3.0 (1991) 0.02
    0.018720087 = product of:
      0.056160256 = sum of:
        0.056160256 = product of:
          0.11232051 = sum of:
            0.11232051 = weight(_text_:publishing in 1526) [ClassicSimilarity], result of:
              0.11232051 = score(doc=1526,freq=4.0), product of:
                0.24522576 = queryWeight, product of:
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.05019314 = queryNorm
                0.45802903 = fieldWeight in 1526, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.046875 = fieldNorm(doc=1526)
          0.5 = coord(1/2)
      0.33333334 = coord(1/3)
    
    Classification
    ST 351 T28 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z) / Programme T / TEX; LATEX
    RVK
    ST 351 T28 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z) / Programme T / TEX; LATEX
  3. Rieger, W.: SGML für die Praxis : Ansatz und Einsatz von ISO 8879; mit einer Einführung in HTML (1995) 0.02
    0.017649466 = product of:
      0.052948397 = sum of:
        0.052948397 = product of:
          0.10589679 = sum of:
            0.10589679 = weight(_text_:publishing in 1640) [ClassicSimilarity], result of:
              0.10589679 = score(doc=1640,freq=8.0), product of:
                0.24522576 = queryWeight, product of:
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.05019314 = queryNorm
                0.4318339 = fieldWeight in 1640, product of:
                  2.828427 = tf(freq=8.0), with freq of:
                    8.0 = termFreq=8.0
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.03125 = fieldNorm(doc=1640)
          0.5 = coord(1/2)
      0.33333334 = coord(1/3)
    
    Classification
    ST 351 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z)
    ST 351 G47 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z) / SGML
    RVK
    ST 351 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z)
    ST 351 G47 Informatik / Monographien / Einzelne Anwendungen der Datenverarbeitung / Textverarbeitung, Desktop Publishing / Einzelne Programme (A-Z) / SGML
  4. Learning XML : [creating self describing data] (2001) 0.01
    0.008824733 = product of:
      0.026474198 = sum of:
        0.026474198 = product of:
          0.052948397 = sum of:
            0.052948397 = weight(_text_:publishing in 1744) [ClassicSimilarity], result of:
              0.052948397 = score(doc=1744,freq=2.0), product of:
                0.24522576 = queryWeight, product of:
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.05019314 = queryNorm
                0.21591695 = fieldWeight in 1744, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  4.885643 = idf(docFreq=907, maxDocs=44218)
                  0.03125 = fieldNorm(doc=1744)
          0.5 = coord(1/2)
      0.33333334 = coord(1/3)
    
    Abstract
    Although Learning XML covers XML with a broad brush, it nevertheless presents the key elements of the technology with enough detail to familiarise the reader with the crucial markup language. This guide is brief enough to tackle in a weekend. Author Erik T Ray begins with an excellent summary of XML's history as an outgrowth of SGML and HTML. He outlines very clearly the elements of markup, demystifying concepts such as attributes, entities and namespaces with numerous clear examples. To illustrate a real-world XML application, he gives the reader a look at a document written in DocBook--a publicly available XML document type for publishing technical writings--and explains the sections of the document step by step. A simplified version of DocBook is used later in the book to illustrate transformation--a powerful benefit of XML. The all-important Document Type Definition (DTD) is covered in depth, but the still-unofficial alternative--XML Schema--is only briefly addressed. The author makes liberal use of graphical illustrations, tables and code to demonstrate concepts along the way, keeping the reader engaged and on track. Ray also gets into a deep discussion of programming XML utilities with Perl. Learning XML is a highly readable introduction to XML for readers with existing knowledge of markup and Web technologies, and it meets its goals very well--to deliver a broad perspective of XML and its potential.
  5. Thissen, F.: Screen-Design-Handbuch : Effektiv informieren und kommunizieren mit Multimedia (2001) 0.01
    0.0068004774 = product of:
      0.020401431 = sum of:
        0.020401431 = product of:
          0.040802862 = sum of:
            0.040802862 = weight(_text_:22 in 1781) [ClassicSimilarity], result of:
              0.040802862 = score(doc=1781,freq=2.0), product of:
                0.17576782 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.05019314 = queryNorm
                0.23214069 = fieldWeight in 1781, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.046875 = fieldNorm(doc=1781)
          0.5 = coord(1/2)
      0.33333334 = coord(1/3)
    
    Date
    22. 3.2008 14:35:21
  6. Visual interfaces to digital libraries : [extended papers presented at the first and second International Workshops on Visual Interfaces to Digital Libraries, held at the Joint Conference on Digital Libraries (JCDL) in 2001 and 2002] (2002) 0.00
    0.0048086643 = product of:
      0.014425992 = sum of:
        0.014425992 = product of:
          0.028851984 = sum of:
            0.028851984 = weight(_text_:22 in 1784) [ClassicSimilarity], result of:
              0.028851984 = score(doc=1784,freq=4.0), product of:
                0.17576782 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.05019314 = queryNorm
                0.16414827 = fieldWeight in 1784, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.0234375 = fieldNorm(doc=1784)
          0.5 = coord(1/2)
      0.33333334 = coord(1/3)
    
    Date
    22. 2.2003 17:25:39
    22. 3.2008 15:02:37

Languages

Types

Classifications