Show
Ignore:
Timestamp:
08/16/2007 01:30:55 PM (17 months ago)
Author:
otter
Message:

Replaced <h3> by <h4> and removed <font> from <h3>
(<h3> is used by automatically generated structuring units,
such as "Information", "Parameters", "Connectors" and therefore
it shoud not be used in a model. The "font" should be set by
"css style files" and not inside the model
(is now supported in Dymola for generated html and pdf, but
not yet in the info-layer in Dymola).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/trunk/Modelica/Electrical/Digital.mo

    r535 r537  
    44     
    55  annotation (DocumentationClass=true, Documentation(info="<html> 
    6 <h3><font color=\"#008000\" size=5>Users Guide of package Electrical.Digital</font></h3> 
     6<h4>Users Guide of package Electrical.Digital</h4> 
    77<p> 
    88Library <b>Electrical.Digital</b> is a <b>free</b> Modelica package providing 
     
    3434       
    3535    annotation (Documentation(info="<html> 
    36 <h3><font color=\"#008000\" size=5>Overview of Library Electrical.Digital</font></h3> 
     36<h4>Overview of Library Electrical.Digital</h4> 
    3737<p> 
    3838In this section, an overview of the most important features 
     
    4747       
    4848    annotation (Documentation(info="<html> 
    49 <h3><font color=\"#008000\" size=5>A first example</font></h3> 
     49<h4>A first example</h4> 
    5050<p> 
    5151A first example will be given here (not yet done). 
     
    5858       
    5959    annotation (Documentation(info="<html> 
    60 <h3><font color=\"#008000\" size=5>An application example</font></h3> 
     60<h4>An application example</h4> 
    6161<p> 
    6262An application example will be given here (not yet done). 
     
    6969       
    7070    annotation (Documentation(info="<html> 
    71 <h3><font color=\"#008000\" size=5>Release notes</font></h3> 
    72 <h3><font color=\"#008000\">Version 1.0.7, 2005-07-01</font></h3> 
     71<h4>Release notes</h4> 
     72<h4>Version 1.0.7, 2005-07-01</h4> 
    7373<ul> 
    7474<li> xxxx</li> 
    7575</ul> 
    76 <h3><font color=\"#008000\">Version 1.0.6, 2004-10-18</font></h3> 
     76<h4>Version 1.0.6, 2004-10-18</h4> 
    7777<ul> 
    7878<li> Missing HTML tags added (problems with mismatched pre tags fixed).</li> 
    7979<li> CVS ID string deleted.</li> 
    8080</ul> 
    81 <h3><font color=\"#008000\">Version 1.0.5, 2004-10-01</font></h3> 
     81<h4>Version 1.0.5, 2004-10-01</h4> 
    8282<ul> 
    8383<li> Wrong identifiers x0 and Tdel in HalfAdder example fixed.</li> 
     
    8585<li> Known issue: Pulse source causes a warning in Dymola. It is recommended to use Clock source.</li> 
    8686</ul> 
    87 <h3><font color=\"#008000\">Version 1.0.4, 2004-09-30</font></h3> 
     87<h4>Version 1.0.4, 2004-09-30</h4> 
    8888<ul> 
    8989<li> Documentation improved.</li> 
    9090</ul> 
    91 <h3><font color=\"#008000\">Version 1.0.3, 2004-09-21</font></h3> 
     91<h4>Version 1.0.3, 2004-09-21</h4> 
    9292<ul> 
    9393<li> Table names changed from \"map\" to \"Table\".</li> 
     
    102102<li> Simple Clock source added in addition to Pulse source (for convenience reasons).</li> 
    103103</ul> 
    104 <h3><font color=\"#008000\">Version 1.0.2, 2004-09-13</font></h3> 
     104<h4>Version 1.0.2, 2004-09-13</h4> 
    105105<ul> 
    106106<li> First prerelease for discussions at the 40th Modelica Design Meeting.</li> 
    107107</ul> 
    108 <h3><font color=\"#008000\">Version 1.0.1, 2004-06-01</font></h3> 
     108<h4>Version 1.0.1, 2004-06-01</h4> 
    109109<ul> 
    110110<li> Packages Tables, Basic, and Gates implemented.</li> 
    111111<li> Transport and inertial delay implemented and successfully tested.</li> 
    112112</ul> 
    113 <h3><font color=\"#008000\">Version 1.0.0, 2003-05-01</font></h3> 
     113<h4>Version 1.0.0, 2003-05-01</h4> 
    114114<ul> 
    115115<li> A first version has been implemented for case studies.</li> 
     
    124124       
    125125    annotation (Documentation(info="<html> 
    126 <h3><font color=\"#008000\" size=5>Literature</font></h3> 
     126<h4>Literature</h4> 
    127127<p> 
    128128The Electrical.Digital library is based on the following references: 
     
    161161       
    162162    annotation (Documentation(info="<html> 
    163 <h3><font color=\"#008000\" size=5>Contact</font></h3> 
     163<h4>Contact</h4> 
    164164<dl> 
    165165<dt><b>Main Authors:</b> 
     
    331331      annotation ( 
    332332        Documentation(info="<HTML> 
    333 <h3><font color=\"#008000\" size=5>4 to 1 Bit Multiplexer</font></h3> 
     333<h4>4 to 1 Bit Multiplexer</h4> 
    334334<P> 
    335335The multiplexer converts a parallel 4 bit signal in a sequential 
     
    445445      annotation ( 
    446446        Documentation(info="<HTML> 
    447 <h3><font color=\"#008000\" size=5>FlipFlop</font></h3> 
     447<h4>FlipFlop</h4> 
    448448<P> 
    449449Pulse-triggered master-slave flip-flop.