<?php 
                cvtx_print_latex(__('Author(s)', 'cvtx'));
                ?>
:    &   <?php 
                cvtx_antragsteller_kurz($item);
                ?>
                          \\
                                                            &                                                                     \\
    <?php 
                cvtx_print_latex(__('Concerning', 'cvtx'));
                ?>
:   &   <?php 
                cvtx_antrag($item);
                ?>
 (<?php 
                cvtx_top_titel($item);
                ?>
)    \\
                                                            &                                                                     \\
<?php 
                if (cvtx_has_info($item)) {
                    ?>
    <?php 
                    cvtx_print_latex(__('Remarks', 'cvtx'));
                    ?>
:      &   <?php 
                    cvtx_info($item);
                    ?>
                                        \\
                                                            &                                                                     \\
<?php 
Example #2
0
    <?php 
cvtx_print_latex(__('Author(s)', 'cvtx'));
?>
:    &   <?php 
cvtx_antragsteller_kurz($post);
?>
                          \\
                                                            &                                                                     \\
    <?php 
cvtx_print_latex(__('Concerning', 'cvtx'));
?>
:   &   <?php 
cvtx_antrag($post);
?>
 (<?php 
cvtx_top_titel($post);
?>
)    \\
                                                            &                                                                     \\
<?php 
if (cvtx_has_info($post)) {
    ?>
    <?php 
    cvtx_print_latex(__('Remarks', 'cvtx'));
    ?>
:      &   <?php 
    cvtx_info($post);
    ?>
                                        \\
                                                            &                                                                     \\
<?php