Skip to content

Commit

Permalink
Des corrections variées.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 27, 2024
1 parent 488a0e3 commit f6bd3fd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 78 deletions.
2 changes: 1 addition & 1 deletion content/latex/templates/tikzpicture.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\usetikzlibrary{3d}

\tikzset{
every picture/.append style={scale=2.25, every node/.style={scale=2.25}}
every picture/.append style={scale=2, every node/.style={scale=2}}
}

{graphicsPath}
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default defineNuxtConfig({
],
skipInspections: [
'link-text',
'no-uppercase-chars',
],
},

Expand Down
90 changes: 14 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"that-latex-lib": "^2.0.1",
"vite-plugin-stylelint": "^5.3.1"
"vite-plugin-stylelint": "^6.0.0"
}
}

0 comments on commit f6bd3fd

Please sign in to comment.