summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-05 23:11:50 +0000
committerKarl Berry <karl@freefriends.org>2013-04-05 23:11:50 +0000
commit3df1dc48dcf0b31ba27b2fffae1a0a1915ec4a11 (patch)
treeda4b42de6aa5d5735f5a4ee8a1e6417ae5adb5e5 /Master/texmf-dist/tex/latex/exsheets/exsheets.sty
parent3aad35523420592d1ba945f563302f5878c7ff55 (diff)
exsheets (5apr13)
git-svn-id: svn://tug.org/texlive/trunk@29685 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/exsheets/exsheets.sty')
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets.sty12
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/exsheets/exsheets.sty b/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
index e4b2856baf5..cc2b91f14d2 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
@@ -31,8 +31,8 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% ----------------------------------------------------------------------------
-\def\exsheets@date{2013/03/10}
-\def\exsheets@version{0.8}
+\def\exsheets@date{2013/04/04}
+\def\exsheets@version{0.8a}
\RequirePackage { expl3 , xparse }
\ProvidesExplPackage
@@ -2381,6 +2381,7 @@
\DeclareTranslation { Croatian } { exsheets-exercise-name } { Primjer }
\DeclareTranslation { Hungarian } { exsheets-exercise-name } { Gyakorol }
\DeclareTranslation { Danish } { exsheets-exercise-name } { \O{}velse }
+ \DeclareTranslation { Portuges } { exsheets-exercise-name } { Exerc\'\i cio }
% translation for the question
\DeclareTranslationFallback { exsheets-question-name } { Question }
\DeclareTranslation { English } { exsheets-question-name } { Question }
@@ -2395,6 +2396,7 @@
\DeclareTranslation { Croatian } { exsheets-question-name } { Zadatak }
\DeclareTranslation { Hungarian } { exsheets-question-name } { Feladat }
\DeclareTranslation { Danish } { exsheets-question-name } { Opgave }
+ \DeclareTranslation { Portuges } { exsheets-question-name } { Quest\~ao }
% translation for the solutions
\DeclareTranslationFallback { exsheets-solution-name } { Solution }
\DeclareTranslation { English } { exsheets-solution-name } { Solution }
@@ -2409,6 +2411,7 @@
\DeclareTranslation { Croatian } { exsheets-solution-name } { Rje\v{s}enje }
\DeclareTranslation { Hungarian } { exsheets-solution-name } { Megold\'{a}s }
\DeclareTranslation { Danish } { exsheets-solution-name } { Opl\o{}sning }
+ \DeclareTranslation { Portuges } { exsheets-solution-name } { Solu\c c\~ao }
% the actual translating
\tl_set:Nn \l__exsheets_exsheets_name_tl
{ \GetTranslation { exsheets-exercise-name } }
@@ -2527,7 +2530,7 @@ HISTORY:
2013/01/21 v0.7a - added option `auto-label' and questions key `label',
also added question properties `ref' and `pageref'
2013/02/17 v0.7b - bug fix: question selection by ID now works again
-2013/03/?? v0.8 - \prop_length => \exsheets_prop_count
+2013/03/10 v0.8 - \prop_length => \exsheets_prop_count
- define unexpandable internal commands protected
- translations basic dictionaries for English, German,
French and Spanish
@@ -2544,6 +2547,9 @@ HISTORY:
- \includequestions[random=<num>] now obeys class
as done with \SetupExSheets{use-topics={foo,bar}}
- new macro \questionsincludedlast
+2013/04/04 v0.8a - translations: bug fix in \DeclareDictTranslation
+ - exsheets: added Portuguese translations
+ - tasks: corrected \seq_length:N => \seq_count:N
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO: