From 5f357163cfb072db567a750796763cce0d6949e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:43:45 +0000 Subject: [PATCH] Apply automated updates --- CMakeLists.txt | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c4c280..4261f2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(CheatsheetTemplate NONE) +project(Statistical-Signal-Processing NONE) include(UseLATEX) add_custom_target( @@ -17,7 +17,7 @@ set(IMAGE_DIRS ) add_latex_document( - CheatsheetTemplate.tex + Statistical-Signal-Processing.tex FORCE_PDF IMAGE_DIRS ${IMAGE_DIRS} DEPENDS writegitid diff --git a/README.md b/README.md index 7649997..d96960d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# LaTeX4EI Cheatsheet Template +# Statistical-Signal-Processing -[![Actions Status](https://github.com/latex4ei/CheatsheetTemplate/workflows/CI/badge.svg)](https://github.com/latex4ei/CheatsheetTemplate) +[![Actions Status](https://github.com/latex4ei/Statistical-Signal-Processing/workflows/CI/badge.svg)](https://github.com/latex4ei/Statistical-Signal-Processing) [![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.