mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-20 13:27:22 +02:00
Compare commits
No commits in common. "f54d758771ae668add14e0cfdad97625c457da3c" and "2f21e58f2a497a9d89b3198f0d9634f8617fd310" have entirely different histories.
f54d758771
...
2f21e58f2a
@ -20,6 +20,3 @@ indent_style = tab
|
|||||||
indent_size = tab
|
indent_size = tab
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
max_line_length = off
|
max_line_length = off
|
||||||
|
|
||||||
[*.tex]
|
|
||||||
max_line_length = unset
|
|
||||||
|
@ -7,10 +7,6 @@ ci:
|
|||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
skip: [latexmk, exiftool]
|
skip: [latexmk, exiftool]
|
||||||
|
|
||||||
# Fedora 39 Beta's 3.12 is not supported by hooks yet
|
|
||||||
default_language_version:
|
|
||||||
python: python3.11
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
@ -38,7 +34,7 @@ repos:
|
|||||||
args: [--update-only, --notitle]
|
args: [--update-only, --notitle]
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.27.0
|
rev: 0.26.3
|
||||||
hooks:
|
hooks:
|
||||||
#- id: check-dependabot
|
#- id: check-dependabot
|
||||||
#- id: check-github-actions
|
#- id: check-github-actions
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
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,9 +13,6 @@
|
|||||||
\usepackage[english,finnish,esperanto]{babel}
|
\usepackage[english,finnish,esperanto]{babel}
|
||||||
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
|
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
|
||||||
\usepackage{noto-serif}
|
\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
|
% texlive-cmap makes pdflatex copy-pasteable
|
||||||
\usepackage{cmap}
|
\usepackage{cmap}
|
||||||
% This package is great and I want to be reminded of it whenever I use \LaTeX
|
% This package is great and I want to be reminded of it whenever I use \LaTeX
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b1f2e8a40b6c251a63c877ff103ef8459e3d318c
|
Subproject commit 9a79bacf20dc50a714cab767ad7900a5d9b2b750
|
@ -1 +1 @@
|
|||||||
Subproject commit 0d4c607d467a9b74b39a0c3ed7492ec919f8ca4b
|
Subproject commit 20cf655651681aaf0b58ad67b243fff60d00772d
|
@ -1 +1 @@
|
|||||||
Subproject commit 27fc7c6fbf06f0d32e5833736863d3455d1b8b8d
|
Subproject commit a64eafc6c24bc4442d4171bfddb5ad326809ecf9
|
@ -1 +1 @@
|
|||||||
Subproject commit 6a8effcca3ad4414b5d4d7511f3dd8f279324279
|
Subproject commit caa29468d232af47fceffb89bf67d79ddc8ca9a9
|
@ -1 +1 @@
|
|||||||
Subproject commit f20e23df420cfa5aaa9374346579c3aded48d089
|
Subproject commit 24eb3890c22be79571c9f2a3695f444678e213e4
|
Loading…
x
Reference in New Issue
Block a user