1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00
Accidently added ^
This commit is contained in:
Marcel Ribeiro Dantas, Ph.D
2022-07-07 23:51:28 +02:00
committed by GitHub
parent 4d88001156
commit e11a904ab0

View File

@@ -212,7 +212,7 @@ Também podemos incluir tabelas da mesma forma que figuras.
% opcionalmente, você pode adicionar um | para linha vertical
% Veja https://en.wikibooks.org/wiki/LaTeX/Tables para mais detalhes
\begin{tabular}{c|cc}
Número & Primeiro Nome ˆ& Sobrenome \\ % Colunas são separadas por &
Número & Primeiro Nome & Sobrenome \\ % Colunas são separadas por &
\hline % uma linha horizontal
1 & Biggus & Dickus \\
2 & Monty & Python