\def\マクロ名#1#2 {文字列}

LaTeX ソース

% -*- coding:utf-8 -*-
\documentclass[10pt,a4paper]{jarticle}
\pagestyle{empty}
\def\hoge{$\pi$は円周率で,約 3.1415 \dots です.}    %%% マクロ定義
\begin{document}

\hoge

\end{document}

コンパイル結果 (LaTeX 出力)