Skip to content

Commit

Permalink
Creating a diff to check action
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmoan committed Jun 2, 2024
1 parent 923cc89 commit 77e8a82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_pdf:
runs-on: ubuntu-latest
container:
image: dxjoke/tectonic-docker # Docker image with LaTeX
image: blang/latex:ctanfull # Docker image with LaTeX

steps:
- name: Checkout Repo
Expand Down
16 changes: 8 additions & 8 deletions report/report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
top=20mm,
}

\title{Brew Bucks - diff2}
\title{Brew Bucks - diff3}
\author{Nimesh Garg, Peidong Liu, Lars Moan, Daniel Morgan, Manav Trivedi, Sai Karthikeya Vermulapalli}
\date{April 27, 2024}

Expand Down Expand Up @@ -152,7 +152,7 @@ \section{Architecture}

\begin{figure}
\centering
\includegraphics[width=0.5\linewidth]{model//c4//pdf/context.drawio.pdf}
\includegraphics[width=0.5\linewidth]{model/c4/pdf/context.drawio.pdf}
\caption{Context Diagram}
\label{fig:context}
\end{figure}
Expand Down Expand Up @@ -203,38 +203,38 @@ \subsubsection*{Design Problem Consideration}
\newgeometry{left=1.5cm,bottom=2.0cm,right=1.5cm,top=2.0cm}
\begin{figure}
\centering
\includegraphics[width=0.80\linewidth]{model//c4//pdf/on-line-store-container-diagram.drawio.pdf}
\includegraphics[width=0.80\linewidth]{model/c4/pdf/on-line-store-container-diagram.drawio.pdf}
\caption{Container Diagram}
\label{fig:container}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=1.0\linewidth]{model//c4//pdf/reward_point_system.drawio.pdf}
\includegraphics[width=1.0\linewidth]{model/c4/pdf/reward_point_system.drawio.pdf}
\caption{Reward Point System Component Diagram}
\label{fig:rewards}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=1\linewidth]{model//c4//pdf/customer_account_management.drawio.pdf}
\includegraphics[width=1\linewidth]{model/c4/pdf/customer_account_management.drawio.pdf}
\caption{Customer Account Management Component Diagram}
\label{fig:customer}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=1\linewidth]{model//c4//pdf/food_purchasing.drawio.pdf}
\includegraphics[width=1\linewidth]{model/c4/pdf/food_purchasing.drawio.pdf}
\caption{Food Purchasing}
\label{fig:purchase}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=1.0\linewidth]{model//c4//pdf/food_browsing.drawio.pdf}
\includegraphics[width=1.0\linewidth]{model/c4/pdf/food_browsing.drawio.pdf}
\caption{Food Browsing Component Diagram}
\label{fig:browse}
\end{figure}

\begin{figure}
\centering
\includegraphics[width=1.0\linewidth]{model//c4//pdf/order_management.drawio.pdf}
\includegraphics[width=1.0\linewidth]{model/c4/pdf/order_management.drawio.pdf}
\caption{Order Management Component Diagram}
\label{fig:orders}
\end{figure}
Expand Down

0 comments on commit 77e8a82

Please sign in to comment.