0% found this document useful (0 votes)
75 views17 pages

Introduction To Overleaf and Mendeley: FTI Research Workshop

This document provides an introduction to Overleaf and Mendeley. It discusses LaTeX, an online document preparation system used for scientific publishing. It then summarizes Mendeley, an online reference manager. Finally, it discusses Overleaf, an online LaTeX editor, and compares it to other LaTeX editors. The document is intended as a workshop on using Overleaf and Mendeley.

Uploaded by

Jeremy Wijaya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views17 pages

Introduction To Overleaf and Mendeley: FTI Research Workshop

This document provides an introduction to Overleaf and Mendeley. It discusses LaTeX, an online document preparation system used for scientific publishing. It then summarizes Mendeley, an online reference manager. Finally, it discusses Overleaf, an online LaTeX editor, and compares it to other LaTeX editors. The document is intended as a workshop on using Overleaf and Mendeley.

Uploaded by

Jeremy Wijaya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Introduction Mendeley: Online Reference Manager LaTeX Editors References

Introduction to Overleaf and Mendeley


FTI Research Workshop

Moeljono Widjaja, PhD.

Universitas Multimedia Nusantara


Jl. Scientia Boulevard, Gading Serpong
Tangerang, Banten-15811 Indonesia

24 July 2020

[email protected] UMN Overleaf and Mendeley 24 July 2020 1 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Schedule

1 Introduction
Advantages LaTeX over MS Word
LaTeX at A Glance

2 Mendeley: Online Reference Manager

3 LaTeX Editors
Overleaf: Online LaTeX Editor

[email protected] UMN Overleaf and Mendeley 24 July 2020 2 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Introduction

[email protected] UMN Overleaf and Mendeley 24 July 2020 3 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

What is LaTeX?

LATEX was originally written by Leslie Lamport1 .


A document preparation system used for the communication and publication of
scientific documents
A markup level text editing tool that separates the word formatting from the
content entry task
One of the most commonly used text editor in the academia (having to deal with
scientific papers and publishing)
Mathematical equations are exceptionally handled by these editors and they were
the primary reasons leading to its development in the first place

1 Leslie Lamport. LaTeX - A Document Preparation System: User’s Guide and Reference Manual. 2nd. 1994, pp. 1–272. ISBN:
978-0-201-52983-8. URL: https://dblp.org/rec/books/daglib/0023602.
[email protected] UMN Overleaf and Mendeley 24 July 2020 4 / 17
Introduction Mendeley: Online Reference Manager LaTeX Editors References

Advantages LaTeX over MS Word

Advantages LaTeX over MS Word I

LaTeX does have it advantages over WYSIWYG editors2 , including:


The structure is separated from the presentation.
If you lots of pages filled with text, pictures, graph, etc. in a WYSIWYG editor, it
will slow down your work speed and eventually get really slow.
LaTeX is written in plain text, so it is easier to collaborate with others (Version
control like Subversion, etc.)
It have lots of packages available, including packages for making charts, chemical
equations, and at lot of other stuff! (go to Comprehensive TeX Archive Network for
more information)
As mentioned earlier, LaTeX is written in plain text (which .doc(x) files are not),
which gives you the opportunity to repair broken files.
LaTeX is timeless. If you find LaTeX from the 90’s, you are probably able to
compile anyway.
And another thing, that I do not think has been mentioned is the ability to make
comments in the source code. This gives you the opportunity to explain something
that would have relevance to someone looking at the source code, but not at the
final document.

[email protected] UMN Overleaf and Mendeley 24 July 2020 5 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Advantages LaTeX over MS Word

Advantages LaTeX over MS Word II

LaTeX makes more convenient to make a consistent document. You can use your
time on the content, and LaTeX will pretty much do the rest. Unless told otherwise
of course.
LaTeX handles mathematical formulas great.
UPDATE: LaTeX is also platform independent, meaning that you edit LaTeX on
Windows, Mac OS X, Linux and other Unix-like operating systems.

2 What are the benefits of using LaTeX over a traditional WYSIWYG editor? - Quora. URL:
https://www.quora.com/What- are- the- benefits- of- using- LaTeX- over- a- traditional- WYSIWYG- editor.
[email protected] UMN Overleaf and Mendeley 24 July 2020 6 / 17
Introduction Mendeley: Online Reference Manager LaTeX Editors References

