vault backup: 2023-10-03 08:17:00
This commit is contained in:
5448
.obsidian/plugins/dataview/main.js
vendored
5448
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/dataview/styles.css
vendored
2
.obsidian/plugins/dataview/styles.css
vendored
@@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-view-table > tbody > tr:hover {
|
.table-view-table > tbody > tr:hover {
|
||||||
background-color: var(--text-selection) !important;
|
background-color: var(--table-row-background-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view-table > thead > tr > th {
|
.table-view-table > thead > tr > th {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"userAdmonitions": {},
|
"userAdmonitions": {},
|
||||||
"syntaxHighlight": false,
|
"syntaxHighlight": false,
|
||||||
"copyButton": false,
|
"copyButton": false,
|
||||||
"version": "9.3.2",
|
"version": "10.1.1",
|
||||||
"autoCollapse": false,
|
"autoCollapse": false,
|
||||||
"defaultCollapseType": "open",
|
"defaultCollapseType": "open",
|
||||||
"injectColor": true,
|
"injectColor": true,
|
||||||
|
|||||||
46
.obsidian/plugins/obsidian-admonition/main.js
vendored
46
.obsidian/plugins/obsidian-admonition/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-admonition",
|
"id": "obsidian-admonition",
|
||||||
"name": "Admonition",
|
"name": "Admonition",
|
||||||
"version": "9.3.2",
|
"version": "10.1.1",
|
||||||
"minAppVersion": "1.1.0",
|
"minAppVersion": "1.1.0",
|
||||||
"description": "Enhanced callouts for Obsidian.md",
|
"description": "Enhanced callouts for Obsidian.md",
|
||||||
"author": "Jeremy Valentine",
|
"author": "Jeremy Valentine",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -14,11 +14,14 @@
|
|||||||
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
|
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
|
||||||
"useExcalidrawExtension": true,
|
"useExcalidrawExtension": true,
|
||||||
"displaySVGInPreview": true,
|
"displaySVGInPreview": true,
|
||||||
|
"previewImageType": "SVGIMG",
|
||||||
|
"allowImageCache": true,
|
||||||
"displayExportedImageIfAvailable": false,
|
"displayExportedImageIfAvailable": false,
|
||||||
"previewMatchObsidianTheme": false,
|
"previewMatchObsidianTheme": false,
|
||||||
"width": "400",
|
"width": "400",
|
||||||
"dynamicStyling": "colorful",
|
"dynamicStyling": "colorful",
|
||||||
"isLeftHanded": false,
|
"isLeftHanded": false,
|
||||||
|
"iframeMatchExcalidrawTheme": true,
|
||||||
"matchTheme": true,
|
"matchTheme": true,
|
||||||
"matchThemeAlways": true,
|
"matchThemeAlways": true,
|
||||||
"matchThemeTrigger": false,
|
"matchThemeTrigger": false,
|
||||||
@@ -220102,7 +220105,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultTrayMode": false,
|
"defaultTrayMode": false,
|
||||||
"previousRelease": "1.9.3",
|
"previousRelease": "1.9.20",
|
||||||
"showReleaseNotes": true,
|
"showReleaseNotes": true,
|
||||||
"showNewVersionNotification": true,
|
"showNewVersionNotification": true,
|
||||||
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
|
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-excalidraw-plugin",
|
"id": "obsidian-excalidraw-plugin",
|
||||||
"name": "Excalidraw",
|
"name": "Excalidraw",
|
||||||
"version": "1.9.3",
|
"version": "1.9.20",
|
||||||
"minAppVersion": "1.1.6",
|
"minAppVersion": "1.1.6",
|
||||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||||
"author": "Zsolt Viczian",
|
"author": "Zsolt Viczian",
|
||||||
|
|||||||
@@ -21,29 +21,33 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.excalidraw-embedded-img {
|
.excalidraw-embedded-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.excalidraw-svg-right-wrap {
|
.excalidraw-svg-right-wrap {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0px 0px 20px 20px;
|
margin: 0px 0px 20px 20px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.excalidraw-svg-left-wrap {
|
.excalidraw-svg-left-wrap {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px 35px 20px 0px;
|
margin: 0px 35px 20px 0px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.excalidraw-svg-right {
|
.excalidraw-svg-right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.excalidraw-svg-center {
|
.excalidraw-svg-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin: auto;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.excalidraw-svg-left {
|
.excalidraw-svg-left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -101,6 +105,10 @@ li[data-testid] {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excalidraw .popover {
|
||||||
|
position: fixed !important;
|
||||||
|
}
|
||||||
|
|
||||||
.disable-zen-mode--visible {
|
.disable-zen-mode--visible {
|
||||||
color: var(--text-primary-color);
|
color: var(--text-primary-color);
|
||||||
}
|
}
|
||||||
@@ -345,3 +353,74 @@ div.excalidraw-draginfo {
|
|||||||
.excalidraw [data-radix-popper-content-wrapper] {
|
.excalidraw [data-radix-popper-content-wrapper] {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excalidraw__embeddable-container .view-header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw__embeddable-container input {
|
||||||
|
background: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw .HelpDialog__key {
|
||||||
|
background-color: var(--color-gray-80) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw .embeddable-menu {
|
||||||
|
width: fit-content;
|
||||||
|
height: fit-content;
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
z-index: var(--zIndex-layerUI);
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw .welcome-screen-center__logo svg {
|
||||||
|
width: 5rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw-image-wrapper {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw-image-wrapper img {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content.excalidraw-scriptengine-install .search-bar-wrapper {
|
||||||
|
position: sticky;
|
||||||
|
top: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 5px;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
z-index: 10;
|
||||||
|
background: var(--background-secondary);
|
||||||
|
padding: 0.5em;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
float: right;
|
||||||
|
max-width: 28em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content.excalidraw-scriptengine-install .hit-count {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content.excalidraw-scriptengine-install .active-highlight {
|
||||||
|
border: 2px solid var(--color-accent-2);
|
||||||
|
background-color: var(--color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw-svg svg a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw .Modal {
|
||||||
|
background-color: initial;
|
||||||
|
border: initial;
|
||||||
|
max-width: initial;
|
||||||
|
max-height: initial;
|
||||||
|
width: initial;
|
||||||
|
height: initial;
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
"migrated": true,
|
"migrated": 3,
|
||||||
"iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons",
|
"iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons",
|
||||||
"fontSize": 16,
|
"fontSize": 16,
|
||||||
"iconColor": null,
|
"iconColor": null,
|
||||||
|
|||||||
914
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
914
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-icon-folder",
|
"id": "obsidian-icon-folder",
|
||||||
"name": "Icon Folder",
|
"name": "Iconize",
|
||||||
"version": "2.1.2",
|
"version": "2.3.1",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
|
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||||
"author": "Florian Woelki",
|
"author": "Florian Woelki",
|
||||||
"authorUrl": "https://florianwoelki.com/",
|
"authorUrl": "https://florianwoelki.com/",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: gray;
|
color: var(--text-muted);
|
||||||
padding: 16px 8px;
|
padding: 16px 8px;
|
||||||
line-break: auto;
|
line-break: auto;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|||||||
435
.obsidian/plugins/obsidian-linter/main.js
vendored
435
.obsidian/plugins/obsidian-linter/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-linter",
|
"id": "obsidian-linter",
|
||||||
"name": "Linter",
|
"name": "Linter",
|
||||||
"version": "1.16.0",
|
"version": "1.20.0",
|
||||||
"minAppVersion": "0.15.6",
|
"minAppVersion": "0.15.6",
|
||||||
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
|
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
|
||||||
"author": "Victor Tao",
|
"author": "Victor Tao",
|
||||||
|
|||||||
72
.obsidian/plugins/obsidian-linter/styles.css
vendored
72
.obsidian/plugins/obsidian-linter/styles.css
vendored
@@ -144,6 +144,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Full-width text areas
|
* Full-width text areas
|
||||||
|
* Based on https://github.com/nyable/obsidian-code-block-enhancer/blob/bb0c636c1e7609b6d26c48a8d7ca15d5cd9abdcf/src/styles/index.scss
|
||||||
*/
|
*/
|
||||||
textarea.full-width {
|
textarea.full-width {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -151,3 +152,74 @@ textarea.full-width {
|
|||||||
margin-top: 0.8em;
|
margin-top: 0.8em;
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.full-width-textbox-input-wrapper {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-copy-button {
|
||||||
|
position: absolute;
|
||||||
|
top: 0.8em;
|
||||||
|
right: 0.8em;
|
||||||
|
margin: 0 0 0 auto;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-copy-button svg.linter-clipboard path {
|
||||||
|
fill: var(--text-faint);
|
||||||
|
}
|
||||||
|
.settings-copy-button svg.linter-success path {
|
||||||
|
fill: var(--interactive-success);
|
||||||
|
}
|
||||||
|
.settings-copy-button:hover, .settings-copy-button:active {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.settings-copy-button:hover svg path, .settings-copy-button:active svg path {
|
||||||
|
fill: var(--text-accent-hover);
|
||||||
|
transition: all ease 0.3s;
|
||||||
|
}
|
||||||
|
.settings-copy-button:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Custom regex replacement
|
||||||
|
*/
|
||||||
|
.linter-custom-regex-replacement-container div:last-child{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.linter-custom-regex-replacement {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
border: none;
|
||||||
|
border-bottom: var(--hr-thickness) solid;
|
||||||
|
border-color: var(--hr-color);
|
||||||
|
}
|
||||||
|
.linter-custom-regex-replacement-row2 {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.linter-custom-regex-replacement-normal-input {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
.linter-custom-regex-replacement-flags {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
.linter-custom-regex-replacement-label {
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
}
|
||||||
|
.linter-custom-regex-replacement-label-input {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Setting item no border
|
||||||
|
*/
|
||||||
|
.linter-no-border {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Custom row
|
||||||
|
*/
|
||||||
|
.custom-row-description {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|||||||
39
.obsidian/plugins/obsidian-outliner/main.js
vendored
39
.obsidian/plugins/obsidian-outliner/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-outliner",
|
"id": "obsidian-outliner",
|
||||||
"name": "Outliner",
|
"name": "Outliner",
|
||||||
"version": "4.7.1",
|
"version": "4.8.0",
|
||||||
"minAppVersion": "1.1.16",
|
"minAppVersion": "1.1.16",
|
||||||
"description": "Work with your lists like in Workflowy or RoamResearch.",
|
"description": "Work with your lists like in Workflowy or RoamResearch.",
|
||||||
"author": "Viacheslav Slinko",
|
"author": "Viacheslav Slinko",
|
||||||
|
|||||||
2299
.obsidian/plugins/obsidian-plantuml/main.js
vendored
2299
.obsidian/plugins/obsidian-plantuml/main.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-plantuml",
|
"id": "obsidian-plantuml",
|
||||||
"name": "PlantUML",
|
"name": "PlantUML",
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "1.3.0",
|
||||||
"description": "Render PlantUML Diagrams",
|
"description": "Render PlantUML Diagrams",
|
||||||
"author": "Johannes Theiner",
|
"author": "Johannes Theiner",
|
||||||
"authorUrl": "https://github.com/joethei/",
|
"authorUrl": "https://github.com/joethei/",
|
||||||
|
|||||||
4118
.obsidian/plugins/obsidian-style-settings/main.js
vendored
4118
.obsidian/plugins/obsidian-style-settings/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-style-settings",
|
"id": "obsidian-style-settings",
|
||||||
"name": "Style Settings",
|
"name": "Style Settings",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"minAppVersion": "0.11.5",
|
"minAppVersion": "0.11.5",
|
||||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||||
"author": "mgmeyers",
|
"author": "mgmeyers",
|
||||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|||||||
18
.obsidian/plugins/quick-latex/main.js
vendored
18
.obsidian/plugins/quick-latex/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/quick-latex/manifest.json
vendored
2
.obsidian/plugins/quick-latex/manifest.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "quick-latex",
|
"id": "quick-latex",
|
||||||
"name": "Quick Latex for Obsidian",
|
"name": "Quick Latex for Obsidian",
|
||||||
"version": "2.6.2",
|
"version": "2.6.3",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc",
|
"description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc",
|
||||||
"author": "joeyuping",
|
"author": "joeyuping",
|
||||||
|
|||||||
8
.obsidian/workspace.json
vendored
8
.obsidian/workspace.json
vendored
@@ -236,12 +236,14 @@
|
|||||||
"3d-graph:3D Graph": false,
|
"3d-graph:3D Graph": false,
|
||||||
"juggl:Juggl global graph": false,
|
"juggl:Juggl global graph": false,
|
||||||
"random-note:Open random note": false,
|
"random-note:Open random note": false,
|
||||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
"breadcrumbs:Breadcrumbs Visualisation": false,
|
||||||
"breadcrumbs:Breadcrumbs Visualisation": false
|
"obsidian-excalidraw-plugin:Create new drawing": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "11755906ffae0147",
|
"active": "11755906ffae0147",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"AMiAL/ICT/Ćwiczenia/1 SEM/20221014121234.md",
|
||||||
|
"AMiAL/CS/Ćwiczenia/1 SEM/0..md",
|
||||||
"AMiAL/CS/CS.md",
|
"AMiAL/CS/CS.md",
|
||||||
"AMiAL/CS/Ćwiczenia/Untitled.md",
|
"AMiAL/CS/Ćwiczenia/Untitled.md",
|
||||||
"AMiAL/AMiAL.md",
|
"AMiAL/AMiAL.md",
|
||||||
@@ -252,7 +254,6 @@
|
|||||||
"AMiAL/ICT/Ćwiczenia/Zadania/Różniczki/Zadanie 1.md",
|
"AMiAL/ICT/Ćwiczenia/Zadania/Różniczki/Zadanie 1.md",
|
||||||
"AMiAL/ICT/Ćwiczenia/Zadania/Całki_Zast/Zadanie 2.md",
|
"AMiAL/ICT/Ćwiczenia/Zadania/Całki_Zast/Zadanie 2.md",
|
||||||
"AMiAL/ICT/Ćwiczenia/Zadania/Całki/Zadanie 5.md",
|
"AMiAL/ICT/Ćwiczenia/Zadania/Całki/Zadanie 5.md",
|
||||||
"AMiAL/CS/Ćwiczenia/1 SEM/0..md",
|
|
||||||
"PI/Ćwiczenia/3. Projektowanie rozkazów.md",
|
"PI/Ćwiczenia/3. Projektowanie rozkazów.md",
|
||||||
"PI/Ćwiczenia/20221010123607.md",
|
"PI/Ćwiczenia/20221010123607.md",
|
||||||
"PI/Ćwiczenia/Ćwiczenia.md",
|
"PI/Ćwiczenia/Ćwiczenia.md",
|
||||||
@@ -268,7 +269,6 @@
|
|||||||
"AMiAL/CS/Ćwiczenia/1 SEM",
|
"AMiAL/CS/Ćwiczenia/1 SEM",
|
||||||
"AMiAL/ICT/Wykłady/1 SEM/20221014083923.md",
|
"AMiAL/ICT/Wykłady/1 SEM/20221014083923.md",
|
||||||
"AMiAL/ICT/Wykłady/Wykłady.md",
|
"AMiAL/ICT/Wykłady/Wykłady.md",
|
||||||
"AMiAL/Ściągi.md",
|
|
||||||
"AMiAL/CS/Ćwiczenia",
|
"AMiAL/CS/Ćwiczenia",
|
||||||
"AMiAL/CS",
|
"AMiAL/CS",
|
||||||
"AMiAL/ICT",
|
"AMiAL/ICT",
|
||||||
|
|||||||
@@ -7,7 +7,5 @@ Date:
|
|||||||
## 1
|
## 1
|
||||||
|
|
||||||
$$\begin{gathered}
|
$$\begin{gathered}
|
||||||
\begin{bmatrix}
|
\Upsigma
|
||||||
a & b \\ c & d
|
|
||||||
\end{bmatrix}
|
|
||||||
\end{gathered}$$
|
\end{gathered}$$
|
||||||
Reference in New Issue
Block a user