Deyan Ginev edited subsection_Note_on_Format_specific__.tex  almost 9 years ago

Commit id: 958285441be956d7b5a92fddc4edfdf5dc38d930

deletions | additions      

       

Here is an example setup that you can add to your \verb|header.tex| file:  \begin{lstlisting}  \def\onlyHTML#1{\iflatexml#1\fi}  \def\onlyPDF#1{\iflatexml\else#1\fi} \def\onlyHTML#1{\iflatexml #1\fi}  \def\onlyPDF#1{\iflatexml\else #1\fi}  \end{lstlisting}  and then use it to specify PDF-only line-breaks for your \verb|{minipage}| blocks: