From 55bfed05af10de85f241616c0e36077122dbb991 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 May 2019 20:58:10 +0000 Subject: alterqcm (23may19) git-svn-id: svn://tug.org/texlive/trunk@51205 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/alterqcm/README | 11 +++- .../latex/alterqcm/examples/latex/example_3.tex | 64 +++++++++++++++++++++ .../doc/latex/alterqcm/examples/pdf/example_3.pdf | Bin 0 -> 24562 bytes 3 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/alterqcm/examples/latex/example_3.tex create mode 100644 Master/texmf-dist/doc/latex/alterqcm/examples/pdf/example_3.pdf (limited to 'Master/texmf-dist/doc/latex/alterqcm') diff --git a/Master/texmf-dist/doc/latex/alterqcm/README b/Master/texmf-dist/doc/latex/alterqcm/README index 30b454aaabe..68d68cee933 100644 --- a/Master/texmf-dist/doc/latex/alterqcm/README +++ b/Master/texmf-dist/doc/latex/alterqcm/README @@ -1,4 +1,4 @@ -Contents of the README file (v 3.7 c) +Contents of the README file (v 4.0) A. Purpose @@ -48,11 +48,16 @@ run 'MiKTeX Options'. In the 'File name database' section, click on F. History +-- 4.0 Added full linguistic support + -- 3.7 Correction of bug add the macro \AQpoints -G. The author of the 'alterqcm.sty' package is Alain Matthes. +G. The original author of the 'alterqcm.sty' package is Alain Matthes. This + version was developed by Apostolos Syropoulos and Anastasios Dimou. -- Alain Matthes, -April, 20th, 2009 +Apostolos Syropoulos, +Anastastios Dimou, +May, 23rd, 2019 diff --git a/Master/texmf-dist/doc/latex/alterqcm/examples/latex/example_3.tex b/Master/texmf-dist/doc/latex/alterqcm/examples/latex/example_3.tex new file mode 100644 index 00000000000..79126645c3c --- /dev/null +++ b/Master/texmf-dist/doc/latex/alterqcm/examples/latex/example_3.tex @@ -0,0 +1,64 @@ +\documentclass[11pt]{article} +\usepackage{xltxtra} +\usepackage{xgreek} +\usepackage{amsmath,amssymb,stmaryrd,calc}%}% pour geqslant qui existe ds fourier +\usepackage{xkeyval} +\usepackage{multirow,longtable} +\usepackage[% + a4paper,% + textwidth=16cm, + top=2cm,% + bottom=2cm,% + headheight=25pt,% + headsep=12pt,% + footskip=25pt]{geometry}% +\usepackage[greek]{alterqcm} +\usepackage{tikz} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\parindent=0pt +\begin{document} +\setmainfont[Mapping=tex-text,Ligatures=Common]{Minion Pro} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%\nogreekalph +\begin{minipage}[t][][b]{.45\linewidth} + Έστω $f$ ορισμένη και παραγωγίσιμη στο διάστημα $\big[-3,\,+\infty\big)$, + αύξουσα στα διαστήματα $\big[-3,\,-1\big]$ et $\big[2,\,+\infty\big)$ + και φθίνουσα στο διάστημα $\big[-1,\,2\big]$. +Έστω $f^{\prime}$ η παράγωγός της στο διάστημα $[-3,\,+\infty)$. + Η γραφική παράσταση $\Gamma$ της $f$ είναι σχεδιασμένη στο διπλανό σχήμα ως προς ένα ορθογώνιο σύστημα αξόνων $\big(O,~\vec{\imath},~\vec{\jmath}\big)$. + Διέρχεται από το σημείο A$(-3,\,0)$ και δέχεται ως ασύμπτωτη της ευθεία + $(\delta)$ με εξίσωση $y = 2x -5$. +\end{minipage} +\begin{minipage}[t][][b]{.45\linewidth} + \null + \begin{tikzpicture}[scale=0.5,>=latex] + \draw[very thin,color=gray] (-3,-2) grid (10,8); + \draw[->] (-3,0) -- (10,0) node[above left] {\small $x$}; + \foreach \x in {-3,-2,-1,1,2,...,9} + \draw[shift={(\x,0)}] (0pt,1pt) -- (0pt,-1pt)node[below] { $\x$}; + \draw[->] (0,-2) -- (0,8) node[below right] {\small $y$}; + \foreach \y/\ytext in {-2,-1,1,2,...,8} + \draw[shift={(0,\y)}] (1pt,0pt) -- (-1pt,0pt) node[left] { $\y$}; + \draw (-0.5,-2) -- (10,8); + \node[above right] at (-3,0) {\textbf{A}}; + \node[above right] at (0,0) {\textbf{O}}; + \node[below right] at (4,3) {$\mathbf{\Delta}$}; + \node[above right] at (4,5) {$\mathbf{\Gamma}$}; + \draw plot[smooth] coordinates{% + (-3,0)(-2,4.5)(-1,6.5)(0,5.5)(1,3.5)(2,3)(3,3.4)(4,4.5)(5,6)(6,7.75)}; + \end{tikzpicture} +\end{minipage} + +\vspace{20pt} +\begin{alterqcm}[VF,pre=true,lq=125mm] + \AQquestion{Για κάθε $x \in (-\infty,\,2],\;f^{\prime}(x) \geqslant 0$.} + \AQquestion{Η συνάρτηση $F$ παρουσιάζει μέγιστο στο $2$} + \AQquestion{$\displaystyle\int_{0}^2 f’(x)\:\text{d}x = - 2$} +\end{alterqcm} +%\greekalph %%% <---------------------------------------------- + +\end{document} diff --git a/Master/texmf-dist/doc/latex/alterqcm/examples/pdf/example_3.pdf b/Master/texmf-dist/doc/latex/alterqcm/examples/pdf/example_3.pdf new file mode 100644 index 00000000000..17ca7f457f1 Binary files /dev/null and b/Master/texmf-dist/doc/latex/alterqcm/examples/pdf/example_3.pdf differ -- cgit v1.2.3