Advantages LaTeX over MS Word

LaTeX vs. MS Word

[email protected] UMN Overleaf and Mendeley 24 July 2020 7 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

LaTeX at A Glance

LaTeX at A Glance

LaTeX documentclass options3 :


\documentclass[option1, option2, etc.]{article|book|letter|beamer}

Font size (10pt, 11pt, 12pt)


Paper size and format (a4paper, letterpaper, etc.)
Draft mode (draft)
Multiple columns (onecolumn, twocolumn)
Formula-specific options (fleqn and leqno)
Landscape print mode (landscape)
Single- and double-sided documents (oneside, twoside)
Titlepage behavior (notitlepage, titlepage)
Chapter opening page (openright, openany)

3 Tom. LaTeX documentclass options illustrated. 2013. URL:


https://texblog.org/2013/02/13/latex- documentclass- options- illustrated/.
[email protected] UMN Overleaf and Mendeley 24 July 2020 8 / 17
Introduction Mendeley: Online Reference Manager LaTeX Editors References

LaTeX at A Glance

The Simplest LaTeX Document

\documentclass{article}

\begin{document}

Your texts are written here.

\end{document}

[email protected] UMN Overleaf and Mendeley 24 July 2020 9 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

LaTeX at A Glance

LaTeX templates in Some Scientific Publications

Papers in Conference proceedings or Journals


Student’s thesis (Laporan Skripsi)
Open access journal https://ieeexplore.ieee.org/document/9105001
Telkomnika http://journal.uad.ac.id/index.php/TELKOMNIKA

[email protected] UMN Overleaf and Mendeley 24 July 2020 10 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Mendeley: Online Reference Manager

[email protected] UMN Overleaf and Mendeley 24 July 2020 11 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Mendeley

Mendeley Reference manager:


Web Importer
Citation Plugin
Mendeley Desktop
Library in the cloud
Group Library (shared publicly or privately)

[email protected] UMN Overleaf and Mendeley 24 July 2020 12 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

LaTeX Editors

[email protected] UMN Overleaf and Mendeley 24 July 2020 13 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Some LaTeX Editors

LaTeX editors:
Desktop versions:
TexMaker - https://www.xm1math.net/texmaker/
LyX - https://www.lyx.org/Home
TexStudio - http://www.texstudio.org/
Online versions:
LaTeX Base - https://latexbase.com/
Papeeria - https://papeeria.com/landing
Authorea - https://www.authorea.com/
Sharelatex
Overleaf - https://www.overleaf.com/

[email protected] UMN Overleaf and Mendeley 24 July 2020 14 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Overleaf: Online LaTeX Editor

Overleaf

Features of Overleaf:
Spell check: English, Indonesian, etc.
Review
Shared documents (online collaborative writing)
History
Synchronize to Dropbox, Git and GitHub
Synchronize to Mendeley (reference manager)
Varieties of templates are available: academic journal, formal letter, poster, lab
report, thesis, presentation, etc.

[email protected] UMN Overleaf and Mendeley 24 July 2020 15 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Overleaf: Online LaTeX Editor

References

Lamport, Leslie. LaTeX - A Document Preparation System: User’s Guide and Ref-
erence Manual. 2nd. 1994, pp. 1–272. ISBN: 978-0-201-52983-8. URL: https://
dblp.org/rec/books/daglib/0023602.
Tom. LaTeX documentclass options illustrated. 2013. URL: https://texblog.
org/2013/02/13/latex-documentclass-options-illustrated/.
What are the benefits of using LaTeX over a traditional WYSIWYG editor? - Quora.
URL : https : / / www . quora . com / What - are - the - benefits - of - using -
LaTeX-over-a-traditional-WYSIWYG-editor.

[email protected] UMN Overleaf and Mendeley 24 July 2020 16 / 17


Introduction Mendeley: Online Reference Manager LaTeX Editors References

Overleaf: Online LaTeX Editor

Thank you

[email protected] UMN Overleaf and Mendeley 24 July 2020 17 / 17

You might also like