An open API service indexing awesome lists of open source software.

https://github.com/anonto050/cse-300-technical_writing-presentation

This repository contains some latex templates, assignments and the final latex presentation of the course CSE-300
https://github.com/anonto050/cse-300-technical_writing-presentation

beamer latex-presentation latex-template overleaf technical-writing tikz

Last synced: 11 days ago
JSON representation

This repository contains some latex templates, assignments and the final latex presentation of the course CSE-300

Awesome Lists containing this project

README

          

# CSE 300: Technical Writing and Presentation

Welcome to the repository for CSE 300: Technical Writing and Presentation. This repository contains LaTeX templates, assignments, and the final LaTeX presentation for the course.

## Getting Started

### Prerequisites
Ensure you have the following installed on your local machine:
- LaTeX distribution (e.g., TeX Live, MiKTeX)
- An editor that supports LaTeX (e.g., Overleaf, VS Code with LaTeX Workshop)

### How to Use

1. **Clone the Repository**:
```sh
git clone https://github.com/Anonto050/CSE-300-Technical_Writing-Presentation.git
```
2. **Navigate to the Desired Directory**:
```sh
cd CSE-300-Technical_Writing-Presentation
```
3. **Compile LaTeX Files**:
- Use a LaTeX editor or compile from the command line:
```sh
pdflatex main.tex
```

## Repository Structure

### LaTeX Templates
- **Description**: Contains various LaTeX templates for assignments and presentations.
- **Files**:
- [Basics templates for online/lab 01](/Basics)
- [Templates from Overleaf](/Template%20from%20Overleaf)
- [TIKZ](/TIKZ_TEMPlATE)
- [Beamer practice](/Beamer%20practice)

### Assignments
- **Description**: Contains the assignments for the course.
- **Files**:
- **Assignment 1**
- [Problem Statement](/Bonus%20assignments/Offline_1.pdf)
- [Solution](/Bonus%20assignments/Offline_1)
- **Assignment 2**
- [Problem Statement](/Bonus%20assignments/offline2.pdf)
- [Solution](/Bonus%20assignments/offline2)

### Final Presentation
- **Description**: Contains the final LaTeX presentation for the course.
- **Files**:
- [Presentation Directory](Presentation/)
- `main.tex`: The main file for the final presentation.

## Usage Details

### Assignments
Each assignment folder contains:
- Source files in LaTeX format.
- Any additional resources required for the assignment.

### Final Presentation
The `Presentation` folder contains the LaTeX files for the final course presentation. Compile `main.tex` to generate the presentation PDF.

## Additional Information
For further details and instructions, refer to the individual assignment folders and LaTeX templates. If you have any questions or need assistance, feel free to reach out.

## Authors
- [Anonto050](https://github.com/Anonto050)

---

Happy writing and presenting!