On Sat, 27 Mar 2021 12:21:24 +0100, SeongJae Park wrote: > This commit adds a description for the automated latex package install > script, 'utilities/install_latex_package.sh'. > > Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> > --- > FAQ-BUILD.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/FAQ-BUILD.txt b/FAQ-BUILD.txt > index 0d3330b3..c0afc430 100644 > --- a/FAQ-BUILD.txt > +++ b/FAQ-BUILD.txt > @@ -210,6 +210,12 @@ > 2. Install it by following instructions at: > https://help.ubuntu.com/community/LaTeX#Installing_packages_manually > > + B. Instead of above manual steps, you could install the package > + using a script in this repository, > + './utilities/install_latex_package.sh'. For example: > + > + $ ./utilities/install_latex_package.sh epigraph > + > 11. Is it possible to generate SyncTeX database file? > > A. Yes, it is. Setting an environment variable: > For both 1/2 and 2/2, Acked-by: Akira Yokosawa <akiyks@xxxxxxxxx> Thanks, Akira