Skip to content

Commit

Permalink
Show the OpenModelica logo in the left navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jul 18, 2018
1 parent 9f68fc3 commit 4f95c4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion UsersGuide/Makefile
Expand Up @@ -218,7 +218,7 @@ pdf: latex
sed -i "s,{\(media/[A-Za-z_0-9.-]*\)[.][*],{`pwd`/source/\1.pdf,g" build/latex/OpenModelicaUsersGuide.tex
sed -i "s,{ProfilingTest_prof[.]\([^.]*\)[.]thumb[.]svg,{`pwd`/source/ProfilingTest_prof-\1-thumb.pdf,g" build/latex/OpenModelicaUsersGuide.tex
(cd build/latex && latexmk -pdf OpenModelicaUsersGuide.tex)
source/logo.pdf: source/logo.svg
source/logo.pdf: source/_static/logo.svg
inkscape -f $< -A $@
source/media/systemoverview.pdf: source/media/systemoverview.svg
inkscape -f $< --export-pdf $@
Expand Down
File renamed without changes
2 changes: 2 additions & 0 deletions UsersGuide/source/conf.py
Expand Up @@ -173,6 +173,8 @@
html_theme_path = [alabaster.get_path()]
html_theme = 'alabaster'
html_theme_options = {
"logo" : "logo.svg",
"logo_name" : "OpenModelica",
"font_family" : "Arial, Helvetica, sans-serif, 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif",
}

Expand Down

0 comments on commit 4f95c4f

Please sign in to comment.