Commit 12e5517d authored by FLIEDNER Florent's avatar FLIEDNER Florent 🛀🏼
Browse files

feat: latex with gitgnore...

parent 36e7d208
@Book{GOT4,
author = {George R.R. Martin},
title = {{A Feast for Crows (A Song of Ice and Fire)}},
year = {2005},
isbn = {0-553-80150-3},
pages = {784},
publisher = {Bantam}
}
\ No newline at end of file
tp_latex/logo.jpg

11.1 KB

File added
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\title{tpLatex}
\author{Florent Fliedner}
\date{November 2019}
\begin{document}
\maketitle
\section{Introduction}
\subsection{Première sous-section}
\subsubsection{Première sous-sous-section}
\part{liste a puce}
\begin{enumerate}
\item des poires ;
\begin{itemize}
\item des Williams
\item des Guyot
\end{itemize}
\item des carottes ;
\item des choux
\end{enumerate}
\part{Image}
Le logo de l'école est illustré par la Figure \ref{fig:logo}
\begin{figure}
\centering
\includegraphics[scale=0.5]{logo.jpg}
\caption{Caption}
\label{fig:logo}
\end{figure}
\part{Tableau}
\begin{table}
\begin{center}
\begin{tabular}{|l|c|c|}
\hline
colonne 1 & colonne 2 & colonne 3 \\
\hline
1.1 & 1.2 & 1.3 \\
2.1 & 2.2 & 2.3 \\
\hline
\end{tabular}
\end{center}
\caption{Exemple simple de tableau}
\label{tab:exemple}
\end{table}
\part{Formules}
\begin{equation}
\label{eq-Einstein}
E = mc^2
\end{equation}
\begin{equation}
\pi \sum \forall
\end{equation}
\part{Bibliographie}
G.R.R Martin a écrit, dans le livre \cite{GOT4}: "“I prefer my history dead.
Dead history is writ in ink, the living sort in blood."
\bibliographystyle{plain}
\bibliography{biblio.bib}
\end{document}
%%
%% This is file `./samples/minutes.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% meetingmins.dtx (with options: `minutes')
%% ----------------------------------------------------------------------
%%
%% meetingmins - A LaTeX class for formatting minutes of meetings
%%
%% Copyright (C) 2011-2013 by Brian D. Beitzel <brian@beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
%% version 1.3c of this license or (at your option) any later
%% version. The latest version of this license is in the file:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% Users may freely modify these files without permission, as long as the
%% copyright line and this statement are maintained intact.
%%
%% ----------------------------------------------------------------------
%%
\documentclass[11pt]{meetingmins}
%% Optionally, the following text could be set in the file
%% department.min in this folder, then add the option 'department'
%% in the \documentclass line of this .tex file:
%%\setcommittee{Department of Instruction}
%%
%%\setmembers{
%% \chair{B.~Smart},
%% B.~Brave,
%% D.~Claire,
%% B.~Gone
%%}
\setcommittee{Department of Instruction}
\setmembers{
\chair{B.~Smart},
B.~Brave,
D.~Claire,
B.~Gone
}
\setdate{October 5, 2011}
\setpresent{
\chair{B.~Smart},
B.~Brave,
D.~Claire
}
\absent{B.~Gone \textit{(sabbatical)}}
\alsopresent{B.~There}
\begin{document}
\maketitle
\section{Announcements}
\begin{hiddenitems}
\item
The dean is coming today.
\item
The dean has canceled.
\end{hiddenitems}
\section{Committee Reports}
\subsection{College-wide Committees}
\subsubsection{Library}
The library still has books that no one has read.
\subsubsection{Curriculum {\rm (D.~Claire)}}
\begin{hiddensubitems}
\item
There is widespread interest in reforming the curriculum.
\item
Unfortunately, no one seems interested in participating on the
curriculum reform committee.
\end{hiddensubitems}
\subsection{Department Committees}
\subsubsection{Personnel}
No one can have a raise this year.
\subsubsection{Assistant Professor Search}
We are looking for someone who will do a lot for very little money.
\section{Old Business}
\begin{items}
\item
\priormins
\end{items}
\section{New Business}
\begin{items}
\item
We will teach classes next semester.
\item
We will do research next semester.
\end{items}
\vspace{1em}
\nextmeeting{Wednesday, October 19, at 3:00}
\end{document}
%%
%% Copyright (C) 2011-2013 by Brian D. Beitzel <brian@beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
%% version 1.3c of this license or (at your option) any later
%% version. The latest version of this license is in the file:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% Users may freely modify these files without permission, as long as the
%% copyright line and this statement are maintained intact.
%%
%% This work is "maintained" (as per LPPL maintenance status) by
%% Brian D. Beitzel.
%%
%% This work consists of the file meetingmins.dtx
%% and the derived files meetingmins.cls,
%% sampleminutes.tex,
%% department.min,
%% README.txt, and
%% meetingmins.pdf.
%%
%%
%% End of file `./samples/minutes.tex'.
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usetheme{Berlin}
\title{tpLatex}
\author{Florent Fliedner}
\date{Nov 2019}
\begin{document}
\maketitle
\section{Introduction}
\subsection{Première sous-section}
\subsubsection{Première sous-sous-section}
\begin{frame}{TITRE}
\begin{block}{Premier élément}
blabla
\end{block}
\begin{block}{Deuxieme élément}
blabla
\end{block}
\end{frame}
\begin{frame}{Liste}
\begin{enumerate}
\item des poires ;
\begin{itemize}
\item des Williams
\item des Guyot
\end{itemize}
\item des carottes ;
\item des choux
\end{enumerate}
\end{frame}
\begin{frame}{Image}
Le logo de l'école est illustré par la Figure \ref{fig:logo}
\begin{figure}
\centering
\includegraphics[scale=0.5]{logo.jpg}
\caption{Caption}
\label{fig:logo}
\end{figure}
\end{frame}
\begin{frame}{Tableau}
\begin{table}
\begin{center}
\begin{tabular}{|l|c|c|}
\hline
colonne 1 & colonne 2 & colonne 3 \\
\hline
1.1 & 1.2 & 1.3 \\
2.1 & 2.2 & 2.3 \\
\hline
\end{tabular}
\end{center}
\caption{Exemple simple de tableau}
\label{tab:exemple}
\end{table}
\end{frame}
\begin{frame}{Math}
\begin{equation}
\label{eq-Einstein}
E = mc^2
\end{equation}
\begin{equation}
\pi \sum \forall
\end{equation}
\end{frame}
\begin{frame}{Bibliographie}
G.R.R Martin a écrit, dans le livre \cite{GOT4}: "“I prefer my history dead.
Dead history is writ in ink, the living sort in blood."
\bibliographystyle{plain}
\bibliography{biblio.bib}
\end{frame}
\end{document}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment