Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fibeamer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Relations
Document Templates
fibeamer
Commits
c0dc9749
There was an error fetching the commit references. Please try again later.
Commit
c0dc9749
authored
9 years ago
by
Vít Novotný
Browse files
Options
Downloads
Patches
Plain Diff
Removed the symbolic link in the example file.
parent
d2544b3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lualatex.tex
+31
-2
31 additions, 2 deletions
lualatex.tex
with
31 additions
and
2 deletions
lualatex.tex
+
31
−
2
View file @
c0dc9749
% This file is just a symbolic link to the xelatex.tex file.
\input
./xelatex
\documentclass
{
beamer
}
\usetheme
{
fibeamer
}
\usepackage
{
polyglossia
}
\setmainlanguage
{
english
}
\usepackage
{
amsmath
}
% `\equation`s
\usepackage
{
tabularx
}
% Tables
\usepackage
{
booktabs
}
\begin{document}
\title
{
My Presentation
}
\subtitle
{
Daring the Unknown
}
\author
{
Jane Doe
}
\frame
{
\maketitle
}
\begin{frame}
{
Foo
}{
bar
}
Hello world!
\begin{equation}
\tag
{
Mass--energy equivalence
}
e=mc
^
2
\end{equation}
\begin{center}
\begin{tabularx}
{
\textwidth
}{
lllX
}
\toprule
Day
&
Min Temp
&
Max Temp
&
Summary
\\
\midrule
Monday
&
$
11
^{
\circ
}
\mathsf
{
C
}$
&
$
22
^
\circ\mathsf
{
C
}$
&
A
clear day with lots of sunshine. However, the strong breeze
will bring down the temperatures.
\\
\bottomrule
\end{tabularx}
\end{center}
\end{frame}
\end{document}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment