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 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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
  • Issues
  • #49

Closed
Open
Created Nov 03, 2022 by Yevhenii Shudrenko@cys1899Owner

Extra text on the title slide

Sometimes it might be necessary to add some extra information to the title slide e.g., conference title, other companies' details, etc. One could add a node in the beamerouterthemetuhh.sty like:

% Title
\node[outer sep=0, inner sep=0, anchor=west] (title) at (0, \the\paperheight-48mm) {%
  \parbox[c][40mm]{132.19mm}{%
  \raggedright
  \usebeamercolor{tuhh teal}\color{fg}%
  \usebeamerfont{title}%
  \inserttitle}%
};
% Extra header 
\node[outer sep=0, inner sep=0, anchor=west] (extra header) at (164mm, \the\paperheight-48mm) {%
  \parbox[c][40mm]{132.19mm}{%
  \raggedright
  \usebeamercolor{tuhh teal}\color{fg}%
  \usebeamerfont{title}%
   <your text>}%
};

However, <your text> has to be parametrizable.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking