<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<br>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">> Hello! I have written an article, and habitually I use \newcommand for some words commonly write and with emphasis. For example \newcommand{\gnr}</div>
<div class="PlainText">> {\emph{género}}, but the problem is when I call the command and then compile because in the pdf the word género appears together to the next word, ie:<br>
> (in .tex file)<br>
> El \gnr puede definirse ....<br>
> (in .pdf file compiled)<br>
> El géneropuede definirse .... (can not show emphatic word género) Also occur without emphatic or without LaTeX command.<br>
> As you can see, appears together with the words género and puede, how can you do it to separate the words?<br>
> Not works fine if I define \newcommand{\gnr}{\emph{género }}, ie with a space final because may occur that I write a comma or dot.<br>
> <br>
> Thanks a lot, regards!<br>
> Darío</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Dear Dario,</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Either always put the \gnr in curly braces:  {\gnr}</div>
<div class="PlainText">or in the cases where you intend to follow \gnr with a space, do it with \<space> ... as in:
<font size="2"><span style="font-size:11pt">\gnr\ puede</span></font></div>
<div class="PlainText"><font size="2"><span style="font-size:11pt"><br>
</span></font></div>
<div class="PlainText"><font size="2"><span style="font-size:11pt">Regards,</span></font></div>
<div class="PlainText"><font size="2"><span style="font-size:11pt">Greg Gamble</span></font><br>
</div>
</span></font></div>
</body>
</html>