Arbortext Command Language > Arbortext Command Language Overview > User Startup File
  
User Startup File
You can create a user startup file to store user-specific key mappings, aliases, or functions. Use the APTRC environment variable to specify your user startup file.
Following is an example of a user startup file.
* 
Arbortext Editor does not read lines that begin with the number symbol (#). They are comments.
#shows all markup
alias tf set tagdisplay=full;
#hides all markup
alias tn set tagdisplay=none;
#spell-checks selection
alias ck spe -selection;
#insert caption element
map alt+shift+c insert_tag caption;
#insert fig-block element
map alt+shift+f insert_tag figure-block;
#inserts template for corporate indexing
map f4 {insert_tag indexterm;insert_tag indextopic}
Related Topics
Startup command files
Creating keyboard shortcuts