在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kai-tub/latex-beamer-pure-minimalistic开源软件地址(OpenSource Url):https://github.com/kai-tub/latex-beamer-pure-minimalistic开源编程语言(OpenSource Language):TeX 78.6%开源软件介绍(OpenSource Introduction):A presentation theme for LaTeX-Beamer that is truly minimalistic, so that the focus is on the presenter and not on the slides. Requires the packages fira, noto, and silence to be installed on your system. To build the beamertheme-pure-minimalistic-demo.tex file, PGF/TikZ, appendixnumberbeamer, fontaxes, and mwe are also required. Table of contents:
Main goals
DemoA sample document can be seen in the beamertheme-pure-minimalistic-demo.pdf, produced from beamertheme-pure-minimalistic-demo.tex. The document shows all of the design decisions, as well as some packages and commands that work well for presentations. For example, starting the frame counter after the Table of Contents section does not include backup slides to the total frame counter. Please use beamertheme-pure-minimalistic-demo.tex as a starting point, as exhaustive comments were added for a smooth start. Here a short inline teaser version of the beamertheme-pure-minimalistic-demo.pdf can be seen. Please look at the PDF version for high-resolution images. :) I highly recommend pympress to add videos to the presentation. This presentation tool works perfectly with Beamer presentations and is available on all major OS! ComparisonTo show some differences between the default LaTeX beamer theme and the pure minimalistic beamer theme (inspired by the auriga beamer theme): Dark modeOn the left is the pure minimalistic theme in dark mode, and on the right is the default beamer theme. Light modeOn the left is the pure minimalistic theme in light mode, and on the right is the default beamer theme. DownloadDownload the latest release by going to the release page. InstructionsAfter downloading, copy the files named beamer*pureminimalistic.sty into the same folder as your LaTeX source file. Then include the theme by writing: \documentclass[aspectratio=169]{beamer}
\usetheme[]{pureminimalistic} Multi-language supportThe beamer theme allows users to choose their favorite LaTeX engine. As a result, the theme does not even try to enforce any hard requirements. The user should set the correct language and font settings, not the theme. The theme comes with preloaded fonts, to allow most Latin script-based countries to use the theme without any changes, but is easy to configure for other scripts. For a quick guide on how to use non-latin scripts and multiple languages in one document see the following multi-language README. Here are some examples for a right-to-left language (Arabic), a standard non-latin script (Greek) and a language with special typographical requirements (Japanese): CustomizeAll options and commands are also described in detail in the beamertheme-pure-minimalistic-demo.pdf. Customize LogosBy default, the theme expects the logos to be present in a
folder But you can easily change the logos used. There are 3 commands used to define which logos are used and how they are formatted:
To load your own logos for the title, header, and footer set them with: \renewcommand{\logotitle}{\includegraphics%
[width=.2\linewidth]{alternative_logo/gameboy.png}}
\renewcommand{\logoheader}{\includegraphics%
[width=.5\linewidth]{alternative_logo/gameboy.png}}
\renewcommand{\logofooter}{\includegraphics%
[width=.15\linewidth]{alternative_logo/console.png}} ColorThe theme includes two default color options. The default color theme is light. The alternative color theme is the dark color theme, enabled with: \usetheme[darkmode]{pureminimalistic} The themes color commands can be redefined to customize the appearance. Please set these after loading the theme
and before The following theme color commands exist:
To redefine the background, for example, the following commands could be used: \usetheme{pureminimalistic}
\definecolor{textcolor}{RGB}{0, 0, 120}
\definecolor{title}{RGB}{0, 0, 0}
\definecolor{footercolor}{RGB}{133, 133, 133}
\definecolor{bg}{RGB}{25, 116, 210}
\renewcommand{\beamertextcolor}{textcolor}
\renewcommand{\beamerbgcolor}{bg}
\renewcommand{\beamerfootertextcolor}{footercolor}
\renewcommand{\beamertitlecolor}{title} FontsThe default fonts are the Fira Fonts. This decision was inspired by another awesome beamer theme, the Focus beamer theme. Some dislike the Fira Fonts. As an alternative, this theme also integrates the Noto fonts. To use the Noto fonts: \usetheme[noto, darkmode]{pureminimalistic} If you prefer the default fonts or load custom fonts, disable the Fira Fonts with: \usetheme[customfont, darkmode]{pureminimalistic} For more information on how to load the custom fonts or use multiple languages in a document, see the multi-language README. Important: By default Footer optionsShow max slide numbers To show the maximum number of slides, enable the
\usetheme[showmaxslides, darkmode]{pureminimalistic} Disable footer To disable the footer altogether, including the institute image,
set the \usetheme[nofooter, darkmode]{pureminimalistic} Replace footer logo with page count To remove the footer logo and instead move the page description
to that position use the \usetheme[nofooterlogo, darkmode]{pureminimalistic} Customize word for Page in footer To change the word Page in the footer, define a different word with: \renewcommand{\pageword}{Seite} ExtrasThis theme also provides a new environment \begin{vfilleditems}
\item My first point
\item My second point
\item My third point
\end{vfilleditems} Release statusThe next steps and thoughts about the upcoming release with possible features can be seen on the project page. LicenseThis software is released under the GNU GPL v3.0 License. ContributingPlease see the contribution guidelines for more information. As always, PRs are welcome. :) ContactIf you have any comments or suggestions, please use the Discussion forum. If you experience any issues, open an issue with the appropriate issue template. I will try my best to help as much as I can. :) Other great beamer themesIf you want to check out other awesome LaTeX beamer themes take a look at the ultimate-beamer-theme-list by Martin Bjeldbak Madsen! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论