Monthly Archives: February 2014

Word Hints&Tips

Locked by User

word_locked_by_user

“The document is locked for editing by another user” error message when you try to open a document in Word

$ ls -la
total 39466
drwx------+ 1 ???????? mkpasswd       0 Sep 29 10:17 .
drwx------+ 1 ???????? ????????       0 Apr  7 15:54 ..
-rwx------+ 1 AndreasB mkpasswd     162 Sep 23 16:30 ~$I2_ProtocolRevK_abachmann.docx

Textmarker anzeigen

word_textmarker_1

word_textmarker_2

Anzeigen von Textmarken

Textmarker-Namen anzeigen / Hinzufügen und Löschen von Textmarkern

word_textmarker_namen

Hinzufügen oder Löschen von Textmarken

Querverweis / Feldfunktionen: Ref-Feld

word_querverweis

Feldfunktionen: Ref-Feld

Dokument-Informationen/ Feldfunktionen: DocProperty-Feld

word_docproperties_1

word_docproperties_2

Feldfunktionen: DocProperty-Feld

Hinzufügen oder Löschen von Beschriftungen

Hinzufügen oder Löschen von Beschriftungen

Inhaltsverzeichnis Erstellen und Formatieren

Formatieren oder Anpassen eines Inhaltsverzeichnisses
Formatieren eines Inhaltsverzeichnisses

Einfügen eines nicht umbrechendes Leerzeichens (“non-breaking space”)

CTRL + SHIFT + SPACE

Word 2010 Listen-Fehler: Die Zahl muss zwischen 1 und 600 (bzw. 1638) liegen.

Formatvorlagen -> Neue Formatvorlage -> Formatvorlagentyp: Liste
Liste mit mehreren Ebenen -> Listenformatvorlage:

Word 2010 Fehler: Die Zahl muss zwischen 1 und 600 (bzw. 1638) liegen.
Erstellen einer neuen Listenformatvorlage

Alle Felder aktualisieren

CTRL-A -> F9

Word 2010: Alle Felder aktualisieren

Seiten Orientierung

How to Omit the Page Number From the First Page of a Word 2013 Document Without Using Sections

Seitenzahlen

How to Omit the Page Number From the First Page of a Word 2013 Document Without Using Sections

VHDL Attributes

signal_name'pos
signal_name'val
signal_name'length
signal_name'event

T'POS(X)    = is the integer position of X in the discrete type T.
T'VAL(X)    = is the value of discrete type T at integer position X.
A'LENGTH    = is the integer value of the number of elements in array A.
A'LENGTH(N) = is the number of elements of dimension N of array A.
S'EVENT     = is true if signal S has had an event this simulation cycle.

VHDL Predefined Attributes
Attributes in VHDL
VHDL Reference Guide – Attributes
User-defined Attributes

Finite-State Machine (FSM)

Types:

  • Application-Based State Machine Models
  • Event-Driven Model

General

Uni Hannover: Automaten
Schaltwerke

Electronics

AllAboutCircuits.com: Finite State Machines

Programming language

The State Design Pattern vs. State Machine, C++

Scripts

The Power of Finite State Machines: Application and Extension, Flash ActionScript

Wikipedia

Finite-state machine
Event-driven finite-state machine
State diagram
State pattern
UML state machine