Skip to content

Commit

Permalink
Moving \GreTilde to user namespace (as \gretilde)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpspringuel committed Mar 2, 2016
1 parent 37099d9 commit ef17e06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions doc/Command_Index_User.tex
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,10 @@ \subsubsection{Special Characters}

\textbf{Nota Bene:} The same rules apply for \#1 as in \verb=\gresetspecial=.

\macroname{\textbackslash gretilde}{}{gregoriotex-main.tex}
Macro to print $\sim$. This macro is set using the above for \texttt{<sp>~</sp>}.



\subsubsection{Styling}
Different elements of an include score have different styles applied. These elements and their defaults are listed below:
Expand Down
3 changes: 0 additions & 3 deletions doc/Command_Index_gregorio.tex
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,6 @@ \section{Gregorio Controls}
\#9 & Gregorio\TeX\ glyphs & all the notes
\end{argtable}

\macroname{\textbackslash GreTilde}{}{gregoriotex-main.tex}
Macro to print $\sim$.

\macroname{\textbackslash GreTranslationCenterEnd}{}{gregoriotex-main.tex}
Macro to end the centering of the translation text.

Expand Down
2 changes: 1 addition & 1 deletion tex/gregoriotex-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@
%% fonts
%%%%%%%%%

\def\GreTilde{%
\def\gretilde{%
\ensuremath{\sim}%
\relax %
}%
Expand Down
2 changes: 1 addition & 1 deletion tex/gregoriotex-symbols.tex
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@
\gresetspecial{\string\038}{\&{}}%
\gresetspecial{\string\035}{\#{}}%
\gresetspecial{\string\095}{\_{}}%
\gresetspecial{\string\126}{\GreTilde{}}%
\gresetspecial{\string\126}{\gretilde{}}%

0 comments on commit ef17e06

Please sign in to comment.