<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[手把手教你用论坛]]></title><description><![CDATA[<h2>1 简介</h2>
<p dir="auto">本论坛使用Markdown语法，支持latex。<br />
如果不会用markdown语法看这里~ 写代码强烈建议用markdown哦<br />
代码块可以用两个```包裹，支持语法高亮<br />
<a href="https://commonmark.org/help/" rel="nofollow">https://commonmark.org/help/</a><br />
<a href="https://www.jianshu.com/p/191d1e21f7ed" rel="nofollow">https://www.jianshu.com/p/191d1e21f7ed</a><br />
Latex数学公式，行内公式前后用一个<code>$</code>符号包围，行间公式用两个<code>$</code>号包裹，写好发布后，需要刷新一下页面才能显示公式。详细内容见 <a href="https://www.jianshu.com/p/d01d2c5c7406" rel="nofollow">在Markdown中输入数学公式(MathJax)</a></p>
<p dir="auto">带数学公式的提问的显示情况可以看这个帖子：<a href="https://actuarygarden.com/topic/60" rel="nofollow">寿险精算中的$m_x$代表什么？</a></p>
<p dir="auto">大家可以发表自己的学习笔记，也可以问问题哦<img src="https://www.actuaryunion.com/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=r72jcqk3jsg" class="not-responsive emoji emoji-android emoji--blush" title=":blush:" alt="😊" /></p>
<p dir="auto">有什么问题在下面提问就好啦~</p>
<h2>2 论坛发帖的基础操作</h2>
<p dir="auto">在对应版块下发帖。</p>
<p dir="auto">图片可以上传本地图片，也支持https的图床链接，推荐<a href="https://imgkr.com/" rel="nofollow">图壳</a>图床</p>
]]></description><link>https://www.actuaryunion.com/topic/61/手把手教你用论坛</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 11:48:51 GMT</lastBuildDate><atom:link href="https://www.actuaryunion.com/topic/61.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2020 16:45:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 手把手教你用论坛 on Mon, 01 Jun 2020 07:04:12 GMT]]></title><description><![CDATA[<h2>1 简介</h2>
<p dir="auto">本论坛使用Markdown语法，支持latex。<br />
如果不会用markdown语法看这里~ 写代码强烈建议用markdown哦<br />
代码块可以用两个```包裹，支持语法高亮<br />
<a href="https://commonmark.org/help/" rel="nofollow">https://commonmark.org/help/</a><br />
<a href="https://www.jianshu.com/p/191d1e21f7ed" rel="nofollow">https://www.jianshu.com/p/191d1e21f7ed</a><br />
Latex数学公式，行内公式前后用一个<code>$</code>符号包围，行间公式用两个<code>$</code>号包裹，写好发布后，需要刷新一下页面才能显示公式。详细内容见 <a href="https://www.jianshu.com/p/d01d2c5c7406" rel="nofollow">在Markdown中输入数学公式(MathJax)</a></p>
<p dir="auto">带数学公式的提问的显示情况可以看这个帖子：<a href="https://actuarygarden.com/topic/60" rel="nofollow">寿险精算中的$m_x$代表什么？</a></p>
<p dir="auto">大家可以发表自己的学习笔记，也可以问问题哦<img src="https://www.actuaryunion.com/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=r72jcqk3jsg" class="not-responsive emoji emoji-android emoji--blush" title=":blush:" alt="😊" /></p>
<p dir="auto">有什么问题在下面提问就好啦~</p>
<h2>2 论坛发帖的基础操作</h2>
<p dir="auto">在对应版块下发帖。</p>
<p dir="auto">图片可以上传本地图片，也支持https的图床链接，推荐<a href="https://imgkr.com/" rel="nofollow">图壳</a>图床</p>
]]></description><link>https://www.actuaryunion.com/post/98</link><guid isPermaLink="true">https://www.actuaryunion.com/post/98</guid><dc:creator><![CDATA[Mengkelyu]]></dc:creator><pubDate>Mon, 01 Jun 2020 07:04:12 GMT</pubDate></item><item><title><![CDATA[Reply to 手把手教你用论坛 on Mon, 01 Jun 2020 10:50:03 GMT]]></title><description><![CDATA[<h2>3 基础Markdown语法的使用</h2>
<h3>3.1 标题</h3>
<p dir="auto">在文字写书写不同数量的<code>#</code>可以完成不同的标题，如下：</p>
<h1>一级标题</h1>
<p dir="auto">代码为<code># 一级标题</code></p>
<h2>二级标题</h2>
<p dir="auto">代码为<code>## 二级标题</code></p>
<h3>三级标题</h3>
<p dir="auto">代码为<code>### 三级标题</code></p>
<h3>3.2 无序列表</h3>
<p dir="auto">无序列表的使用，在符号<code>-</code>后加空格使用。如下：</p>
<ul>
<li>无序列表 1</li>
<li>无序列表 2</li>
<li>无序列表 3</li>
</ul>
<p dir="auto">代码为：</p>
<pre><code>- 无序列表 1
- 无序列表 2
- 无序列表 3
</code></pre>
<p dir="auto">如果要控制列表的层级，则需要在符号<code>-</code>前使用空格。如下：</p>
<ul>
<li>无序列表 1</li>
<li>无序列表 2
<ul>
<li>无序列表 2.1</li>
<li>无序列表 2.2</li>
</ul>
</li>
</ul>
<p dir="auto">代码为：</p>
<pre><code>- 无序列表 1
- 无序列表 2
  - 无序列表 2.1
  - 无序列表 2.2
