CSNLP学徒


  • Home

  • About

  • Tags

  • Archives

  • github

Hexo 博客指南

Posted on 2019-03-04 | In hexo

这个博客主要写一下hexo编写中常见的问题

数学公司多个case 不换行

举个栗子

1
2
3
4
5
6
$$
\begin{cases}
a = b + c \\
d = e + f
\end{cases}
$$

但是这样其实并不换行

1
2
3
4
5
6
$$
\begin{cases}
a = b + c \\\\
d = e + f
\end{cases}
$$

是因为渲染的问题,详细原因参见hexo渲染

# Hexo
跟着教程实习Transformer代码
Dialogue Policy Learning
  • Table of Contents
  • Overview

CSNLP Apprentice

38 posts
38 categories
20 tags
  1. 1. 数学公司多个case 不换行
© 2020 CSNLP Apprentice
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4