Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Repository
A fancy LaTeX template.
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
elegantex
Motivation
This LaTeX template was initially created for my diploma thesis at HTL Spengergasse. Due to the good feedback from my teachers and other colleagues, I decided to make it publicly available.
Setup
Git Setup
If you use LaTeX inside of a Git repository, it is recommended to add this repository as a Git submodule:
bash
git submodule add https://github.com/lukasl-dev/elegantex
Manual Setup
You can use it manually by creating a elegantex directory and move the elegantex.cls file into it:
```bash
tree . ├── elegantex │ └── elegantex.cls └── main.tex
2 directories, 2 files ```
You probably want to go for the manual approach when you want to customise the template.
Usage
This template can be used as document class inside of your .tex file:
tex
\documentclass{elegantex/elegantex}
After declaring the document class, you can define the following parameters:
tex
\title{EleganTeX} % required
\subtitle{Template} % optional
\author{Lukas Leeb} % optional
\slogan{A LaTeX class for elegant articles} % optional
\logo{logo_transparent.png} % optional
Title Page
The regular \maketitle LaTeX command is overriden by the template. You can use it inside of your document body:
```tex \begin{document} \maketitle
\section{History}
A brief history of time...
\end{document} ```
Full Example
```tex \documentclass{elegantex/elegantex}
\title{EleganTeX} % required \subtitle{Template} % optional \author{Lukas Leeb} % optional \slogan{A LaTeX class for elegant articles} % optional \logo{logo_transparent.png} % optional
\begin{document} \maketitle
\tableofcontents
\newpage
\section{Introduction}
Some introduction text...
\end{document} ```
Owner
- Name: Lukas Leeb
- Login: lukasl-dev
- Kind: user
- Location: Austria
- Company: HTL Spengergasse
- Repositories: 9
- Profile: https://github.com/lukasl-dev
Student
Citation (CITATION.cff)
cff-version: 1.2.0
title: 'EleganTeX: A LaTeX class for elegant articles'
type: software
authors:
- family-names: Leeb
given-names: Lukas
repository-code: 'https://github.com/lukasl-dev/elegantex'
date-released: 2023-12-07
abstract: >-
A LaTeX class for elegant articles.
license: MIT
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lukas Leeb | g****t@l****v | 14 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0