</code></pre>
<h3>3.3 有序列表</h3>
<p dir="auto">有序列表的使用，在数字及符号<code>.</code>后加空格后输入内容，如下：</p>
<ol>
<li>有序列表 1</li>
<li>有序列表 2</li>
<li>有序列表 3</li>
</ol>
<p dir="auto">代码为：</p>
<pre><code>1. 有序列表 1
2. 有序列表 2
3. 有序列表 3
</code></pre>
<h3>3.4 引用</h3>
<p dir="auto">引用的格式是在符号<code>&gt;</code>后面书写文字。如下：</p>
<blockquote>
<p dir="auto">读一本好书，就是在和高尚的人谈话。 ——歌德</p>
</blockquote>
<p dir="auto">代码为：</p>
<pre><code>&gt; 读一本好书，就是在和高尚的人谈话。 ——歌德
</code></pre>
<h3>3.5 粗体和斜体</h3>
<p dir="auto">粗体的使用是在需要加粗的文字前后各加两个<code>*</code>。</p>
<p dir="auto">而斜体的使用则是在需要斜体的文字前后各加一个<code>*</code>。</p>
<p dir="auto">如果要使用粗体和斜体，那么就是在需要操作的文字前后加三个<code>*</code>。如下：</p>
<p dir="auto"><strong>这个是粗体</strong></p>
<p dir="auto"><em>这个是斜体</em></p>
<p dir="auto"><em><strong>这个是粗体加斜体</strong></em></p>
<p dir="auto">代码为：</p>
<pre><code>**这个是粗体**

 *这个是斜体*

 ***这个是粗体加斜体***
