Index: doc/refrat/Makefile
===================================================================
--- doc/refrat/Makefile	(revision af4903bc35f1028bfedad4cc3e1783cadc4ec09f)
+++ doc/refrat/Makefile	(revision c92c09c3c8670e9a320f63ffae0dfeaa24c6c14d)
@@ -10,4 +10,5 @@
 refrat \
 keywords \
+operidents \
 }
 
Index: doc/refrat/operidents.tex
===================================================================
--- doc/refrat/operidents.tex	(revision c92c09c3c8670e9a320f63ffae0dfeaa24c6c14d)
+++ doc/refrat/operidents.tex	(revision c92c09c3c8670e9a320f63ffae0dfeaa24c6c14d)
@@ -0,0 +1,75 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% 
+%% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
+%%
+%% The contents of this file are covered under the licence agreement in the
+%% file "LICENCE" distributed with Cforall.
+%% 
+%% operidents.tex -- 
+%% 
+%% Author           : Peter A. Buhr
+%% Created On       : Sun Aug  6 09:27:03 2017
+%% Last Modified By : Peter A. Buhr
+%% Last Modified On : Sun Aug  6 10:20:53 2017
+%% Update Count     : 25
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{tabular}{@{}l@{\hspace{\parindentlnth}}l@{\hspace{\parindentlnth}}l@{}}
+\begin{tabular}{@{}ll@{}}
+©?[?]©	& subscripting \impl{?[?]}					\\
+©?()©	& function call \impl{?()}					\\
+©?++©	& postfix increment \impl{?++}				\\
+©?--©	& postfix decrement \impl{?--}				\\
+©++?©	& prefix increment \impl{++?}				\\
+©--?©	& prefix decrement \impl{--?}				\\
+©*?©	& dereference \impl{*?}						\\
+©+?©	& unary plus \impl{+?}						\\
+©-?©	& arithmetic negation \impl{-?}				\\
+©~?©	& bitwise negation \impl{~?}				\\
+©!?©	& logical complement \impl{"!?}				\\
+©?\?©	& exponentiation \impl{?\?}					\\
+©?*?©	& multiplication \impl{?*?}					\\
+©?/?©	& division \impl{?/?}						\\
+©?%?©	& remainder \impl{?%?}						\\
+\end{tabular}
+&
+\begin{tabular}{@{}ll@{}}
+©?+?©	& addition \impl{?+?}						\\
+©?-?©	& subtraction \impl{?-?}					\\
+©?<<?©	& left shift \impl{?<<?}					\\
+©?>>?©	& right shift \impl{?>>?}					\\
+©?<?©	& less than \impl{?<?}						\\
+©?<=?©	& less than or equal \impl{?<=?}			\\
+©?>=?©	& greater than or equal \impl{?>=?}			\\
+©?>?©	& greater than \impl{?>?}					\\
+©?==?©	& equality \impl{?==?}						\\
+©?!=?©	& inequality \impl{?"!=?}					\\
+©?&?©	& bitwise AND \impl{?&?}					\\
+©?^?©	& exclusive OR \impl{?^?}					\\
+©?|?©	& inclusive OR \impl{?"|?}					\\
+													\\
+													\\
+\end{tabular}
+&
+\begin{tabular}{@{}ll@{}}
+©?=?©	& simple assignment \impl{?=?}				\\
+©?\=?©	& exponentiation assignment \impl{?\=?}		\\
+©?*=?©	& multiplication assignment \impl{?*=?}		\\
+©?/=?©	& division assignment \impl{?/=?}			\\
+©?%=?©	& remainder assignment \impl{?%=?}			\\
+©?+=?©	& addition assignment \impl{?+=?}			\\
+©?-=?©	& subtraction assignment \impl{?-=?}		\\
+©?<<=?©	& left-shift assignment \impl{?<<=?}		\\
+©?>>=?©	& right-shift assignment \impl{?>>=?}		\\
+©?&=?©	& bitwise AND assignment \impl{?&=?}		\\
+©?^=?©	& exclusive OR assignment \impl{?^=?}		\\
+©?|=?©	& inclusive OR assignment \impl{?"|=?}		\\
+													\\
+													\\
+													\\
+\end{tabular}
+\end{tabular}
+% Local Variables: %
+% tab-width: 4 %
+% fill-column: 100 %
+% compile-command: "make" %
+% End: %
Index: doc/refrat/refrat.tex
===================================================================
--- doc/refrat/refrat.tex	(revision af4903bc35f1028bfedad4cc3e1783cadc4ec09f)
+++ doc/refrat/refrat.tex	(revision c92c09c3c8670e9a320f63ffae0dfeaa24c6c14d)
@@ -11,6 +11,6 @@
 %% Created On       : Wed Apr  6 14:52:25 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Sun Aug  6 08:53:08 2017
-%% Update Count     : 99
+%% Last Modified On : Sun Aug  6 10:25:31 2017
+%% Update Count     : 105
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -478,53 +478,6 @@
 
 \begin{table}[hbt]
-\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?[?]© & subscripting \impl{?[?]}\\
-©?()© & function call \impl{?()}\\
-©?++© & postfix increment \impl{?++}\\
-©?--© & postfix decrement \impl{?--}\\
-©++?© & prefix increment \impl{++?}\\
-©--?© & prefix decrement \impl{--?}\\
-©*?© & dereference \impl{*?}\\
-©+?© & unary plus \impl{+?}\\
-©-?© & arithmetic negation \impl{-?}\\
-©~?© & bitwise negation \impl{~?}\\
-©!?© & logical complement \impl{"!?}\\
-©?*?© & multiplication \impl{?*?}\\
-©?/?© & division \impl{?/?}\\
-\end{tabular}\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?%?© & remainder \impl{?%?}\\
-©?+?© & addition \impl{?+?}\\
-©?-?© & subtraction \impl{?-?}\\
-©?<<?© & left shift \impl{?<<?}\\
-©?>>?© & right shift \impl{?>>?}\\
-©?<?© & less than \impl{?<?}\\
-©?<=?© & less than or equal \impl{?<=?}\\
-©?>=?© & greater than or equal \impl{?>=?}\\
-©?>?© & greater than \impl{?>?}\\
-©?==?© & equality \impl{?==?}\\
-©?!=?© & inequality \impl{?"!=?}\\
-©?&?© & bitwise AND \impl{?&?}\\
-\end{tabular}\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?^?© & exclusive OR \impl{?^?}\\
-©?|?© & inclusive OR \impl{?"|?}\\
-©?=?© & simple assignment \impl{?=?}\\
-©?*=?© & multiplication assignment \impl{?*=?}\\
-©?/=?© & division assignment \impl{?/=?}\\
-©?%=?© & remainder assignment \impl{?%=?}\\
-©?+=?© & addition assignment \impl{?+=?}\\
-©?-=?© & subtraction assignment \impl{?-=?}\\
-©?<<=?© & left-shift assignment \impl{?<<=?}\\
-©?>>=?© & right-shift assignment \impl{?>>=?}\\
-©?&=?© & bitwise AND assignment \impl{?&=?}\\
-©?^=?© & exclusive OR assignment \impl{?^=?}\\
-©?|=?© & inclusive OR assignment \impl{?"|=?}\\
-\end{tabular}
-\hfil
+\centering
+\input{operidents}
 \caption{Operator Identifiers}
 \label{opids}
Index: doc/user/Makefile
===================================================================
--- doc/user/Makefile	(revision af4903bc35f1028bfedad4cc3e1783cadc4ec09f)
+++ doc/user/Makefile	(revision c92c09c3c8670e9a320f63ffae0dfeaa24c6c14d)
@@ -10,4 +10,5 @@
 user \
 ../refrat/keywords \
+../refrat/operidents \
 }
 
Index: doc/user/user.tex
===================================================================
--- doc/user/user.tex	(revision af4903bc35f1028bfedad4cc3e1783cadc4ec09f)
+++ doc/user/user.tex	(revision c92c09c3c8670e9a320f63ffae0dfeaa24c6c14d)
@@ -11,6 +11,6 @@
 %% Created On       : Wed Apr  6 14:53:29 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Sun Aug  6 08:52:34 2017
-%% Update Count     : 3034
+%% Last Modified On : Sun Aug  6 10:24:21 2017
+%% Update Count     : 3036
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -3688,53 +3688,6 @@
 
 \begin{table}[hbt]
-\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?[?]© & subscripting \impl{?[?]}\\
-©?()© & function call \impl{?()}\\
-©?++© & postfix increment \impl{?++}\\
-©?--© & postfix decrement \impl{?--}\\
-©++?© & prefix increment \impl{++?}\\
-©--?© & prefix decrement \impl{--?}\\
-©*?© & dereference \impl{*?}\\
-©+?© & unary plus \impl{+?}\\
-©-?© & arithmetic negation \impl{-?}\\
-©~?© & bitwise negation \impl{~?}\\
-©!?© & logical complement \impl{"!?}\\
-©?*?© & multiplication \impl{?*?}\\
-©?/?© & division \impl{?/?}\\
-\end{tabular}\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?%?© & remainder \impl{?%?}\\
-©?+?© & addition \impl{?+?}\\
-©?-?© & subtraction \impl{?-?}\\
-©?<<?© & left shift \impl{?<<?}\\
-©?>>?© & right shift \impl{?>>?}\\
-©?<?© & less than \impl{?<?}\\
-©?<=?© & less than or equal \impl{?<=?}\\
-©?>=?© & greater than or equal \impl{?>=?}\\
-©?>?© & greater than \impl{?>?}\\
-©?==?© & equality \impl{?==?}\\
-©?!=?© & inequality \impl{?"!=?}\\
-©?&?© & bitwise AND \impl{?&?}\\
-\end{tabular}\hfil
-\begin{tabular}[t]{ll}
-%identifier & operation \\ \hline
-©?^?© & exclusive OR \impl{?^?}\\
-©?|?© & inclusive OR \impl{?"|?}\\
-©?=?© & simple assignment \impl{?=?}\\
-©?*=?© & multiplication assignment \impl{?*=?}\\
-©?/=?© & division assignment \impl{?/=?}\\
-©?%=?© & remainder assignment \impl{?%=?}\\
-©?+=?© & addition assignment \impl{?+=?}\\
-©?-=?© & subtraction assignment \impl{?-=?}\\
-©?<<=?© & left-shift assignment \impl{?<<=?}\\
-©?>>=?© & right-shift assignment \impl{?>>=?}\\
-©?&=?© & bitwise AND assignment \impl{?&=?}\\
-©?^=?© & exclusive OR assignment \impl{?^=?}\\
-©?|=?© & inclusive OR assignment \impl{?"|=?}\\
-\end{tabular}
-\hfil
+\centering
+\input{../refrat/operidents}
 \caption{Operator Identifiers}
 \label{opids}
