Skip to content

Commit

Permalink
Merge pull request #6 from Silverbeard00/Materialize
Browse files Browse the repository at this point in the history
Materialize
  • Loading branch information
ArnautDaniel authored Mar 13, 2017
2 parents 8461d24 + 90b07b1 commit 12f02f0
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 203 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RILEY
RILEY is licensed under rileyMIT. By using this software you pledge undying loyalty and ultimate power to Riley as your new Queen.

![Queen Riley](https://i.imgur.com/HVWtgvZ.jpg)

![Queen Riley](https://i.imgur.com/HVWtgvZ.jpg)
30 changes: 17 additions & 13 deletions invoice.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\usepackage{calc} % Counters for totaling hours and cost
\usepackage{longtable}
\usepackage[table]{xcolor}

\usepackage{subfig}
% Define color of grey lines
\definecolor{lightgray}{gray}{0.9}

Expand Down Expand Up @@ -45,19 +45,23 @@
%------------------------------------
% Generate Table of Images
%------------------------------------
\newenvironment{pictureTable}{
\newcommand*{\picrow}[3]{
\includegraphics[height=4cm]{##1} & \includegraphics[height=4cm]{##2} &
\includegraphics[height=4cm]{##3} \\
}

\begin{longtable}{|c|c|c|}
{\bf Item Images} & {\bf Item Images} & {\bf Item Images} \\
\hline \hline
\endhead
}{ \hline
\end{longtable}


\newenvironment{pictureTable}{
\newcommand*{\picrow}[6]{
\subfloat[##1]{\includegraphics[width=2.3in]{##2}} &
\subfloat[##3]{\includegraphics[width=2.3in]{##4}} &
\subfloat[##5]{\includegraphics[width=2.3in]{##6}} \\
}

\begin {figure}
\renewcommand*\thesubfigure{\arabic{subfigure}}
\begin{tabular}{ccc}

}{
\end{tabular}
\end{figure}

}

%-----------------------------------
Expand Down
Loading

0 comments on commit 12f02f0

Please sign in to comment.