Search found 8 matches

by benoitldr
Fri Oct 31, 2014 6:00 pm
Forum: Document Classes
Topic: New class for teacher beamerarticle-teacher
Replies: 11
Views: 16558

New class for teacher beamerarticle-teacher

Johannes_B wrote:Please inform the guys in the french forum about the crosspost. They might be interested in the stuff we have been talking about (as i was reading with interest just there).
Done ;)
by benoitldr
Tue Oct 28, 2014 6:25 pm
Forum: Document Classes
Topic: exam class with exercises and points in range
Replies: 1
Views: 4169

exam class with exercises and points in range

Hello everybody,

I use the exam class for writing my exam http://www.ctan.org/tex-archive/macros/latex/contrib/exam
The problem is for counting the points when you have several exercise (so several questions environments)

Normally you have solution in the exam class but I must use this options ...
by benoitldr
Mon Oct 13, 2014 8:13 pm
Forum: Document Classes
Topic: New class for teacher beamerarticle-teacher
Replies: 11
Views: 16558

Re: New class for teacher beamerarticle-teacher

Hey

I have found this error also ;)

this option is great no need to modify the cls if you want to compile directly !
by benoitldr
Sun Oct 05, 2014 8:08 pm
Forum: Document Classes
Topic: New class for teacher beamerarticle-teacher
Replies: 11
Views: 16558

New class for teacher beamerarticle-teacher


LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 78 languages loaded.
(./beamerarticle-teachert.cls
Document Class: beamerarticle-teachert 2014/09/17 V2.0.a beamerarticle-teachert

)
! Incomplete \ifeof; all text was ignored after line 25.
<inserted text>
\fi


I can't manage to ...
by benoitldr
Sun Oct 05, 2014 7:21 pm
Forum: Document Classes
Topic: New class for teacher beamerarticle-teacher
Replies: 11
Views: 16558

Re: New class for teacher beamerarticle-teacher

Hey

Thanks you for your return !

I have a look and it's definitely proper and more in latex class spirit ;)

I will test and modify my source of tex to be compatible with your version !
by benoitldr
Fri Sep 26, 2014 8:56 pm
Forum: Document Classes
Topic: New class for teacher beamerarticle-teacher
Replies: 11
Views: 16558

New class for teacher beamerarticle-teacher

I looked at your files but the implementation still is a bit messy.

You are using if-switches in the class file for bools that were defined in the user document.

You switch the cls file into two different paths and load the same statement in both (i.e. \NeedsTeXFormat{LaTeX2e} ). Why not doing ...
by benoitldr
Sat Sep 13, 2014 6:39 pm
Forum: Document Classes
Topic: New class for teacher beamerarticle-teacher
Replies: 11
Views: 16558

New class for teacher beamerarticle-teacher

Hello

I developed a new class for teacher which permits from one source .tex to generate (with Makefile)
- BEAMER for presentation
- ARTICLE for STUDENT
- ARTICLE for TEACHER

Give me some feedback if you have time to test it.

The source is on GPLv2 here : https://github.com/landrieb ...