Skip to content

Commit

Permalink
Apply automated updates (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent 1ea9d76 commit 337afc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)

project(CheatsheetTemplate NONE)
project(Analysis-3 NONE)
include(UseLATEX)

add_custom_target(
Expand All @@ -17,7 +17,7 @@ set(IMAGE_DIRS
)

add_latex_document(
CheatsheetTemplate.tex
Analysis-3.tex
FORCE_PDF
IMAGE_DIRS ${IMAGE_DIRS}
DEPENDS writegitid
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LaTeX4EI Cheatsheet Template
# Analysis-3

[![Actions Status](https://github.com/latex4ei/CheatsheetTemplate/workflows/CI/badge.svg)](https://github.com/latex4ei/CheatsheetTemplate)
[![Actions Status](https://github.com/latex4ei/Analysis-3/workflows/CI/badge.svg)](https://github.com/latex4ei/Analysis-3)
[![Join the chat at https://gitter.im/LaTeX4Ei/Lobby](https://badges.gitter.im/LaTeX4Ei/Lobby.svg)](https://gitter.im/LaTeX4Ei/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Write beautiful latex cheat sheets with minimal effort.
Expand Down

0 comments on commit 337afc6

Please sign in to comment.