title: "SEM Modeling of the Influence of Lecturer-Student Relationships on Students’ Academic Performance Using CFA Analysis" short-title: "Beamer Slides" author: "Gatiari Dwi Panefi, Metha Nailis Sa'adah, Anisa Khaynun Najwa" short-author: "J & M Doe" date: 'r format(Sys.Date(), "%B %d, %Y")' \# Month DD, YYYY (Main Slide) short-date: 'r format(Sys.Date(), "%m/%d/%Y")' \# MM/DD/YYYY (Lower Right) institute: "Universitas Negeri Surabaya" short-institute: "UIUC" department: "Department of Magic" \# Institute must be defined license: "Did you license this slide deck? " section-titles: false \# Provides slide headings safe-columns: true \# Enables special latex macros for columns. output: uiucthemes::beamer_illinois ---

Pendahuluan

Daftar isi

Latar belakang

Frame content

Unordered List

Ordered List

  1. http://thecoatlessprofessor.com
  2. https://github.com/coatless

Title for block box

Content inside of a box

\LaTeX

{=tex} ```{=tex} \begin{exampleblock}{Binomial Theorem} \begin{equation} f\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k} \label{eq:binom} \end{equation} \end{exampleblock} ``` Hello Equation \ref{eq:binom}

Redux \LaTeX

This theme supports special LaTeX macros \beingcols and \endcols that allows for markdown to be blended with LaTeX without triggering the raw_tex extension. To enable this feature, the safe-columns key in the YML head matter must be set equal to true.

{=tex} \begincols \column{.49\linewidth}

\column{.49\linewidth}

  1. Goodbye!

{=tex} \endcols

Code Example

Code Embedding

`{r}

Embedding code

x = 2 y = 3

x + y`

Inline R code refering to variable in previous code chunk:

r x