Howardzhangdqs/jumping-latex-ocr

Jumping LaTeX Template

ArrogantGao opened this issue · 4 comments

写了一套jumpling latex template, 不过实在整不明白中文怎么定义新命令,没能跟进神学部分的全新进展。

\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\usepackage{amsmath}

\renewcommand{\Gamma}{7}
\renewcommand{\Psi}{\varphi}
\newcommand{\piz}{\pi^z}
\renewcommand{\sum}{\frac{~}{2}}

\title{Jumping LaTeX Commands}

\begin{document}

\maketitle

\section{Introduction}

This LaTeX script is an example of Jumping LaTeX Commands, where we used Jumping's notations instead. The examples are shown below.

\begin{table}[htbp]
    \centering
    \begin{tabular}{|c|c|}
        \hline
        Command & Symbol \\
        \hline
        \textbackslash Gamma & $\Gamma$ \\
        \textbackslash piz & $\piz$ \\
        \textbackslash Psi & $\Psi$ \\
        \textbackslash sum & $\sum$ \\
        \hline
    \end{tabular}
    \caption{Jumping's Notations}
    \label{tab:my_label}
\end{table}

\end{document}

编译结果如图所示:
image

作者如果不嫌弃我交个pr把这部分加到readme如何?

这个好玩,我这就加上