Skip to content

Commit 91e43c5

Browse files
authored
Merge pull request #153 from GruppOne/correzione-e-ristrutturazione-ndp
Correzione e ristrutturazione Norme di Progetto
2 parents 996cfe3 + 022acaf commit 91e43c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2115
-1336
lines changed

.chktexrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ UserWarn
234234
Â
235235
â
236236
Å
237+
å
237238
]
238239

239240

.vscode/settings.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
// "[latex]": {
3-
// "editor.formatOnSave": true,
4-
// },
2+
"[latex]": {
3+
"editor.formatOnSave": false,
4+
"editor.formatOnPaste": false,
5+
"editor.formatOnType": false
6+
},
57
"files.eol": "\n",
8+
"files.encoding": "utf8",
69
"files.insertFinalNewline": true,
710
"files.trimTrailingWhitespace": true,
811
"editor.detectIndentation": false,
912
"editor.insertSpaces": true,
1013
"editor.tabSize": 2,
11-
"git.autofetch": false,
14+
"git.autofetch": true,
1215
"git.autorefresh": true,
1316
"git.fetchOnPull": false,
1417
"git.rebaseWhenSync": true,
1518
"git.useForcePushWithLease": true,
16-
// questi due setting sono per chi utilizza direttamente vs code per scrivere i commit
1719
"git.inputValidationSubjectLength": 72,
1820
"git.inputValidationLength": 100,
1921
"git-graph.dialog.rebase.launchInteractiveRebase": false,
@@ -27,10 +29,7 @@
2729
"--synctex=1",
2830
"--interaction=nonstopmode",
2931
"--c-style-errors",
30-
// XXX N.B.: --shell-escape costituisce un rischio alla sicurezza perché consente a LaTeX di eseguire snippet di codice potenzialmente dannoso. Per noi la flag è necessaria per poter compilare correttamente i diagrammi plantuml
3132
"--shell-escape",
32-
// XXX opzione rimossa perché entra in conflitto con il package plantuml
33-
// "--output-directory=%OUTDIR%",
3433
"%DOC%"
3534
],
3635
"env": {}
@@ -46,7 +45,7 @@
4645
}
4746
],
4847
"latex-workshop.chktex.enabled": true,
49-
"latex-workshop.chktex.run": "onSave",
48+
"latex-workshop.chktex.run": "onType",
5049
"latex-workshop.intellisense.package.enabled": true,
5150
"latex-workshop.latex.clean.subfolder.enabled": true,
5251
"latex-workshop.latexindent.args": [
@@ -55,6 +54,13 @@
5554
"%TMPFILE%",
5655
"-y=defaultIndent: ' '"
5756
],
57+
"latex-workshop.view.outline.sections": [
58+
"section",
59+
"subsection",
60+
"subsubsection",
61+
"paragraph",
62+
"subparagraph"
63+
],
5864
"spellright.documentTypes": [
5965
"diagram",
6066
"latex",

.vscode/snippets.code-snippets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// "description": "Log output to console"
1717
// }
1818
"chapter": {
19+
"scope": "latex",
1920
"prefix": "chapter",
2021
"body": [
2122
"\\chapter{${1:chapter}}%",
@@ -25,6 +26,7 @@
2526
]
2627
},
2728
"section": {
29+
"scope": "latex",
2830
"prefix": "section",
2931
"body": [
3032
"\\section{${1:section}}%",
@@ -34,6 +36,7 @@
3436
]
3537
},
3638
"subsection": {
39+
"scope": "latex",
3740
"prefix": "subsection",
3841
"body": [
3942
"\\subsection{${1:subsection}}%",
@@ -43,6 +46,7 @@
4346
]
4447
},
4548
"subsubsection": {
49+
"scope": "latex",
4650
"prefix": "subsubsection",
4751
"body": [
4852
"\\subsubsection{${1:subsubsection}}%",
@@ -52,6 +56,7 @@
5256
]
5357
},
5458
"paragraph": {
59+
"scope": "latex",
5560
"prefix": "paragraph",
5661
"body": [
5762
"\\paragraph{${1:paragraph}}%",
@@ -61,6 +66,7 @@
6166
]
6267
},
6368
"subparagraph": {
69+
"scope": "latex",
6470
"prefix": "subparagraph",
6571
"body": [
6672
"\\subparagraph{${1:subparagraph}}%",

.vscode/tasks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@
88
"args": [
99
"-jar",
1010
"${env:PLANTUML_JAR}",
11+
"-progress",
12+
"-failfast",
1113
"-checkmetadata",
1214
"-charset",
1315
"UTF-8",
1416
"-x",
1517
"**/commons/style/*.pu",
1618
"-o",
1719
"img",
18-
"**/**.pu",
20+
// compila solo file contenuti in cartelle "diagrams"
21+
"**/diagrams/*.pu"
1922
],
2023
"presentation": {
2124
"echo": true,

commons/style/class-diagrams.pu

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@startuml stylesheet
2+
3+
hide circle
4+
hide empty members
5+
6+
skinparam {
7+
classAttributeIconSize 0
8+
' non funziona ma sarebbe bello se funzionasse
9+
' groupInheritance 2
10+
' figo, ma rende invisibili i label sulle relationship
11+
' linetype ortho
12+
linetype polyline
13+
monochrome true
14+
shadowing false
15+
defaultFontName Consolas
16+
DefaultTextAlignment center
17+
noteFontName Arial
18+
}
19+
20+
@enduml

commons/template.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\setVersione{0.1.4}
1+
\setVersione{0.1.5}
22

33
\thispagestyle{empty}
44
\pagenumbering{gobble}
2.56 KB
Loading
2.41 KB
Loading
16 KB
Loading
8.53 KB
Loading

0 commit comments

Comments
 (0)