Skip to content
Snippets Groups Projects
Commit 6ef617f5 authored by Tomáš Nováček's avatar Tomáš Nováček
Browse files

Merge branch 'novacto3/examples-improvements' into 'master'

[v1.3.6] White mode/dark mode image for contrast comparison

See merge request !33
parents 2b689cfc 2de0609a
No related branches found
No related tags found
1 merge request!33[v1.3.6] White mode/dark mode image for contrast comparison
Pipeline #453908 passed
......@@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology]
 
Version
--------
1.3.5, built 25. 6. 2024. The whole changelog can be found in the [Changelog file](changelog.md).
1.3.6, built 5. 7. 2024. The whole changelog can be found in the [Changelog file](changelog.md).
 
 
Bugs and support
......
......@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
 
# [1.3.6] - 5. 7. 2024
Improved the example text.
### Added
- Added image with white mode/dark mode settings to show the contrast.
# [1.3.5] - 25. 6. 2024
 
Making .gitignore less strict when handling PDF files.
......
%% This is the ctufit-thesis example file. It is used to produce theses
%% for submission to Czech Technical University, Faculty of Information Technology.
%%
%% This is version 1.3.5, built 25. 6. 2024.
%% This is version 1.3.6, built 5. 7. 2024.
%%
%% Get the newest version from
%% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX
......@@ -53,8 +53,8 @@
\ctufityear{2021} % replace with the year of your defence
\ctufitdeclarationplace{Praze} % replace with the place where you sign the declaration
\ctufitdeclarationdate{\today} % replace with the date of signature of the declaration
\ctufitabstractCZE{Fill in the abstract of this thesis in Czech. Apakrychle lórencz ipsum dolor sit amet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras pede libero, dapibus nec, pretium sit amet, tempor quis. Sed vel lectus. Donec odio tempus molestie, porttitor ut, iaculis quis, sem. Suspendisse sagittis ultrices augue.}
\ctufitabstractENG{Fill in the abstract of this thesis in English. Apakrychle lórencz ipsum dolor sit amet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras pede libero, dapibus nec, pretium sit amet, tempor quis. Sed vel lectus. Donec odio tempus molestie, porttitor ut, iaculis quis, sem. Suspendisse sagittis ultrices augue.}
\ctufitabstractCZE{Fill in the abstract of this thesis in Czech. Lorem ipsum dolor sit amet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras pede libero, dapibus nec, pretium sit amet, tempor quis. Sed vel lectus. Donec odio tempus molestie, porttitor ut, iaculis quis, sem. Suspendisse sagittis ultrices augue.}
\ctufitabstractENG{Fill in the abstract of this thesis in English. Lorem ipsum dolor sit amet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras pede libero, dapibus nec, pretium sit amet, tempor quis. Sed vel lectus. Donec odio tempus molestie, porttitor ut, iaculis quis, sem. Suspendisse sagittis ultrices augue.}
\ctufitkeywordsCZE{enter, comma, separated, list, of, keywords, in, CZECH}
\ctufitkeywordsENG{enter, comma, separated, list, of, keywords, in, ENGLISH}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......@@ -71,6 +71,7 @@
\RequirePackage{ellipsis}[2020/05/22] %ellipsis workaround for XeLaTeX
\else
\errmessage{Only compilation with XeLaTeX or LuaLaTeX is allowed}
\stop
\fi
 
% hyperlinks
......
images/darkmode.png

316 KiB

......@@ -19,7 +19,7 @@
\section{Ut enim ad minim veniam}
%---------------------------------------------------------------
 
\lipsum[6-7]
\lipsum[6-8]
 
\begin{figure}
\centering
......@@ -127,7 +127,16 @@ Curabitur ligula sapien, pulvinar a vestibulum quis, facilisis vel sapien. Duis
 
\section{Class aptent taciti}
 
\lipsum[2]
Even though dark mode can be very nice for websites and apps, it does not look good when printed. Consider using white mode when print-screening dark-moded content. The contrast with the white page is too big, as seen in figure~\ref{fig:Darkmode}.
\begin{figure}[!htbp]
\centering
\includegraphics[width=\linewidth]{images/darkmode}
\caption{White and dark mode comparison.}
\label{fig:Darkmode}
\end{figure}
 
\subsection{Class aptent taciti}
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment