GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
LaTeX
Browse code
• Added local configuration to repository.
master
1 parent
3345099
commit
f4c561d82e840069cddb2e4c8789c0e65e3d6823
Nigel Stanger
authored
on 30 Nov 2017
Patch
Showing
2 changed files
Makefile
listings/lstlocal.cfg
Ignore Space
Show notes
View
Makefile
################################################################################ # # Makefile to install various LaTeX items in the appropriate places. # ################################################################################ SHELL = /bin/sh # Depending on the permissions of your TEXMF directory, you may need to # do a 'sudo make install' # Set this to whatever it should be, e.g., /usr/local/texmf or whatever. # Probably better to install these in your own personal TEXMF tree so that # they don't get wiped out by updates. # TEXMFHOME = LATEX = $(TEXMFHOME)/tex/latex install: @mkdir -p $(LATEX)/beamer/themeOtago @mkdir -p $(LATEX)/beamer/themeOtagoPlain @mkdir -p $(LATEX)/beamer/themeNZCS cp beamerthemes/beamerthemeOtago/*.sty $(LATEX)/beamer/themeOtago cp beamerthemes/beamerthemeOtago/OU-Logo-Colour.* $(LATEX)/beamer/themeOtago cp beamerthemes/beamerthemeOtagoPlain/*.sty $(LATEX)/beamer/themeOtagoPlain cp beamerthemes/beamerthemeOtagoPlain/Business_School_LS_ID_crop.* $(LATEX)/beamer/themeOtagoPlain cp beamerthemes/beamerthemenzcs/beamerthemenzcs.sty $(LATEX)/beamer/themeNZCS cp beamerthemes/beamerthemenzcs/NZCSbanner.png $(LATEX)/beamer/themeNZCS @mkdir -p $(LATEX)/OULogo (cd OULogo; cp *.eps *.pdf *.jpg $(LATEX)/OULogo) @mkdir -p $(LATEX)/listings cp listings/lstlang*.sty listings/lstlocal.cfg $(LATEX)/listings @mkdir -p $(LATEX)/lectures (cd lectures; cp *.cls *.sty $(LATEX)/lectures) @mkdir -p $(LATEX)/local (cp relalg.sty $(LATEX)/local) @texhash
################################################################################ # # Makefile to install various LaTeX items in the appropriate places. # ################################################################################ SHELL = /bin/sh # Depending on the permissions of your TEXMF directory, you may need to # do a 'sudo make install' # Set this to whatever it should be, e.g., /usr/local/texmf or whatever. # Probably better to install these in your own personal TEXMF tree so that # they don't get wiped out by updates. # TEXMFHOME = LATEX = $(TEXMFHOME)/tex/latex install: @mkdir -p $(LATEX)/beamer/themeOtago @mkdir -p $(LATEX)/beamer/themeOtagoPlain @mkdir -p $(LATEX)/beamer/themeNZCS cp beamerthemes/beamerthemeOtago/*.sty $(LATEX)/beamer/themeOtago cp beamerthemes/beamerthemeOtago/OU-Logo-Colour.* $(LATEX)/beamer/themeOtago cp beamerthemes/beamerthemeOtagoPlain/*.sty $(LATEX)/beamer/themeOtagoPlain cp beamerthemes/beamerthemeOtagoPlain/Business_School_LS_ID_crop.* $(LATEX)/beamer/themeOtagoPlain cp beamerthemes/beamerthemenzcs/beamerthemenzcs.sty $(LATEX)/beamer/themeNZCS cp beamerthemes/beamerthemenzcs/NZCSbanner.png $(LATEX)/beamer/themeNZCS @mkdir -p $(LATEX)/OULogo (cd OULogo; cp *.eps *.pdf *.jpg $(LATEX)/OULogo) @mkdir -p $(LATEX)/listings cp listings/lstlang*.sty $(LATEX)/listings @mkdir -p $(LATEX)/lectures (cd lectures; cp *.cls *.sty $(LATEX)/lectures) @mkdir -p $(LATEX)/local (cp relalg.sty $(LATEX)/local) @texhash
Ignore Space
Show notes
View
listings/lstlocal.cfg
0 → 100644
\def\lstlanguagefiles {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty,lstlangora.sty, lstlangodmg.sty,lstlangansisql.sty,lstlangtutd.sty} \endinput
Show line notes below