</code></pre>
<p dir="auto">注：由于 commonmark 标准，可能会导致加粗与想象不一致，如下</p>
<p dir="auto">**今天天气好晴朗，**处处好风光。</p>
<p dir="auto">这个是正常现象，请参考<a href="https://github.com/markdown-it/markdown-it/issues/410" title="加粗 Issue" rel="nofollow">加粗 Issue</a>。</p>
<h3>3.6 链接</h3>
<p dir="auto">链接的使用方法为<code>[链接标题](链接网址)</code>。例子如下所示：</p>
<p dir="auto">为方便读者查阅【精算后花园】公众号往期文章，Jackie将文章分门别类汇总此处<a href="https://actuarygarden.com/topic/56" rel="nofollow">【精算后花园】博客文章合集目录</a></p>
<h3>3.7 分割线</h3>
<p dir="auto">可以在一行中用三个以上的减号<code>---</code>来建立一个分隔线，同时需要在分隔线的上面空一行。如下：</p>
<hr />
<h3>3.8 删除线</h3>
<p dir="auto">删除线的使用，在需要删除的文字前后各使用两个<code>~</code>，如下：</p>
<p dir="auto"><s>这是要被删除的内容。</s></p>
<p dir="auto">代码为：</p>
<pre><code>~~这是要被删除的内容。~~
</code></pre>
<h3>3.9 表格</h3>
<p dir="auto">可以使用冒号来定义表格的对齐方式，如下：</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th style="text-align:left">姓名</th>
<th style="text-align:center">年龄</th>
<th style="text-align:right">工作</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">小可爱</td>
<td style="text-align:center">18</td>
<td style="text-align:right">吃可爱多</td>
</tr>
<tr>
<td style="text-align:left">小小勇敢</td>
<td style="text-align:center">20</td>
<td style="text-align:right">爬棵勇敢树</td>
</tr>
<tr>
<td style="text-align:left">小小小机智</td>
<td style="text-align:center">22</td>
<td style="text-align:right">看一本机智书</td>
</tr>
</tbody>
</table>
<p dir="auto">代码为：</p>
<pre><code>| 姓名   | 年龄 |     工作 |
| :----- | :--: | -------: |
| 小可爱 |  18  | 吃可爱多 |
| 小小勇敢 |  20  | 爬棵勇敢树 |
| 小小小机智 |  22  | 看一本机智书 |
</code></pre>
<h3>3.10 图片</h3>
<p dir="auto">插入图片，如果是行内图片则无图例，否则有图例，格式如下：</p>
<p dir="auto"><img src="https://imgkr.cn-bj.ufileos.com/695cbd77-9730-4018-9c2d-6703cafeca5a.png" alt="精算后花园各平台" class="img-responsive img-markdown" /></p>
<p dir="auto">代码为：</p>
<pre><code>![精算后花园各平台](https://imgkr.cn-bj.ufileos.com/695cbd77-9730-4018-9c2d-6703cafeca5a.png)
</code></pre>
<p dir="auto">支持 jpg、png、gif、svg 等图片格式，<strong>其中 svg 文件仅可在微信公众平台中使用</strong>，svg 文件示例如下：</p>
<p dir="auto"><img src="https://my-wechat.mdnice.com/mdnice/i_am_svg_20191024083453.svg" alt class="img-responsive img-markdown" /></p>
<h3>3.11 代码块</h3>
<p dir="auto">如果在一个行内需要引用代码，只要用反引号引起来就好，如下：</p>
<p dir="auto">Use the <code>printf()</code> function.</p>
<p dir="auto">代码为：</p>
<pre><code>Use the `printf()` function.
</code></pre>
<p dir="auto">在需要高亮的代码块的前一行及后一行使用三个反引号，同时<strong>第一行反引号后面表示代码块所使用的语言</strong>，如下：</p>
<pre><code class="language-java">// FileName: HelloWorld.java
public class HelloWorld {
  // Java 入口程序，程序从此入口
  public static void main(String[] args) {
    System.out.println("Hello,World!"); // 向控制台打印一条语句
  }
}
</code></pre>
<p dir="auto">支持以下语言种类：</p>
<pre><code>bash
clojure，cpp，cs，css
dart，dockerfile, diff
erlang
go，gradle，groovy
haskell
java，javascript，json，julia
kotlin
lisp，lua
makefile，markdown，matlab
objectivec
perl，php，python
r，ruby，rust
scala，shell，sql，swift
tex，typescript
verilog，vhdl
xml
yaml
</code></pre>
<p dir="auto">diff 不能同时和其他语言的高亮同时显示，且需要调整代码主题为微信代码主题以外的代码主题才能看到 diff 效果，使用效果如下:</p>
<pre><code class="language-diff">+ 新增项
- 删除项
</code></pre>
]]></description><link>https://www.actuaryunion.com/post/103</link><guid isPermaLink="true">https://www.actuaryunion.com/post/103</guid><dc:creator><![CDATA[Jackie]]></dc:creator><pubDate>Mon, 01 Jun 2020 10:50:03 GMT</pubDate></item><item><title><![CDATA[Reply to 手把手教你用论坛 on Sun, 21 Jun 2020 14:28:16 GMT]]></title><description><![CDATA[<h1>4 数学公式Mathjax的使用</h1>
<h3>4.1 数学公式Mathjax的基础语法</h3>
<p dir="auto">Latex数学公式，行内公式前后用一个<code>$</code>符号包围，行间公式用两个<code>$</code>号包裹</p>
<p dir="auto">行内公式使用方法，比如这个化学公式：$\ce{Hg^2+ -&gt;[I-] HgI2 -&gt;[I-] [Hg^{II}I4]^2-}$</p>
<p dir="auto">行间公式使用方法如下：</p>
<p dir="auto">$$H(D_2) = -\left(\frac{2}{4}\log_2 \frac{2}{4} + \frac{2}{4}\log_2 \frac{2}{4}\right) = 1$$</p>
<h3>4.2 寿险精算的Mathjax宏的使用</h3>
<p dir="auto">以下是寿险和年金符号的显示效果，效果对应的Tex commands代码可以在对应公式上右键查看：<br />
<img src="https://imgkr.cn-bj.ufileos.com/81664b39-2ee9-45d4-bea9-db82b27174da.png" alt class="img-responsive img-markdown" /><br />
等忙过这阵子写个详细教程。</p>
<p dir="auto">$$\actuarialangle{a}$$<br />
$$\angl{20}$$<br />
$$\angln$$<br />
$$\anglk$$<br />
$$\anglr$$</p>
<p dir="auto">$$\term{40}{25}$$<br />
$$\termxn$$<br />
$$\pureendow{40}{25}$$<br />
$$\pureendowxn$$<br />
$$\endow{40}{25}$$<br />
$$\endowxn$$</p>
<p dir="auto">$$\joint{xy}$$</p>
<p dir="auto">$$\actsymb{n|}{2}{A}{(m)}{x}$$<br />
$$\actsymb{1}{2}{3}{4}{5}$$</p>
<p dir="auto">$$\Ax{1}{2}{3}{4}$$<br />
$$\Axz{1}{2}{3}{4}$$<br />
$$\ax{1}{2}{3}{4}$$<br />
$$\axz{1}{2}{3}{4}$$<br />
$$\axzz{1}{2}{3}{4}$$<br />
$$\Ex{n}{x}$$<br />
$$\px{t}{x}$$<br />
$$\qx{t}{x}$$<br />
$$\sx{\angln}$$<br />
$$\sxz{\angln}$$<br />
$$\sxzz{\angln}$$<br />
$$\Vx{t+1}{x}$$</p>
]]></description><link>https://www.actuaryunion.com/post/105</link><guid isPermaLink="true">https://www.actuaryunion.com/post/105</guid><dc:creator><![CDATA[Jackie]]></dc:creator><pubDate>Sun, 21 Jun 2020 14:28:16 GMT</pubDate></item></channel></rss>