【问题标题】:Eclipse with UML : Summation symbol writing带有 UML 的 Eclipse:求和符号书写
【发布时间】:2015-12-18 10:58:40
【问题描述】:

我想在我的 sample.md 文件中写下方程式。 我正在使用带有 UML(绘制建模图)的 eclipse lunar 4.2。

equation 1 in this paper

我正在尝试这个 sample.md 示例

\defgroup ${MODULE} ${MODULE}
\ingroup low
\brief Example template module

${MODULE}
=========

Overview
--------

This module is intended as a template.

Details
------------------

@startuml{tla_class_diagram.png}

class SomeClass {
  uint32_t  mX
  uint32_t  mY
}
@enduml

请告诉我在哪里添加下面答案中提到的内容??

【问题讨论】:

标签: eclipse-plugin markdown modeling


【解决方案1】:

把它放在标题中

<style TYPE="text/css">
code.has-jax {font: inherit; font-size: 100%; background: inherit; border: inherit;}
</style>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
    tex2jax: {
        inlineMath: [['$','$'], ['\\(','\\)']],
        skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'] // removed 'code' entry
    }
});
MathJax.Hub.Queue(function() {
    var all = MathJax.Hub.getAllJax(), i;
    for(i = 0; i < all.length; i += 1) {
        all[i].SourceElement().parentNode.className += ' has-jax';
    }
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>

在重复的答案中,然后使用

`$\epsilon({\bf d}) = \epsilon(d_x, d_y) = \sum^{u_x+\omega_x}_{x=u_x-\omega_x} \sum^{u_x+\omega_y}_{y=u_x-\omega_y} ()I(x,y) - J({x+d_x,y}+d_y))^2$` 

为公式。

【讨论】:

  • ,我仍然无法根据您的建议看到公式。我已经用我的降价文件更新了我的问题。你能用我的降价文件更新你的答案吗。我不包括任何标题.然后我可以在哪里添加你的答案内容。我是这个编码的新手。请告诉我你的答案。
  • 我已经把它放在一个简单的降价编辑器中,它立即出现了。所以我声称它是你使用的一个糟糕的降价处理器。或者制作一个屏幕截图并将 png 放入其中。
  • 我已经在我的问题中更新了我的 png ..这只是一个例子。我想在 markdown 文件中写下提到的等式,直到现在我才能做到。
  • 我不知道 Eclipse 降价处理器。显然,它的价值不高。那么祝你好运。
猜你喜欢
  • 2015-11-28
  • 2012-03-19
  • 2011-08-06
  • 2019-08-30
  • 1970-01-01
  • 2011-05-21
  • 2012-09-06
  • 1970-01-01
  • 2021-02-10
相关资源
最近更新 更多