managing appreviation, no reference to appreviations

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: managing appreviation, no reference to appreviations

von Gast » Do 28. Dez 2017, 16:44

Bei einem Problem mit einem Editor wäre es übrigens sinnvoll
  • Den Editor wenigstens zu benennen (und möglichst auch die genaue Version des Editors mit anzugeben).
  • Das Editor-Forum für die Frage zu verwenden.
Darüber hinaus sollte ein Minimalbeispiel auch immer korrekt als Code markiert werden.

von Gast » Do 28. Dez 2017, 10:42

Please note and respect: The language of this site is German. If you like other languages more, please have a look to the partner sites (left column here), e.g., LaTeX communitiy for an English site.

managing appreviation, no reference to appreviations

von ktaunus » Do 28. Dez 2017, 09:33

latex-editor does not reference appreviations from extern tex-file.

I have an shared appreviations-file for all my documents.
This works when compiling
Problem is during editing the document in the editor the appreviations are not referenced (" label missing ").

This is no problem for me knowing all appreviations anyway. If working with other people it would be cool for them to have the reference during editing for autocompletion.

I am only have experienced an writing with total beginners so it has to be easy.:)

Does someone have a solution?



Minimal example
(if of use i can also add the files for input, but they are kind of big and grown over a long time )

\input{sharedDocumentStyle.tex}
\input{appreviations.tex}

\begin{document}

\ac{ics}
\ac{id}

\end{document}

Nach oben