diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-06 23:35:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-06 23:35:29 +0000 |
commit | d3042188ecd8fc8fab8e6ede6b3c4a8ba306fb96 (patch) | |
tree | db96a89b9e118cfd18719864ee66aa093eb5e321 /Master/texmf-dist/doc | |
parent | 63a0497a74fbe02f2bd1f6b62c68f44a4d8d99c5 (diff) |
ticket update (31jan06)
git-svn-id: svn://tug.org/texlive/trunk@2257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/comment | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/ex_flashcard.pdf | bin | 0 -> 49246 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/ex_flashcard.tex | 76 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/ex_flashcard_dup.pdf | bin | 0 -> 49243 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/ex_marks.pdf | bin | 0 -> 17127 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/ex_marks.tex | 62 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/manual.pdf | bin | 126163 -> 159254 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ticket/words.tex | 110 |
9 files changed, 254 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/ticket/README b/Master/texmf-dist/doc/latex/ticket/README index 4b23e280617..c991c2f2b7d 100644 --- a/Master/texmf-dist/doc/latex/ticket/README +++ b/Master/texmf-dist/doc/latex/ticket/README @@ -1,13 +1,13 @@ - ticket.sty v0.3c + ticket.sty v0.4a Making labels, visting cards, pins with LaTeX - Author: Thomas Emmel <emmel@mechanik.tu-darmstadt.de> + Author: Thomas Emmel <thomas@family-emmel.de> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -This is README, last changed October 10, 2000 +This is README, last changed November 6, 2005 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Idea of ticket: diff --git a/Master/texmf-dist/doc/latex/ticket/comment b/Master/texmf-dist/doc/latex/ticket/comment new file mode 100644 index 00000000000..beb56b34227 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/comment @@ -0,0 +1,3 @@ +Make labels, visiting-cards, pins and flash-cards with LaTeX. +Provides an easy to handle interface to produce visiting-cards, labels for your files, stickers, pins and other stuff for your office, conferences etc. +All you need is a definition of your "ticket" included in a ticket definition file and the two commands \ticketdefault and \ticket. diff --git a/Master/texmf-dist/doc/latex/ticket/ex_flashcard.pdf b/Master/texmf-dist/doc/latex/ticket/ex_flashcard.pdf Binary files differnew file mode 100644 index 00000000000..1e6af901f19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/ex_flashcard.pdf diff --git a/Master/texmf-dist/doc/latex/ticket/ex_flashcard.tex b/Master/texmf-dist/doc/latex/ticket/ex_flashcard.tex new file mode 100644 index 00000000000..31b1e465089 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/ex_flashcard.tex @@ -0,0 +1,76 @@ +%%% +% +% ticket.sty example file for flashcards for word learning +% +%%%% +% use the corresponding paper size for your ticket definition +\documentclass[a4paper,10pt]{letter} + +\usepackage[flashCard,boxed]{ticket} +\usepackage{graphicx} % load misc stuff +\usepackage{syntonly} %to test without output +\usepackage{fancybox} + +% make your default ticket. \ticketdefault is somewhat like a background +\renewcommand{\ticketdefault}{%no background +} + +% now what do you like to put in your ticket +\newcommand{\card}[2]{\ticket{% + \put(32.5,15){\makebox[0mm]{\centering{\huge{\textbf{#1}}}}} + }} + +\newcommand{\entryroot}[2]{} + +\newcommand{\raiz}[3]{\ticket{% + \put(2,31){{$\sqrt{\enspace}$}} + \put(32.5,15){\makebox[0mm]{{\huge{\textit{{ #1 }}}}}} +}} + +%puts a bullet on the word. +\newcommand{\blt}{$\bullet$\enspace} + +%command for the synonyms +\newcommand{\syn}[1]{ + \begin{center} + \fbox{\parbox[t]{50mm}{\centering{#1}}} + \end{center} +} + +%command for the related words. +\newcommand{\relwords}[1]{$\mathbf{\sim}$ #1} + +%command for the examples +\newcommand{\example}[1]{\\[1.5mm]\textit{#1}} + + + + +%% you can generate this part from a database! +\begin{document} +\input{words} +% change the commands for the backside +\renewcommand{\card}[2]{\ticket{% + \put(3,30){\parbox{58mm}{\large{\textbf{ #1:}}}}% + \put(4,23){\parbox[t]{58mm} {\small {\blt #2}}}% + }} + +\renewcommand{\entryroot}[2]{\small{\textbf{#1 }}\textit{\scriptsize{{#2}}}$\|$} + +\renewcommand{\raiz}[3]{\ticket{% + \put(3,30){\parbox{58mm}{\textbf{#1:} #2}}% + \put(3,13){\parbox{58mm}{#3}}% + }} + +\backside% +\oddsidemargin=8pt +\input{words} +\end{document} + + + + + + + + diff --git a/Master/texmf-dist/doc/latex/ticket/ex_flashcard_dup.pdf b/Master/texmf-dist/doc/latex/ticket/ex_flashcard_dup.pdf Binary files differnew file mode 100644 index 00000000000..f5c858f749c --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/ex_flashcard_dup.pdf diff --git a/Master/texmf-dist/doc/latex/ticket/ex_marks.pdf b/Master/texmf-dist/doc/latex/ticket/ex_marks.pdf Binary files differnew file mode 100644 index 00000000000..e5e29b05e52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/ex_marks.pdf diff --git a/Master/texmf-dist/doc/latex/ticket/ex_marks.tex b/Master/texmf-dist/doc/latex/ticket/ex_marks.tex new file mode 100644 index 00000000000..5bcd2f9d7b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/ex_marks.tex @@ -0,0 +1,62 @@ +%%%% +% +% ticket.sty example file for empty cross-marks +% +%%%% +% use the corresponding paper size for your ticket definition +\documentclass[a4paper,10pt]{letter} + +% load ticket.sty with the appropriate ticket definition +\usepackage[freepin3,emptycrossmark]{ticket} + +% load misc stuff +\usepackage{graphicx} +\usepackage{color} +%\usepackage{layout} + +% make your default ticket. \ticketdefault is somewhat like a background +% here it is empty, because we use different tickets for the front an +% the back of our card +\renewcommand{\ticketdefault}{% +} + +% now what do you like to put in your ticket +\newcommand{\acard}[1]{\ticket{% + \put( 7, 20){\large Hello!}% + \put( 7, 10){Number:\bfseries #1}% +}} + +% a counter, which makes life easier... +\newcounter{numcards} + +\begin{document} +%\layout\newpage +\sffamily + +% cards with an empty crossmark +\whiledo{\thenumcards<25}{\stepcounter{numcards}\acard{\thenumcards}}% + +% cards with cutmarks +\setcounter{numcards}{0}\ticketreset\clearpage% +\makeatletter\@emptycrossmarkfalse\@cutmarktrue\makeatother +\whiledo{\thenumcards<25}{\stepcounter{numcards}\acard{\thenumcards}}% + +% cards boxed +\setcounter{numcards}{0}\ticketreset\clearpage% +\makeatletter\@cutmarkfalse\@boxedtrue\makeatother +\whiledo{\thenumcards<25}{\stepcounter{numcards}\acard{\thenumcards}}% + +% cards with crossmarks +\setcounter{numcards}{0}\ticketreset\clearpage% +\makeatletter\@boxedfalse\@crossmarktrue\makeatother +\whiledo{\thenumcards<25}{\stepcounter{numcards}\acard{\thenumcards}}% + +% cards with circlemarks +\setcounter{numcards}{0}\ticketreset\clearpage% +\makeatletter\@crossmarkfalse\@circlemarktrue\makeatother +\whiledo{\thenumcards<25}{\stepcounter{numcards}\acard{\thenumcards}}% + + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/ticket/manual.pdf b/Master/texmf-dist/doc/latex/ticket/manual.pdf Binary files differindex 000320db01f..586fa96d363 100644 --- a/Master/texmf-dist/doc/latex/ticket/manual.pdf +++ b/Master/texmf-dist/doc/latex/ticket/manual.pdf diff --git a/Master/texmf-dist/doc/latex/ticket/words.tex b/Master/texmf-dist/doc/latex/ticket/words.tex new file mode 100644 index 00000000000..aa1f24d6f5a --- /dev/null +++ b/Master/texmf-dist/doc/latex/ticket/words.tex @@ -0,0 +1,110 @@ +\raiz{a}{without}{ + \entryroot{amoral}{neither moral nor inmoral} + \entryroot{anonymous}{of unknown authorship or origin} + \entryroot{atrophy}{the wasting away of body tissue} +} +\raiz{ab/abs}{off, away from, apart, down}{ + \entryroot{abduct}{to take by force} + \entryroot{abhor}{to hate detest} + \entryroot{abdicate}{renbounce of relinquish a throne} + \entryroot{abstinence}{forbearance from any indulgence of appetite} +} +\card{abate}{to lessen to subside} +\card{abdication}{giving up control authority} +\card{aberration}{straying away from what is normal} +\card{abet}{help, aid\\\blt Act as a complice\\\blt encourage smb + (in doing wrong)} +\card{abeyance}{Expectancy\\\blt suspended action} +\card{abhor}{to hate to detest} +\card{abide}{Stay, dwell\\\blt be faithful to; endure\\\blt continue, bear} +\card{abjure}{promise or swear to give up\\\blt reject, abandon} +\card{abrogate}{repeal or annul by authority} +\card{abscond}{to go away suddenly (to avoid arrest)\\\blt depart + secretly \example{The patron ABSCONDED from the restaurant without + paying the bill}} +\card{abstruse}{difficult to comprehend obscure} +\card{abut}{Touch, be in contact with\\\blt touch along a border} +\card{abysmal}{bottomless extreme} +\raiz{ac/arc}{sharp, bitter}{ + \entryroot{acid}{something that is sharp, sour, or ill natured} + \entryroot{acute}{sharp at the end} + \entryroot{acerbic}{sour or astringent in taste, harsh in temper} + \entryroot{exacerbate}{to increase in bitterness or violenceM + aggravate} + \entryroot{acrid}{sharp or biting to the taste or smell} + \entryroot{acrimonious}{caustic, stinging, or bitter} +} +\card{acclaimed}{welcomed with shouts and approval} +\card{accolade}{praise, approval\\\blt Rite to mark the recognition of +a merit\\\blt confer knighthood} +\card{accretion}{Growth (esp organic). The growing of separate things + into one\\\blt Concretion} +\raiz{act/ag}{to do; to drive; to force}{ + \entryroot{agile}{quick and well coordinated} + \entryroot{agitate}{} + \entryroot{litigate}{to make the subject of a lawsuit} + \entryroot{prodigal}{wastfully or recklessly extravagant} + \entryroot{pedagogue}{a teacher} + \entryroot{synagoge}{a gathering or congregation of Jews} +} +\raiz{ad/al}{to, toward, near}{ + \entryroot{adapt, adjacent, addict, admire,\\ address, adhere}{} + \entryroot{adjoin}{to be close or in contact with} + \entryroot{advocate}{to plead in favour of} +} +\card{adamant}{kind of stone\\\blt inflexible, obdurate, unyielding} +\card{admonitory}{containing warning} +\card{advocate}{speech in favour of} +\card{adorn}{add beauty decorate} +\card{adulteration}{making unpure poorer in quality} +\card{affable}{polite and friendly} +\card{affinity}{close connection relationship} +\card{aggravate}{make worse irritate} +\card{agile}{active quick-moving} +\raiz{al/ali/alter}{other, another}{ + \entryroot{alternative}{} + \entryroot{alias}{} + \entryroot{alibi}{the defense by an accused person that he was + verificably elsewhere at the time of the crime} + \entryroot{alien}{óne born in another country; a foreigner} + \entryroot{alter ego}{the second self, a sustitute or deputy} + \entryroot{altruist}{concerned with the welfare of others} +} +\card{alacrity}{celerity\\\blt eager and cheerful readiness} +\card{allegiance}{Loyalty to one's king\\\blt Relation of feudal + vassal to his superior \syn{Fidelity, loyalty, support}} +\card{alleviate}{make (pain) easier to bear} +\card{allay}{assuage} +\card{alloy}{Mixing of metals\\\blt To debase by mixing with something inferior} +\card{aloof}{reserved indifferent detached} +\raiz{am}{love}{ + \entryroot{amateur}{} + \entryroot{amatory, enamored, enamorata}{} + \entryroot{amenity}{agreeable ways or manners} + \entryroot{amity}{friendship, peaceful harmony} + \entryroot{amiable}{having or showing aggreable personal qualities} + \entryroot{amicable}{characterized by exhibiting good will} +} +\card{amalgamate}{mix combine unite societies} +\raiz{amb}{to go, walk}{ + \entryroot{ambient}{moving freely, circulating} + \entryroot{ambitious, preamble, ambulance}{} + \entryroot{ambassador}{an authorized messenger or representative} + \entryroot{ambulatory}{of, pertaining to, or capable of walking} + \entryroot{ambush}{the act of lying concealed so as to attack by + surprise} +} +\raiz{amb/amph}{both, more than one, around}{ + \entryroot{ambiguous}{open to various interpretations} + \entryroot{amppibian}{} + \entryroot{ambidextrous}{} +} +\card{ambidextrous}{able to use the left hand or the right equally + well} +\card{ambiguous}{doubtful, uncertain} +\card{ambivalent}{having both of two contrary meanings} +% +%%% Local Variables: +%%% mode: plain-tex +%%% TeX-master: t +%%% End:
\ No newline at end of file |