Skip to content

Commit

Permalink
Update README and LaTeX build configuration with correct repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusptrs committed Mar 25, 2024
1 parent 96bb6bd commit b7eb28b
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(Computertechnik NONE)
include(UseLATEX)

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

add_latex_document(
CheatsheetTemplate.tex
Computertechnik.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
# Computertechnik

[![Actions Status](https://github.com/latex4ei/CheatsheetTemplate/workflows/CI/badge.svg)](https://github.com/latex4ei/CheatsheetTemplate)
[![Actions Status](https://github.com/dariusptrs/Computertechnik/workflows/CI/badge.svg)](https://github.com/dariusptrs/Computertechnik)
[![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 b7eb28b

Please sign in to comment.