\documentclass{minimal} \newcommand{\firstpart}[1]{under#1} \newcommand{\secondpart}{able} \newcommand{\complete}{% \firstpart{stand}% \secondpart} \begin{document} \complete \end{document}