Howardzhangdqs / jumping-latex-ocr

123 stars 3 forks source link

Jumping LaTeX Template #4

Closed ArrogantGao closed 1 week ago

ArrogantGao commented 1 week ago

写了一套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}
ArrogantGao commented 1 week ago

编译结果如图所示:

image
ArrogantGao commented 1 week ago

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

Howardzhangdqs commented 1 week ago

这个好玩,我这就加上

ArrogantGao commented 1 week ago

cool