Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
f4bcaa75
Commit
f4bcaa75
authored
Feb 03, 2016
by
Chris Cantwell
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Added logo to documentation.
parent
5392cb48
Changes
6
Hide whitespace changes
Inline
Side-by-side
docs/developer-guide/CMakeLists.txt
View file @
f4bcaa75
...
...
@@ -12,7 +12,7 @@ ADD_CUSTOM_TARGET(developer-guide-html
)
# If tex4ht successful, create img dir and copy images across
FILE
(
GLOB_RECURSE imgfiles
"*/img/*.png"
"*/img/*.jpg"
)
FILE
(
GLOB_RECURSE imgfiles
"img/*.png"
"img/*.jpg"
"*/img/*.png"
"*/img/*.jpg"
)
ADD_CUSTOM_COMMAND
(
TARGET developer-guide-html
POST_BUILD COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
DEVGUIDE
}
/html/img
)
FOREACH
(
img
${
imgfiles
}
)
...
...
docs/developer-guide/developer-guide.tex
View file @
f4bcaa75
...
...
@@ -347,7 +347,8 @@ pdfauthor={I am the Author} % author
\hspace*
{
0.05
\textwidth
}
%
\parbox
[b]
{
0.85
\textwidth
}{
%
\vbox
{
%
\vspace
{
\drop
}
{
\includegraphics
[width=0.2\textwidth]
{
icon-blue.png
}
\par
}
\vskip
1.00
\baselineskip
{
\Huge\bfseries\raggedright\@
title
\par
}
\vskip
2.37
\baselineskip
{
\huge\bfseries
Version
\nekver\par
}
...
...
@@ -380,6 +381,9 @@ Scientific Computing and Imaging Institute, University of Utah, USA}
% Render pretty title page if not building HTML
\ifdefined\HCode
\begin{center}
\includegraphics
[width=0.1\textwidth]
{
img/icon-blue.png
}
\end{center}
\maketitle
\begin{center}
\huge
{
Developers Guide - Version
\nekver
}
...
...
docs/developer-guide/img/icon-blue.png
0 → 100644
View file @
f4bcaa75
8.87 KB
docs/user-guide/CMakeLists.txt
View file @
f4bcaa75
...
...
@@ -13,7 +13,7 @@ ADD_CUSTOM_TARGET(user-guide-html
)
# If tex4ht successful, create img dir and copy images across
FILE
(
GLOB_RECURSE imgfiles
"*/img/*.png"
"*/img/*.jpg"
)
FILE
(
GLOB_RECURSE imgfiles
"img/*.png"
"img/*.jpg"
"*/img/*.png"
"*/img/*.jpg"
)
ADD_CUSTOM_COMMAND
(
TARGET user-guide-html
POST_BUILD COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
USERGUIDE
}
/html/img
)
FOREACH
(
img
${
imgfiles
}
)
...
...
docs/user-guide/img/icon-blue.png
0 → 100644
View file @
f4bcaa75
8.87 KB
docs/user-guide/user-guide.tex
View file @
f4bcaa75
...
...
@@ -357,7 +357,8 @@ pdfauthor={I am the Author} % author
\hspace*
{
0.05
\textwidth
}
%
\parbox
[b]
{
0.85
\textwidth
}{
%
\vbox
{
%
\vspace
{
\drop
}
{
\includegraphics
[width=0.2\textwidth]
{
img/icon-blue.png
}
\par
}
\vskip
1.00
\baselineskip
{
\Huge\bfseries\raggedright\@
title
\par
}
\vskip
2.37
\baselineskip
{
\huge\bfseries
Version
\nekver\par
}
...
...
@@ -392,6 +393,9 @@ Scientific Computing and Imaging Institute, University of Utah, USA}
% Render pretty title page if not building HTML
\ifdefined\HCode
\begin{center}
\includegraphics
[width=0.1\textwidth]
{
img/icon-blue.png
}
\end{center}
\maketitle
\begin{center}
\huge
{
Users Guide - Version
\nekver
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment