From 1683bd2d22e871c2b7db6e46db13f7dd0c53f58f Mon Sep 17 00:00:00 2001 From: "Gilles Callebaut, PhD" Date: Mon, 18 Mar 2024 10:52:21 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2fbabcc..bb8b83a 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,13 @@ Typesetting and defining symbols: ## Glossaries +```latex +\usepackage[xindy, toc, numberedsection, acronym]{glossaries} +\usepackage{hyperref} +\loadglsentries{abbr.tex} +\makeglossaries +``` + More information: https://www.overleaf.com/learn/latex/Glossaries Base LaTex file is located [here](https://github.com/GillesC/abbreviations-latex).