...
Documentation:
Material Archive:
...
Additional Supplemental Materials Files
Additional materials files added by CNF will be located in:
- /usr/local/cnf/tracer/MaterialArchive
- In a terminal type in: printenv HOME
- In the File → Properties menu dialogue, click on the Directories tab and set the Local Repository Directory to the output of step 1 followed by a forward slash /.GenISys/Repository
- It may already be set to this
- Type into a terminal: ls -l /etc/alternatives/TRACER
- In the File → Properties menu dialogue, click on the Directories tab and set the Global Repository Directory to the output of step 3, substituting the word 'Repository' for the word 'TRACER'
- Optionally copy the files from /usr/local/cnf/tracer/MaterialArchive to your local Repository/MaterialArchive directory
After making the above changes, you may have to expand/collapse the tree in the left pane of TRACER a few times.You will also need to update the archive preference in LayoutBEAMER to point to your local copy of the Material Archive.
You can create a local copy of the archive using the following terminal commands:
...
Code Block | ||
---|---|---|
| ||
$ mkdir ~/MaterialArchive # Determine the TRACER version number with: $ ls -l /optetc/localalternatives/TRACER # SubstituteOptionally incopy the additional versionCNF numberMaterials forArchive <version_number>files $ rsync -av /usr/local/cnf/tracer/MaterialArchive/ ~/.GenISys/Repository/MaterialArchive |
Code Block | ||
---|---|---|
| ||
# For example: ls -l /etc/alternatives/TRACER # Gives output: lrwxrwxrwx. 1 root root 34 Sep 17 2020 /etc/alternatives/TRACER -> /opt/local/TRACER/<version_number>2.11.1/bin/MaterialArchive/ ~/MaterialArchive/ TRACER # So you would set the Global Archive to: /opt/local/TRACER/2.11.1/bin/Repository |
Manual and Videos:
...