All Projects → Hammie217 → LatexJekyll

Hammie217 / LatexJekyll

Licence: other
A latex document style website

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to LatexJekyll

Alfred
A friendly Toolkit for Beginner CTF players
Stars: ✭ 39 (-51.25%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
❗❗ Make your first PR now, accepting and merging PRs continuously. ⭐HACKTOBER ACCEPTED 2021 ✨✨Happy Hacking 💖💖
Stars: ✭ 11 (-86.25%)
Mutual labels:  hacktoberfest2021
macropower-analytics-panel
It's like Google Analytics, but for Grafana dashboards!
Stars: ✭ 16 (-80%)
Mutual labels:  hacktoberfest2021
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (-75%)
Mutual labels:  hacktoberfest2021
jbehave-junit-runner
Integrate JBehave better with JUnit. Reports all Stories, Scenarios and Steps as JUnit Suites and Test Cases.
Stars: ✭ 70 (-12.5%)
Mutual labels:  hacktoberfest2021
VSCode-Bedrock-Development-Extension
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
Stars: ✭ 45 (-43.75%)
Mutual labels:  hacktoberfest2021
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (-65%)
Mutual labels:  hacktoberfest2021
College-Notes
Contribute your handwritten PDF notes and help other students ✌ #DecodersCommunity 🖤
Stars: ✭ 30 (-62.5%)
Mutual labels:  hacktoberfest2021
typiform
⚛️ A serverless React powered online form builder that works like a doc.
Stars: ✭ 16 (-80%)
Mutual labels:  hacktoberfest2021
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (-43.75%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021
This is for Hacktoberfest 2021
Stars: ✭ 16 (-80%)
Mutual labels:  hacktoberfest2021
Androapps
Important Android projects to learn fundamentals of android development
Stars: ✭ 48 (-40%)
Mutual labels:  hacktoberfest2021
HacktoSearch
Helping you find the best contributions you can make in Hacktoberfest 2021!
Stars: ✭ 17 (-78.75%)
Mutual labels:  hacktoberfest2021
keycloak-admin-client
PHP Client to connect to Keycloak admin rest apis
Stars: ✭ 57 (-28.75%)
Mutual labels:  hacktoberfest2021
cryostat-operator
An OpenShift Operator to facilitate setup and management of Cryostast and expose the Cryostat API through Kubernetes Custom Resources.
Stars: ✭ 25 (-68.75%)
Mutual labels:  hacktoberfest2021
rchore
An feature packed Google Tasks CLI written purely in Rust
Stars: ✭ 36 (-55%)
Mutual labels:  hacktoberfest2021
rePocketable
Tool to fetch articles from (getPocket|the web) and turn them into epub
Stars: ✭ 49 (-38.75%)
Mutual labels:  hacktoberfest2021
opensource
Site de Open Source da CodeMiner42
Stars: ✭ 25 (-68.75%)
Mutual labels:  hacktoberfest2021
HacktoberFest2021
No description or website provided.
Stars: ✭ 33 (-58.75%)
Mutual labels:  hacktoberfest2021
open-climate-investing
Application and data for analyzing and structuring portfolios for climate investing.
Stars: ✭ 20 (-75%)
Mutual labels:  hacktoberfest2021

Latex Jekyll

Alt text

Try it out

Try it here

Getting started from scratch

  1. Clone
    git clone https://github.com/Hammie217/LatexJekyll.git
  2. Change directory
    cd LatexJekyll
  3. Updating bundle to resolve dependecy errors bundle update

Before running bundle update command make sure your system meets the Jekyll Installation Requirements.

  1. Start Jekyll Server
    jekyll serve
  2. Connect to localhost

What is there?

Title settings

  • title - Set the main page title
  • author - Set the authors name on the title page. Removed if none defined.
  • date - Set the front page date. Removed if none defined.
  • abstract - Set the text for the abstract. Removed if none defined.

Sections

  • Section - Sets font styling of section. Requires manual numbering. <p class="Section">1 &ensp; Introduction</p>
  • Sub Section - Sets font styling of subsection. Requires manual numbering. <p class="SubSection">1.2 &ensp; Text Styles</p>

Body settings

  • BodyText - Sets paragraph settings for single column. <p class="BodyText">
  • BodyText2Col - Sets paragraph settings for double colum. <p class="BodyText2Col">
  • BodyText3Col - Sets paragraph settings for triple column. <p class="BodyText3Col">
  • Justified - Justifies text to take 100% of the width. <p class="Justified">

Font sizes

  • tiny
  • scriptsize
  • footnotesize
  • small
  • normalsize
  • large
  • Large
  • LARGE
  • huge
  • HUGE

Maths

Maths is delivered using mathJax. An inline latex equation can be done with "\( ... \)" or on a new line using "\[ ... \]".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].