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'.
|