Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigofrancisco/latex-templates
Usefull LaTeX templates for school reports, or even more ...
https://github.com/rodrigofrancisco/latex-templates
latex latex-examples latex-template
Last synced: 22 days ago
JSON representation
Usefull LaTeX templates for school reports, or even more ...
- Host: GitHub
- URL: https://github.com/rodrigofrancisco/latex-templates
- Owner: rodrigofrancisco
- Created: 2018-08-01T14:17:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T21:18:34.000Z (over 3 years ago)
- Last Synced: 2024-11-15T18:06:38.416Z (3 months ago)
- Topics: latex, latex-examples, latex-template
- Language: TeX
- Homepage:
- Size: 114 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= LaTeX templates
Creado por Rodrigo Francisco
Version 1.0, 19.02.2021
:description: LaTeX templates for several purposes
//:keywords:
//:sectnums:
// Configuracion de la tabla de contenidos
:toc:
:toc-placement!:
:toclevels: 4
//:toc-title: Contenido// Ruta base de las imagenes
:imagesdir: ./README.assets/// Resaltar sintaxis
:source-highlighter: pygments// Iconos para entorno local
ifndef::env-github[:icons: font]// Iconos para entorno github
ifdef::env-github[]
:caution-caption: :fire:
:important-caption: :exclamation:
:note-caption: :paperclip:
:tip-caption: :bulb:
:warning-caption: :warning:
endif::[]LaTeX templates for several purposes
toc::[]
This repository has some templates of my own and can be use in several
scenarios, mainly in school matter such as reports, notes or list of topics for
some courses. The applications are up to you.== Wanna write good LaTeX code?
**Check this out!**
https://www.read.seas.harvard.edu/~kohler/latex.html
image::latex.png[]
== Usage
In general, you just have to make sure you have the right assets, which are in
this repository and are mainly logos from school or other institution, so can be
replace with yours. Compile it as you may know. I recommend using the litte
script given in this repository (_compile.sh_) since it provides a more
organized structure for your files in compare to some IDEsIf something doesn't display write try a double compilation.
== Screenshots
Here are some screenshots that shows what ca you spect from this templates.
The following subtitles does no force you to use the template for that scenario.
Fell free to use your imagination.=== Exams template
This template provides and interface to create a teacher and students version of
an exam. The teachers version offers the correct answer and the reference of the
resource from the question taken, as you may see in the picture below.Check the comments in the source code to know how to use it.
image::exams.png[width=500]
=== Syllabus template
Use it as you may wish. Initially was a syllabus for my former internship in
which we offer several courses.image::syllabus.png[width=500]
=== Notes template
Beautifull and simple coverpage for notes or even report for school projects.
The cicles were generated using tikz package.image::notes.png[width=500]
=== Publication template
Use this template as you want. It was create to write an school article but it
can be easily adapt for other thingsimage::publication.png[width=500]
=== Report template v0
The coverpage for many report I delivered in school, it was a nice format. This
is version 0. It's formal but may be overwhelm with many features.image::report.png[width=500]
=== Short report template v0
This is just a latex compile document with a heading title and thats all.
image::short-report.png[width=500]
=== Report template v1
The coverpage for many report I delivered in school, it was a nice format. This
is version 0. It's formal but may be overwhelm with many features.image::report-v1.png[width=500]
image::report-v1_02.png[width=500]=== Short report template v1
This is just a latex compile document with a heading title and thats all.
//image::short-report-v1.png[width=500]
image::short-report-v1-01.png[width=500]=== Notes template as a book layout v1
This template allow us to create a book that has mathematics content. Note that
I can easily adapt to create a coding booking (or any techologie)image:book-v1-01.png[width=500]
image:book-v1-02.png[width=500]
image:book-v1-03.png[width=500]
image:book-v1-04.png[width=500]