mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
typo
Accidently added ^
This commit is contained in:
committed by
GitHub
parent
4d88001156
commit
e11a904ab0
@@ -212,7 +212,7 @@ Também podemos incluir tabelas da mesma forma que figuras.
|
|||||||
% opcionalmente, você pode adicionar um | para linha vertical
|
% opcionalmente, você pode adicionar um | para linha vertical
|
||||||
% Veja https://en.wikibooks.org/wiki/LaTeX/Tables para mais detalhes
|
% Veja https://en.wikibooks.org/wiki/LaTeX/Tables para mais detalhes
|
||||||
\begin{tabular}{c|cc}
|
\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
|
\hline % uma linha horizontal
|
||||||
1 & Biggus & Dickus \\
|
1 & Biggus & Dickus \\
|
||||||
2 & Monty & Python
|
2 & Monty & Python
|
||||||
|
Reference in New Issue
Block a user