Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.8 KB

README.md

File metadata and controls

66 lines (43 loc) · 2.8 KB

E18 Latex Mall v1.0

How it looks

Any improvement suggestions are appreciated. –> georgij.michaliutin (at) me.com

Import in to Overleaf

  1. Download ZIP file (Clone or download button)
  2. Go to Overleaf, click on New Project and select Upload Project
  3. Upload the ZIP file

Before editing main.tex and files in Settings/ folder inspect the code and dependencies.

Useful information

General Latex information:

Latex Tutorials

Tex Documentation Lookup

Text layout:

Figures:

  • Examples
  • In MatLab save your plots as vector-based (EPS format) with the following command: saveas(gcf,'filename','epsc'). Output may vary between platforms and Matlab versions, check out print and saveas help pages.
  • If you are using Matlab check out this page on how to make pretty figures

Equations:

Tables:

Examples

Reference system:

References are managed by BibTex and is using IEEE referencing standard. Learn more:

About BibTex

BibTex Tutorial

Matlab code inclusion:

Matlab source code viewer is taken from NASA's Github repo

Draw in Latex:

Warning handling:

  • Ignore sensitive latex code: \begin{verbatim} Ignored latex code... \end{verbatim} or with \
  • Silencing stupid warnings: \WarningFilter{latex}{Warning info...}