From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
autumnus <ai2472206007@yeah.net>
Subject: [NTG-context] Re: New Module to write exam
Date: Thu, 2 Jan 2025 10:07:48 +0100 [thread overview]
Message-ID: <62cebfcf-d1ea-4c2a-941e-c0644493c58b@gmail.com> (raw)
In-Reply-To: <173567820300.1761.11833568430294133724@cgl.ntg.nl>
Am 31.12.2024 um 21:50 schrieb autumnus:
> hi,list
>
> Thank you to all of you who have answered my questions in the past.
>
> I've recently basically finished my first macro package at ConTeXt, which can write exam papers.
>
> If anyone is interested in this feature, feel free to experience it.
>
> There may still be some problems with it, please let me know if you can.
> (I'm working on writing its description and use cases.)
>
> You can download it from the address below.
>
> 1. https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=157
> 2. https://github.com/Soanguy/t-basicexam
Hi,
you should change the file structure of your zip file.
At the moment your file structure is:
basicexam-20240101A
\---t-basicexam
| .gitignore
| LICENSE
| README.md
|
+---MANUAL and EXAMPLE
| | EXAMPLE-student.pdf
| | EXAMPLE-teacher.pdf
| | EXAMPLE.tex
| | t-basicexam.pdf
| | Test.tex
| |
| \---assets
| soanguy-1020859.png
| soanguy-103113.png
| soanguy-1048579.png
| soanguy-105577.png
|
\---texmf-local
\---tex
\---context
\---third
\---t-basicexam
t-basicexam.mkiv
with a texmf folder at the root but this folder shouldn't be part of the
zip. The only folders at the root of your zip should be tex, doc or
fonts (or a few other not listed here) and all files are moved into
subfolder below them.
One possible file structure for your files is:
basicexam-2025.01.01
+---doc
| \---context
| \---third
| \---basicexam
| | EXAMPLE-student.pdf
| | EXAMPLE-teacher.pdf
| | EXAMPLE.tex
| | README.md
| | t-basicexam.pdf
| | Test.tex
| |
| \---assets
| soanguy-1020859.png
| soanguy-103113.png
| soanguy-1048579.png
| soanguy-105577.png
|
\---tex
\---context
\---third
\---basicexam
t-basicexam.mkiv
but I suggest to rename test.tex to basicexam-test.tex or any name which
can't cause name conflicts.
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
next prev parent reply other threads:[~2025-01-02 9:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-31 20:50 [NTG-context] " autumnus
2025-01-02 9:07 ` Wolfgang Schuster [this message]
2025-01-02 11:49 ` [NTG-context] " autumnus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=62cebfcf-d1ea-4c2a-941e-c0644493c58b@gmail.com \
--to=wolfgang.schuster.lists@gmail.com \
--cc=ai2472206007@yeah.net \
--cc=ntg-context@ntg.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).