Skip to content

Commit 0138b7a

Browse files
Apply automated updates (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1311dea commit 0138b7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22

3-
project(CheatsheetTemplate NONE)
3+
project(Analysis-2 NONE)
44
include(UseLATEX)
55

66
add_custom_target(
@@ -17,7 +17,7 @@ set(IMAGE_DIRS
1717
)
1818

1919
add_latex_document(
20-
CheatsheetTemplate.tex
20+
Analysis-2.tex
2121
FORCE_PDF
2222
IMAGE_DIRS ${IMAGE_DIRS}
2323
DEPENDS writegitid

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# LaTeX4EI Cheatsheet Template
1+
# Analysis-2
22

3-
[![Actions Status](https://github.com/latex4ei/CheatsheetTemplate/workflows/CI/badge.svg)](https://github.com/latex4ei/CheatsheetTemplate)
3+
[![Actions Status](https://github.com/latex4ei/Analysis-2/workflows/CI/badge.svg)](https://github.com/latex4ei/Analysis-2)
44
[![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)
55

66
Write beautiful latex cheat sheets with minimal effort.

0 commit comments

Comments
 (0)