From c0dc9749cf82d6c31f12271a1c9f90923d0dbead Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com>
Date: Mon, 9 Nov 2015 10:16:56 +0100
Subject: [PATCH] Removed the symbolic link in the example file.

---
 lualatex.tex | 33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)

diff --git a/lualatex.tex b/lualatex.tex
index fd9657d..2cbfb0b 100644
--- a/lualatex.tex
+++ b/lualatex.tex
@@ -1,2 +1,31 @@
-% 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}
-- 
GitLab