Initial commit
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
/*.aux
 | 
			
		||||
/*.fdb_latexmk
 | 
			
		||||
/*.fls
 | 
			
		||||
/*.log
 | 
			
		||||
/*.pdf
 | 
			
		||||
							
								
								
									
										1
									
								
								.latexmkrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.latexmkrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
$pdf_mode = 4;
 | 
			
		||||
							
								
								
									
										43
									
								
								tableaux_de_conjugaison.tex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								tableaux_de_conjugaison.tex
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,43 @@
 | 
			
		||||
\documentclass[12pt]{scrartcl}
 | 
			
		||||
 | 
			
		||||
\usepackage[margin=2cm]{geometry}
 | 
			
		||||
\usepackage{multicol}
 | 
			
		||||
\usepackage{tabularx}
 | 
			
		||||
\usepackage{tcolorbox}
 | 
			
		||||
\usepackage[table]{xcolor}
 | 
			
		||||
 | 
			
		||||
\pagestyle{empty}
 | 
			
		||||
\renewcommand{\familydefault}{\sfdefault}
 | 
			
		||||
\rowcolors{1}{black!5!white}{white}
 | 
			
		||||
 | 
			
		||||
\begin{document}
 | 
			
		||||
 | 
			
		||||
\begin{center}
 | 
			
		||||
  {\large tableaux de conjugaison}\\
 | 
			
		||||
  \vskip1ex
 | 
			
		||||
  {\Huge \textbf{-er} (example: aim-er)}
 | 
			
		||||
\end{center}
 | 
			
		||||
 | 
			
		||||
\vskip1em
 | 
			
		||||
 | 
			
		||||
\begin{multicols}{2}
 | 
			
		||||
 | 
			
		||||
\begin{tcolorbox}[tabularx={l|X}, title={\textbf{présent}}]
 | 
			
		||||
  j’ & aim-e \\
 | 
			
		||||
  tu & aim-es \\
 | 
			
		||||
  elle/il & aim-e \\
 | 
			
		||||
  nous & aim-ons \\
 | 
			
		||||
  vous & aim-ez \\
 | 
			
		||||
  elles/ils & aim-ent \\
 | 
			
		||||
\end{tcolorbox}
 | 
			
		||||
 | 
			
		||||
\end{multicols}
 | 
			
		||||
 | 
			
		||||
\end{document}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
%%% Local Variables:
 | 
			
		||||
%%% coding: utf-8
 | 
			
		||||
%%% mode: latex
 | 
			
		||||
%%% TeX-engine: luatex
 | 
			
		||||
%%% End:
 | 
			
		||||
		Reference in New Issue
	
	Block a user