Skip to content

Commit

Permalink
Merge pull request #1 from secretiverhyme/master
Browse files Browse the repository at this point in the history
Fixed XeTeX compilation problems.
  • Loading branch information
AlexNisnevich committed Feb 19, 2013
2 parents 7342d80 + 29fa086 commit 6142b59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified phon_rule.pdf
Binary file not shown.
14 changes: 7 additions & 7 deletions phon_rule.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@

\newenvironment{phon_rule}{%
\begin{center}
\renewcommand\>{\ {\Large $\to$}\ }
\renewcommand{\/}{{\Large \ /\ }}
\renewcommand\>{\ {\textrm{\Large $\to$}}\ }
\renewcommand{\/}{{\textrm{\Large \ /\ }}}
\newcommand{\when}{\/}
\renewcommand\_{\ $\rule{2em}{0.5pt}$\ }
\renewcommand\null{{\ \Huge \ipa{\o}}\ \ }
\renewcommand\null{{\textrm{\ \Huge \ipa{\o}}\ \ }}

\newcommand{\phone}[1]{\ [\ipa{##1}]\ }
\newcommand{\phoneme}[1]{\ /\ipa{##1}/\ }

\newcommand{\cv}[1]{{\Large \textrm{##1}}}
\newcommand{\cv}[1]{{\textrm{\Large ##1}}}
\let\hash\# \renewcommand\#{ \cv{\hash} }

\newcommand{\features}[1]{
$\begin{array}[c][ {l} ]
\vspace{-1px}
\vspace{-1bp}
##1
\end{array}$
}
\newcommand{\cvfeatures}[2]{
$\begin{array}{c}
\cv{##1} \\
\begin{array}[c][ {l} ]
\vspace{-1px}
\vspace{-1bp}
##2
\end{array}
\end{array}$
Expand Down Expand Up @@ -96,4 +96,4 @@ \section*{Examples}

\end{itemize}

\end{document}
\end{document}

0 comments on commit 6142b59

Please sign in to comment.