使用 ProfCollege 进行简单的分数表示

使用 ProfCollege 进行简单的分数表示

是否可以使用ProfCollege包来表示这个分数?

我的 MWE :

\documentclass[12pt]{article}
\usepackage{mathtools}
\usepackage{ProfCollege}
\usepackage{tikz}


\begin{document}

Simple representation of fraction :

 \Fraction[Rectangle,Reponse]{1/4}

And this is a little complicated:

\begin{tikzpicture}
\draw (0,0)rectangle(4,4);
\fill[red](0,4)rectangle(1,3);
\draw (2,0)--(2,4);
\draw (0,2)--(4,2);
\draw[gray](1,4)--(1,2);
\draw[gray] (0,3)--(2,3);
\end{tikzpicture}
\end{document}

相关内容