395 reputation
212
bio website dierckx.dyndns.org
location Stabroek, Belgium
age 34
visits member for 7 months
seen 5 hours ago
stats profile views 29

Math teacher on Koninklijk Lyceum Antwerpen


2d
comment Solutions in exam class
did you try newenvironment{sol}{/begin{solution}/begin{alignedat}{2}}{/end{alignedat}/end{s‌​olution}}?
May
6
comment Fill the blank type of text in non exam document
and would you like the 'blanked' letters to appear when showing solutions?
Apr
24
comment How do I create a visually pleasing tree hierarchy from a difficult to read CSV File (MySQL Export)?
why don't you let php create your .tex-file?
Apr
20
comment I need help writing a complicated Matrix which can be encrypted as well as decrypted
maybe you should move your question to crypto.se?
Apr
9
comment Plotting a 2D gaussian sample
formula is on wikipedia: en.wikipedia.org/wiki/Normal_distribution
Apr
9
comment PGFPlots slow down compilation when plotting from external files
does it compile if you comment out the first plots and only compile the last few?
Feb
12
comment What's the maximum number of pages a PDF produced by pdfTeX can have?
how long did compiling that document take?
Dec
21
comment How to include exam class features in book class
You might consider looking at this question. I think some of the comments/answer could help you out as well.
Dec
14
comment Texmaker, use a “build” subdirectory for output files, and bibliography
maybe you can try adding the path manually to the bibtex-command? something like bibtex foobar\%.aux?
Dec
7
comment Texmaker, use a “build” subdirectory for output files, and bibliography
What commands do you use to compile and create the bibliography?
Dec
4
comment Summary of Tikz commands
I've seen a shortlist in Texmaker (You know in those listings on the left hand side, where you can also pick commonly used symbols and stuff like that)
Nov
20
comment texmaker automatically sets scale=1 in the includegraphics tool. Can this be customised?
I can agree... it's not always the 'ultimate correct' answer that helps you out...
Nov
15
comment texmaker automatically sets scale=1 in the includegraphics tool. Can this be customised?
as i pointed out menu items are hard-coded, but - indeed - auto completion can be customized
Oct
27
comment Word 2003 to LaTeX converter
@ZafarS: You might have a look at [tex.stackexchange.com/questions/79189/…
Oct
27
comment How to draw polynom division?
@TorbjørnT.: of course that's ok... It means a valuable addition.
Oct
26
comment How to preview LaTeX equation or document in TexMaker?
@sam: normally seen, amsmath should work out of the box. some other packages will need installation of texlive-... packages on your linux-box
Oct
26
comment How to draw polynom division?
I'm sorry, I missed @torbjorn-t 's comment... makes my answer a duplicate. I'll let it be for sake of the MWE?
Oct
26
comment Bibtex problem: It doesn't always work
Could you add your code? Or at least a MWE, Minimal (non)Working Example?
Oct
25
comment Position of scale on figure
Do you mean a \caption?
Oct
25
comment Is there a formula to determine the maximum value arcsepB such that the arrow head looks best?
In fact you're just looking for a formula to calculate the extra length for the arc? As far as i know arrowlength=(length of arrow)/(width of arrow)=(extra length of arc)/(width of arc)... so extra length of arc = (width of arc)*arrowlength? In this case 5\pslinewidth*1.4, so 7\pslinewidth?