} \hfill \textbf{<?php 
            cvtx_antragsteller($item);
            ?>
} \\ <?php 
            cvtx_spd_aeantrag_titel($item);
            ?>
 \\ \textit{<?php 
            cvtx_spd_result($item);
            ?>
}}
\textbf{<?php 
            cvtx_kuerzel($item);
            ?>
}\\
\textbf{<?php 
            cvtx_antragsteller($item);
            ?>
}\\
\textbf{<?php 
            cvtx_spd_tex_recipient($item);
            ?>
}\\
\newline
\textbf{<?php 
            cvtx_spd_aeantrag_titel($item);
            ?>
}\\
<?php 
            cvtx_antragstext($item);
            ?>
\par
Beispiel #2
0
?>
}

\begin{linenumbers}
<?php 
cvtx_antragstext($post);
?>
\end{linenumbers}

<?php 
if (cvtx_has_begruendung($post)) {
    ?>
    \subsection*{<?php 
    cvtx_print_latex(__('Explanation', 'cvtx'));
    ?>
}
    <?php 
    cvtx_begruendung($post);
}
?>

\subsection*{<?php 
cvtx_print_latex(__('Author(s)', 'cvtx'));
?>
}
<?php 
cvtx_antragsteller($post);
?>

\end{document}
        _e('Procedure', 'cvtx');
        ?>
} \\

<?php 
        while ($loop->have_posts()) {
            $loop->the_post();
            $amendment = get_post(get_the_ID());
            ?>
\hline
    <?php 
            cvtx_kuerzel($amendment);
            ?>
                       &
    <?php 
            cvtx_antragsteller($amendment);
            ?>
                 &
    <?php 
            cvtx_antragstext($amendment);
            ?>
                   &
\textit{<?php 
            cvtx_amendment_procedure($amendment);
            ?>
}
<?php 
            if (cvtx_amendment_procedure_has_details($amendment)) {
                echo "\\vspace{2pt}\n";
                cvtx_amendment_procedure_details($amendment);
            }