mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-20 05:17:22 +02:00
Compare commits
5 Commits
2f21e58f2a
...
f54d758771
Author | SHA1 | Date | |
---|---|---|---|
f54d758771 | |||
9bf39078ad | |||
32ae77cff0 | |||
7cd49c77f2 | |||
037489e8d4 |
@ -20,3 +20,6 @@ indent_style = tab
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = false
|
||||
max_line_length = off
|
||||
|
||||
[*.tex]
|
||||
max_line_length = unset
|
||||
|
@ -7,6 +7,10 @@ ci:
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [latexmk, exiftool]
|
||||
|
||||
# Fedora 39 Beta's 3.12 is not supported by hooks yet
|
||||
default_language_version:
|
||||
python: python3.11
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
@ -34,7 +38,7 @@ repos:
|
||||
args: [--update-only, --notitle]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.26.3
|
||||
rev: 0.27.0
|
||||
hooks:
|
||||
#- id: check-dependabot
|
||||
#- id: check-github-actions
|
||||
|
10
LaTeX/.editorconfig
Normal file
10
LaTeX/.editorconfig
Normal file
@ -0,0 +1,10 @@
|
||||
root = true
|
||||
|
||||
# This directory should only contain LaTeX files so no need to include line length limit. Remember the rule, one sentence per line.
|
||||
[*]
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
max_line_length = unset
|
@ -13,6 +13,9 @@
|
||||
\usepackage[english,finnish,esperanto]{babel}
|
||||
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
|
||||
\usepackage{noto-serif}
|
||||
% Alternatively OpenDyslexic or changeable to other fonts. NOTE for Kile: check the "Koosta" (Compile)? menu and select XeLaTeX in the top submenu
|
||||
%\usepackage{fontspec}
|
||||
%\setmainfont{OpenDyslexic}
|
||||
% texlive-cmap makes pdflatex copy-pasteable
|
||||
\usepackage{cmap}
|
||||
% This package is great and I want to be reminded of it whenever I use \LaTeX
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9a79bacf20dc50a714cab767ad7900a5d9b2b750
|
||||
Subproject commit b1f2e8a40b6c251a63c877ff103ef8459e3d318c
|
@ -1 +1 @@
|
||||
Subproject commit 20cf655651681aaf0b58ad67b243fff60d00772d
|
||||
Subproject commit 0d4c607d467a9b74b39a0c3ed7492ec919f8ca4b
|
@ -1 +1 @@
|
||||
Subproject commit a64eafc6c24bc4442d4171bfddb5ad326809ecf9
|
||||
Subproject commit 27fc7c6fbf06f0d32e5833736863d3455d1b8b8d
|
@ -1 +1 @@
|
||||
Subproject commit caa29468d232af47fceffb89bf67d79ddc8ca9a9
|
||||
Subproject commit 6a8effcca3ad4414b5d4d7511f3dd8f279324279
|
@ -1 +1 @@
|
||||
Subproject commit 24eb3890c22be79571c9f2a3695f444678e213e4
|
||||
Subproject commit f20e23df420cfa5aaa9374346579c3aded48d089
|
Loading…
x
Reference in New Issue
Block a user