Skip to content

Fatec-SJC Professor Jessen Vidal LaTex Template

Notifications You must be signed in to change notification settings

alunos-fatec-sjc/FaTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FaTeX

Modelo de TG da Fatec São José dos Campos - Prof. Jessen Vidal em Latex

Exemplo do modelo genérico:

Exemplo de TG utilizando esse modelo:

Como editar?

Use alguns dos editores LaTeX:

  • TexMaker
  • Texstudio
  • Atom (com plugins)
  • Visual Studio Code (com plugins)

Ou um editor online:

  • ShareLaTeX

Agradecimentos:

Comandos

\tabela

To render a table, it's required a title, caption, label and the contents, like so:

\tabela{<TABULAR>}{<TITLE>}{<CAPTION>}{tab:<LABEL>}

Use tabularx for better rendering

Exemplo
\tabela{
  \begin{tabularx}{\textwidth}{|c|X|}
  \hline
  Exemplo de tabela com \texttt{tabularx} & O parâmetro X torna o texto justificado. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam faucibus a massa a iaculis. Praesent vel tempor metus, quis faucibus augue. Suspendisse eget tellus non metus volutpat ultrices. Vestibulum finibus laoreet maximus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec est purus, volutpat id sapien in, blandit mattis mi. Maecenas accumsan lobortis felis non pharetra. \\ \hline
  \end{tabularx}
}{Título da tabela}{Legenda da tabela}{tab:exemplo}

\figura

To render a figure, it's required a image path, caption, source and label, like so:

\figura{<IMAGE_PATH>}{<CAPTION>}{<SOURCE>}{tab:<LABEL>}
Exemplo
\figura{img/logo-fatec-sjc.jpg}{Exemplo de uso de figura}{Elaborada pelo autor}{fig:logo_fatec_sjc}

About

Fatec-SJC Professor Jessen Vidal LaTex Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%