Skip to content

Commit

Permalink
chore: rename files to match lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Mar 5, 2022
1 parent 2a0bb05 commit efc5a6f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- master
env:
LATEX_ROOT: ise-lab-template
LATEX_ROOT: ise-lab-knowledge-representation
jobs:
compile:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ise-lab-template.pdf
ise-lab-knowledge-representation.pdf

## Core latex/pdflatex auxiliary files:
*.aux
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions ise-lab-template.tex → ise-lab-knowledge-representation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
%\documentclass[handout]{beamer}\mode<handout>{\usetheme{AMSBolognaFC}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{ise-lab-common}
\usepackage{ise-lab-template}
\usepackage{ise-lab-knowledge-representation}
% version
\newcommand{\versionmajor}{0}
\newcommand{\versionminor}{1}
\newcommand{\versionpatch}{1}
\newcommand{\versionpatch}{2}
\newcommand{\version}{\versionmajor.\versionminor.\versionpatch}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title[\currentLab{} -- Short Title]{
Expand Down Expand Up @@ -383,7 +383,7 @@ \section*{\refname}
\scriptsize
% \footnotesize
\bibliographystyle{apalike-AMS}
\bibliography{ise-lab-template}
\bibliography{ise-lab-knowledge-representation}
\end{frame}
%/////////

Expand Down
18 changes: 0 additions & 18 deletions rename-template.sh

This file was deleted.

0 comments on commit efc5a6f

Please sign in to comment.