Search found 4 matches

by almudish
Tue Jan 11, 2022 4:20 pm
Forum: Theses, Books, Title pages
Topic: Title page of beamer presentation
Replies: 5
Views: 7700

Title page of beamer presentation

No please, there is a misunderstanding. I really appreciate what you have written. I wrote "According to https://pygments.org/languages/ and the official minted package documentation, the style VBScript exists (somehow I thought yesterday I also saw vbnet).", which is a statement that I now consider ...
by almudish
Tue Jan 11, 2022 12:48 pm
Forum: Theses, Books, Title pages
Topic: Title page of beamer presentation
Replies: 5
Views: 7700

Title page of beamer presentation

Ijon or someone else, seems really like what I have written is wrong. However, I have found out that I can "create a VBA style" as per:


class pygments.lexers.dotnet.VbNetLexer
Short names
vb.net, vbnet

Filenames
*.vb, *.bas

MIME types
text/x-vbnet, text/x-vba

For Visual Basic.NET source code ...
by almudish
Tue Jan 11, 2022 11:36 am
Forum: Theses, Books, Title pages
Topic: Title page of beamer presentation
Replies: 5
Views: 7700

Title page of beamer presentation

Ijon, cheers and thanks. Your code works perfectly. Now let me try and and make things more visually attractive. According to https://pygments.org/languages/ and the official minted package documentation, the style VBScript exists (somehow I thought yesterday I also saw vbnet). Anyway, I am sure you ...
by almudish
Tue Jan 11, 2022 10:24 am
Forum: Theses, Books, Title pages
Topic: Title page of beamer presentation
Replies: 5
Views: 7700

Title page of beamer presentation

Hi guys,

I have one query: How can I visualise code (with the package minted) in a title page definition (ie. within \defbeamertemplate*{title page}{ZurichLaTeXTheme}[1][] ) of a beamer presentation?

Here is the MVE:


\documentclass{beamer}
\usepackage{tikz}
\usepackage[fixed]{fontawesome5 ...