Skip to content
/ FaTeX Public

Fatec-SJC Professor Jessen Vidal LaTex Template

Notifications You must be signed in to change notification settings

hiyoku/FaTeX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

FaTeX

Fatec-SJC Professor Jessen Vidal LaTex Template

Example of TG using this template:

How to edit?

Just use any LaTeX editor like:

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

Or online editor:

  • ShareLaTeX

Commands

\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

Example
\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>}
Example
\figura{img/logo-fatec-sjc.jpg}{Exemplo de uso de figura}{Elaborada pelo autor}{fig:logo_fatec_sjc}

Thanks to:

About

Fatec-SJC Professor Jessen Vidal LaTex Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages