Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/12 17:59:51 (12 years ago)
Author:
gkronber
Message:

#1773 added ExtLibs plugin for MathJax and implemented a view for symbolic data analysis models rendering the model in mathematical notation using MathJax in a webbrowser control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Plugin.cs.frame

    r7294 r7446  
    2828  [Plugin("HeuristicLab.Problems.DataAnalysis.Symbolic.Views","Provides views for symbolic data analysis problem classes.", "3.4.2.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll", PluginFileType.Assembly)]
     30  [PluginFile("displayModelFrame.html", PluginFileType.Data)]
    3031  [PluginDependency("HeuristicLab.ALGLIB", "3.4")]
    3132  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    3940  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    4041  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     42  [PluginDependency("HeuristicLab.MathJax", "1.1")]
    4143  [PluginDependency("HeuristicLab.Optimization","3.3")]
    4244  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
Note: See TracChangeset for help on using the changeset viewer.