File: njuvisual-example.tex

package info (click to toggle)
texlive-extra 2022.20230122-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,466,588 kB
  • sloc: perl: 398,710; xml: 35,871; python: 29,125; cs: 25,850; sh: 17,610; makefile: 17,304; ansic: 15,490; java: 12,811; javascript: 9,898; lisp: 1,755; csh: 1,129; ruby: 1,072; awk: 151; tcl: 142; pascal: 138; cpp: 41; sed: 36; haskell: 5
file content (58 lines) | stat: -rw-r--r-- 2,169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
%%
%% This is file `njuvisual-example.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% njuvisual.dtx  (with options: `example')
%% njuvisual-emblem.dtx  (with options: `example')
%% njuvisual-name.dtx  (with options: `example')
%% njuvisual-motto.dtx  (with options: `example')
%% njuvisual-spirit.dtx  (with options: `example')
%% njuvisual-ai.dtx  (with options: `example')
%% njuvisual-chem.dtx  (with options: `example')
%% njuvisual-cs.dtx  (with options: `example')
%% njuvisual-dii.dtx  (with options: `example')
%% njuvisual-eng.dtx  (with options: `example')
%% njuvisual-physics.dtx  (with options: `example')
%% njuvisual-software.dtx  (with options: `example')
%% njuvisual-end.dtx  (with options: `example')
%% 
%% Copyright (C) 2021 - 2022
%% by Nanjing University Linux User Group
%% 
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3c of this license
%% or (at your option) any later version.  The latest version of this
%% license is in:
%% 
%%    http://www.latex-project.org/lppl.txt
%% 
%% and version 1.3 or later is part of all distributions of LaTeX version
%% 2005/12/01 or later.
%% 
%% To produce the documentation run the original source files ending with `.dtx'
%% through XeTeX.
%% 
\documentclass{article}
\usepackage{njuvisual}
\usetikzlibrary{backgrounds,external}
\tikzexternalize[prefix=nju-]
\let\FIG=\tikzsetnextfilename
\begin{document}
\FIG{emblem}            \njuemblem{!}{!}
\FIG{name}              \njuname{!}{!}
\FIG{name-en}           \njuname*{!}{!}
\FIG{motto}             \njumotto{!}{!}
\FIG{spirit}            \njuspirit{!}{!}
\FIG{emblem-ai}         \njuemblem[department=ai]{!}{!}
\FIG{emblem-chem}       \njuemblem[department=chem]{!}{!}
\FIG{emblem-cs}         \njuemblem[department=cs]{!}{!}
\FIG{emblem-dii}        \njuemblem[department=dii]{!}{!}
\FIG{emblem-eng}        \njuemblem[department=eng]{!}{!}
\FIG{emblem-physics}    \njuemblem[department=physics]{!}{!}
\FIG{emblem-software}   \njuemblem[department=software]{!}{!}
\end{document}
\endinput
%%
%% End of file `njuvisual-example.tex'.