diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-02 14:59:05 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-02 14:59:05 +0000 |
commit | 26d42a847110686f2469b99b4142d29d3cdc5578 (patch) | |
tree | 74f12d52e696ea934569d0fd07d51f4d2ce01beb /Master/texmf-dist/doc/generic/vntex/tests/cursor-test.tex | |
parent | 36623cb81fa76c260798589725995fe17592d6ca (diff) |
vntex v3.1.5 2008/06/01 (from tds.zip)
git-svn-id: svn://tug.org/texlive/trunk@8488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/vntex/tests/cursor-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/cursor-test.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/vntex/tests/cursor-test.tex b/Master/texmf-dist/doc/generic/vntex/tests/cursor-test.tex new file mode 100644 index 00000000000..db02b0cbe70 --- /dev/null +++ b/Master/texmf-dist/doc/generic/vntex/tests/cursor-test.tex @@ -0,0 +1,20 @@ +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of vntex. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + +\documentclass[test]{vnsample} + +\mapfile{qcr} + +\begin{document} +\begin{shortsample} +\shorttext{T5}{qcr}{m}{n} {t5-qcrr} {TeXGyreCursor-Regular} +\shorttext{T5}{qcr}{m}{it} {t5-qcrri} {TeXGyreCursor-Italic} +\shorttext{T5}{qcr}{b}{n} {t5-qcrb} {TeXGyreCursor-Bold} +\shorttext{T5}{qcr}{b}{it} {t5-qcrbi} {TeXGyreCursor-BoldItalic} +\shorttext{T5}{qcr}{m}{sc} {t5-qcrr-sc} {TeXGyreCursor-Regular} +\shorttext{T5}{qcr}{m}{scit} {t5-qcrri-sc} {TeXGyreCursor-Italic} +\shorttext{T5}{qcr}{b}{sc} {t5-qcrb-sc} {TeXGyreCursor-Bold} +\shorttext{T5}{qcr}{b}{scit} {t5-qcrbi-sc} {TeXGyreCursor-BoldItalic} +\end{shortsample} +\end{document} |