2

I want to merge \textdelta and \, into one command, called \tdelta.

Package: \usepackage[euler]{textgreek}

I know that I can use \let\tdelta\textdelta, but I also want a space after that (\,).

2
  • 5
    Did you try \newcommand\tdelta{\textdelta\,}? Commented Aug 6, 2023 at 15:15
  • 1
    Uh, \newcommand{\tdelta}{\textdelta \,} – am I missing something obvious? Commented Aug 6, 2023 at 15:16

1 Answer 1

3

(following up on a suggestion I made in a comment...)

I want to merge \textdelta and \, into one command, called \tdelta.

I can suggest

\newcommand{\tdelta}{\textdelta\,} 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.