#include <iostream>
#include <string>
#include <vector>
#include <iomanip>
#include <cmath>
#ifndef PROJECT_3_
#define PROJECT_3_
class Fraction
{
private:
double m_Numerator;
double m_Denominator;
public:
Fraction(const double &Numerator, const double &Denominator);
Fraction(const double &Numerator);
Fraction();
~Fraction();
Fraction operator*(const Fraction &B) const;
Fraction operator/(const Fraction &B) const;
Fraction operator+(const Fraction &B) const;
Fraction operator-(const Fraction &B) const;
Fraction FrcPower(const int times) const;
void Reduce();
void Reciprocal();
void Opposite();
friend std::ostream &operator<<(std::ostream &os, Fraction &b);
inline double ShowNume() const;
inline double ShowDeno() const;
};
\chemfig{CH_3-CH_2-[2]CH_3}
testing the comment
lets find if its finally working
fixed lol
i am the greaaaaaaaaaaaaaaatest
$left{begin{matrix}123=123 \145 le 444end{matrix}right.$
$ LaTeX $
后面的果然挂了qwq
你的 $LaTex$ 应该也是 Argon 自己配置的吧,能不能支持矩阵那种宏大的东西,
而且不知道为啥,我的这个 markdown 和 Latex 的下划线还会互相抢,真的是逆天,
所以我平时写文章都尽量不用下划线什么的,像那种数组矩阵或者是必须要用下划线的情况我就只能够转 SVGCode。
真的是巨麻烦
啊?
我去试试
我刚好有一些自己写的latex
$LaTeX$
CCC
真的不支持
看来我以后要发LaTeX的内容就只有发布已经编译好的pdf了
(悲)
就是有没有什么方法能够让他支持,我之前钻研了一会,但是没有钻研出来
很麻烦耶,我有大量的$LaTeX$存货,看来都恼火
ヾ(´・ ・`。)ノ”
markdown test
GitHub
救命
我可以回复自己吗(☆ω☆)
可以欸
test