Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
tuhh_latex_presentation tuhh_latex_presentation
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Institute of Communication Networks
  • tuhh_latex_presentationtuhh_latex_presentation
  • Wiki
  • Stylized Tables

Last edited by Leonard Fisser Mar 28, 2022
Page history

Stylized Tables

Tables in TUHH-style can be created using provided utility macros.

A standard table is created using the code block:

    \begin{table}
        \begin{tuhhtabular}{|l|l|}
            \tuhhHead{Column 1} & \tuhhHead{Column 2} \\
            Entry 1 & 1 \\
            \hline
        \end{tuhhtabular}
    \end{table}

This will create a two-column table with white text on solid teal background headers as well as the necessary ruler lines.
Notice the \tuhhHead command wrapping the header cell text.

Multi-column tables with merged header cells can be create using the multicolumn environment:

    \begin{table}[h!!]
        \begin{tuhhtabular}{|l|l|}
            \multicolumn{2}{c}{\tuhhHead{TU Table for Presentations}} \\
            Entry 1 & 1 \\
            \hline
        \end{tuhhtabular}
    \end{table}
Clone repository
  • Slides with Institute Logos
  • Stylized Tables
  • Home
  • tuhh_presentation Class