-
Notifications
You must be signed in to change notification settings - Fork 1
LaTeX tricks
Mostafa ElAraby edited this page Nov 16, 2022
·
3 revisions
%% LIAM's LAST MINUTE SPACE SAVING TRICKS %% USE WITH CAUTION
\renewcommand{\baselinestretch}{.99}
%%%%%%%float
%\addtolength{\dbltextfloatsep}{-2mm}
%\addtolength{\dblfloatsep}{-2mm}
%%%%%fig. table.
\setlength{\belowcaptionskip}{-0.25mm}
\setlength{\abovecaptionskip}{-0.25mm}
%%%%math eq
%\setlength{\abovedisplayskip}{1pt}
%\setlength{\belowdisplayskip}{1pt}
%%
%\textheight=23.8cm
%\textwidth=496.3pt
%\oddsidemargin=-15pt
%\evensidemargin=-30pt
- Online Bibtex clean, order and duplicate removal https://flamingtempura.github.io/bibtex-tidy/
- Latex tables to edit or update existing tables by their import toolshttps://www.latex-tables.com/
- Plugin for Microsoft PowerPoint to write native latex instead of images https://www.fast.ai/posts/2019-06-17-latex-ppt.html
- Latex workshop for Vscode with nice shortcuts, previews and autocomplete making the writing better than on Overleaf (sync to overleaf with github) https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop
- Grammarly on VScode https://marketplace.visualstudio.com/items?itemName=znck.grammarly
- Cref used to do clever referencing so instead of writing Fig.~\ref{fig:fig1}, just \cref{fig:fig1} produces same result based on what is before : https://texblog.org/2013/05/06/cleveref-a-clever-way-to-reference-in-latex/
- Acronyms package or glossaries https://tex.stackexchange.com/questions/25520/how-can-i-use-the-latex-acronym-package-and-optionally-create-an-acronym-list-i