Code: Select all
\newcommand{\starspace}{%
\begin{center}%
* $qquad$ * $qquad *%
\end{center}%
}
Thanks!
Code: Select all
\newcommand{\starspace}{%
\begin{center}%
* $qquad$ * $qquad *%
\end{center}%
}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\def\x{text text text text text text text text }
\def\text{\x\x\x\x\x\x\x\x\x\x\x}
\newcommand{\starspace}{%
\begin{center}%
* \hspace{1em} * \hspace{1em} *% math mode cmd \quad is equivalent to hspace of one em quad
\end{center}%
}
\begin{document}
\text\par
\text
\starspace
\text\text\par
\text
\starspace
\text\text
\end{document}
Code: Select all
\documentclass{article}
\def\x{text text text text text text text text }
\def\text{\x\x\x\x\x\x\x\x\x\x\x}
\newcommand{\starspace}{%
\begin{center}%
* \hspace{1em} * \hspace{1em} *% math mode cmd \quad is equivalent to hspace of one em quad
\end{center}%
}
\begin{document}
\text\par
\text
\starspace
\text\text\par
\text
\starspace
\text\text
\end{document}
Code: Select all
...
\text\par
\text
%
\starspace
%
\text\text\par
\text
...
NEW: TikZ book now 40% off at Amazon.com for a short time.