Skip to content
Snippets Groups Projects
Commit 0c372ecb authored by Jan Wille's avatar Jan Wille
Browse files

add files for vscode latex workshop autocompletion

parent ef45a260
No related tags found
1 merge request!11autocompletion for VSCode
......@@ -169,6 +169,15 @@ always on the left side for `oneside` documents and alternating for `twoside` do
> **Note** the textarea is not reduced, only moved. So a very large value for `BCOR` will
> move the content off the page.
### Why doens't VScode automcompletion work?
For the [LaTeX Workshop](https://github.com/James-Yu/LaTeX-Workshop) extention to know about
the commands and packages provided by the HsH-classes, it needs a spectial file.
This file is not part of the extention itself but provided by this repo. You need to tell
your VScode about this by adding the folder containing the file to the
`latex-workshop.intellisense.package.dirs` list.
### Italic vs. upright Index? (changing subscript)
The classes by default set all sub scripts upright ("steil" in German), because this is
......
{
"includes": {
"scrbase": [],
"class-scrreprt": [],
"setspace": [],
"babel": [],
"csquotes": [],
"hyperref": [],
"todonotes": [],
"caption": [],
"graphicx": [],
"amsmath": [],
"amssymb": [],
"amsfonts": [],
"xcolor": [
"svgnames"
],
"scrlayer-scrpage": []
},
"macros": {
"matrikelnr{}": {
"snippet": "matrikelnr{${1:your matrikel number}}"
},
"professor{}": {
"snippet": "professor{${1:your professors name}}"
},
"keywords{}": {
"snippet": "keywords{${1},${2}}"
},
"frontmatter": {
"snippet": "frontmatter"
},
"mainmatter": {
"snippet": "mainmatter"
},
"backmatter": {
"snippet": "backmatter"
},
"title[]{}": {
"snippet": "title[${2:short title}]{${1:title}}"
},
"maketitle[]": {
"snippet": "maketitle"
}
},
"envs": {},
"options": [
"fontfamily=",
"sans",
"roman",
"language=",
"english",
"german",
"faculty=",
"f1",
"f2",
"f3",
"f4",
"f5",
"todos=",
"linespacing=",
"singlespacing",
"onehalfspacing",
"doublespacing",
"parskip=",
"headheight=",
"abstract=",
"toc=",
"fontsize=",
"paper=",
"a4paper",
"a5paper",
"twoside",
"BCOR="
],
"keyvals": []
}
{
"includes": {
"scrbase": [],
"class-scrreprt": [],
"setspace": [],
"babel": [],
"csquotes": [],
"hyperref": [],
"todonotes": [],
"caption": [],
"graphicx": [],
"amsmath": [],
"amssymb": [],
"amsfonts": [],
"xcolor": [
"svgnames"
],
"scrlayer-scrpage": []
},
"macros": {
"matrikelnr{}": {
"snippet": "matrikelnr{${1:your matrikel number}}"
},
"professor{}": {
"snippet": "professor{${1:your professors name}}"
},
"keywords{}": {
"snippet": "keywords{${1}}"
},
"frontmatter": {
"snippet": "frontmatter"
},
"mainmatter": {
"snippet": "mainmatter"
},
"backmatter": {
"snippet": "backmatter"
},
"title[]{}": {
"snippet": "title[${2:short title}]{${1:title}}"
},
"maketitle[]": {
"snippet": "maketitle"
}
},
"envs": {},
"options": [
"fontfamily=",
"sans",
"roman",
"language=",
"english",
"german",
"faculty=",
"f1",
"f2",
"f3",
"f4",
"f5",
"todos=",
"linespacing=",
"singlespacing",
"onehalfspacing",
"doublespacing",
"parskip=",
"headheight=",
"abstract=",
"toc=",
"fontsize=",
"paper=",
"a4paper",
"a5paper",
"twoside",
"BCOR="
],
"keyvals": []
}
{
"includes": {
"scrbase": [],
"class-standalone": [],
"setspace": [],
"babel": [],
"csquotes": [],
"hyperref": [],
"todonotes": [],
"caption": [],
"graphicx": [],
"amsmath": [],
"amssymb": [],
"amsfonts": [],
"xcolor": [
"svgnames"
]
},
"macros": {
"matrikelnr{}": {
"snippet": "matrikelnr{${1:your matrikel number}}"
},
"professor{}": {
"snippet": "professor{${1:your professors name}}"
},
"keywords{}": {
"snippet": "keywords{${1}}"
},
"frontmatter": {
"snippet": "frontmatter"
},
"mainmatter": {
"snippet": "mainmatter"
},
"backmatter": {
"snippet": "backmatter"
},
"title[]{}": {
"snippet": "title[${2:short title}]{${1:title}}"
},
"maketitle[]": {
"snippet": "maketitle"
}
},
"envs": {},
"options": [
"fontfamily=",
"sans",
"roman",
"faculty=",
"f1",
"f2",
"f3",
"f4",
"f5",
"todos=",
"fontsize="
],
"keyvals": []
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment