[pstricks] dbicons in beamer: scaling problem

Olga Lyashevska olga.mailinglist at herenstraat.nl
Mon Jun 9 12:37:18 CEST 2008


Dear all,

I have included the following figure into a beamer presentation. However
it is too large and does not fit on the slide. I wonder if there is a way
to scale it (as in \includegraphics using scale option) instead of
redrawing it? Can we scale figure environment at all?

Thank you in advance,

Olga

**********************

\begin{frame}
\frametitle{logical database design}
\begin{figure}
\centering
\begin{tabular}{cc}
%entities
\begin{tabular}{c}
\entity{tblpbl}[tbl\_pbl]\\[2cm]
\entity{tblinst}[tbl\_inst]\\[2cm]
\entity{tbldsc}[tbl\_dsc] \\[2cm]
\end{tabular}
\hspace{6em}
\begin{tabular}{c}
~\\[2cm]
\entity{tbllvl}[tbl\_lvl]\\[2cm]
\entity{tblindx}[tbl\_indx]\\[2cm]
\end{tabular}

%attributes
\attributeof{tblpbl}[3em]{0}{pbljrn}[pbl\_jrn]
\attributeof{tblpbl}[3em]{90}{pbloth}[pbl\_oth]
\attributeof{tblpbl}[3em]{30}{pblauth}[pbl\_auth]
\attributeof{tblpbl}[3em]{150}{pblyr}[pbl\_yr]
\attributeof{tblpbl}[3em]{180}[key]{pblid}[pbl\_id]

\attributeof{tblinst}[3em]{150}[key]{instprm}[inst\_prm]
\attributeof{tblinst}[3em]{180}[key]{instid}[inst\_id]

\attributeof{tbldsc}[3em]{180}[key]{dscid}[dsc\_id]
\attributeof{tbldsc}[3em]{150}{dscname}[dsc\_name]
\attributeof{tbldsc}[3em]{220}{dscval}[dsc\_val]
\attributeof{tbldsc}[3em]{270}{dscunit}[dsc\_unit]
\attributeof{tbldsc}[3em]{320}{dscoth}[dsc\_oth]

\attributeof{tbllvl}[3em]{0}[key]{lvlid}[lvl\_id]
\attributeof{tbllvl}[3em]{90}{lvlname}[lvl\_name]

\attributeof{tblindx}[3em]{0}[key]{indxid}[indx\_id]
\attributeof{tblindx}[3em]{30}{indxname}[indx\_name]
\attributeof{tblindx}[3em]{270}{indxrel}[indx\_rel]

%relationships
\relationshipbetween{tblpbl}{tblinst}{1:m}
\relationshipbetween{tblinst}{tbldsc}{m:1}
\relationshipbetween{tblinst}{tbllvl}{m:1}
\relationshipbetween{tbldsc}{tblindx}{1:m}
\relationshipbetween{tbllvl}{tblindx}{1:m}
\end{tabular}
\end{figure}
\end{frame}




More information about the PSTricks mailing list