[pstricks] Scaling problem with xdvipdfmx

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Dec 4 20:00:47 CET 2017


Am 04.12.2017 um 18:03 schrieb Alan Munn:
> If you scale up the image in your viewer you will see the problem:

forgot the new example:

\documentclass{standalone}
\usepackage{OTtablx}

\begin{document}
	
\rlap{%
\begin{OTtableau}{3}
		\OTtoprow{AAA,BBB,CCC}
		\OTcandrow{XXXXXXXXXX}{,,}
		\OTcandrow{XXXXXXXXXX}{,,}
		\OTcandrow{XXXXXXXXXX}{,,}
		\OTcandrow{XXXXXXXXXX}{,,}
		\OTcandrow{XXXXXXXXXX}{,,}
		\OTcandrow{XXXXXXXXXX}{,,}
\end{OTtableau}}%
%
\def\pstnodescale{}%
\makeatletter
\addtopsstyle{OTx at normal@style}{linecolor=red}%
\makeatother
\begin{OTtableau}{3}
	\OTtoprow{AAA,BBB,CCC}
	\OTcandrow{XXXXXXXXXX}{,,}
	\OTcandrow{XXXXXXXXXX}{,,}
	\OTcandrow{XXXXXXXXXX}{,,}
	\OTcandrow{XXXXXXXXXX}{,,}
	\OTcandrow{XXXXXXXXXX}{,,}
	\OTcandrow{XXXXXXXXXX}{,,}
\end{OTtableau}
	
\end{document}


Herbert


More information about the PSTricks mailing list