I'm in the midst of creating introductory multiplication and division exercises, exemplified by the following, except that I would like to separate the exercises from the solutions.
PicForOnlinePost.PNG
I can almost do it now... but not quite.
I made the code below which compiles, but does ...
Search found 139 matches
- Thu Aug 23, 2018 11:50 pm
- Forum: General
- Topic: How can I separate exercises from solutions?
- Replies: 0
- Views: 11342
- Tue Dec 20, 2016 10:57 pm
- Forum: Texmaker and TeXstudio
- Topic: Texmaker Error Message
- Replies: 1
- Views: 5141
Texmaker Error Message
The code below compiles at sharelatex.com, but not on my desktop with Texmaker.
I opened a bunch of other files in Texmaker and all compiled normally.
What's going on?
Thanks for any help!
I opened a bunch of other files in Texmaker and all compiled normally.
What's going on?
Thanks for any help!
- Mon Oct 17, 2016 8:11 pm
- Forum: Texmaker and TeXstudio
- Topic: Nothing Compiles. Error message.
- Replies: 3
- Views: 5115
Nothing Compiles. Error message.
Wow. This is a super long and technical thread. I understand very little of it. Google searching dll files didn't help too much because it mostly gave me other technical advice that I didn't understand.
Is there an easy way to fix this? To make it just do what it's supposed to do and has been doing ...
Is there an easy way to fix this? To make it just do what it's supposed to do and has been doing ...
- Sat Oct 15, 2016 4:14 am
- Forum: Texmaker and TeXstudio
- Topic: Nothing Compiles. Error message.
- Replies: 3
- Views: 5115
Nothing Compiles. Error message.
Out of nowhere, my TeXmaker on my laptop has stopped compiling.
I got this error message, uninstalled and reinstalled TeXmaker, and got the error message again. :x
What should I do next?
I want to show a picture of the error message, but it's really hard to put images in these forums, so I'll ...
I got this error message, uninstalled and reinstalled TeXmaker, and got the error message again. :x
What should I do next?
I want to show a picture of the error message, but it's really hard to put images in these forums, so I'll ...
- Sun Sep 18, 2016 9:13 pm
- Forum: Math & Science
- Topic: Recommend an \ifnum introduction
- Replies: 2
- Views: 17585
Recommend an \ifnum introduction
Can anybody recommend an introduction to the
I can't make sense of code that has them but I'd like to learn how they work.
Thanks!
\ifnum
commands?I can't make sense of code that has them but I'd like to learn how they work.
Thanks!
- Sat Aug 06, 2016 1:05 am
- Forum: General
- Topic: Random Number Generator for Worksheets?
- Replies: 10
- Views: 16409
Random Number Generator for Worksheets?
Heh, what does that mean?Stefan_K wrote:1. Initializing the random number generator with a value.
Doesn't
{random(0,10)}
already create a random value?- Fri Aug 05, 2016 3:20 am
- Forum: General
- Topic: Random Number Generator for Worksheets?
- Replies: 10
- Views: 16409
Random Number Generator for Worksheets?
\documentclass{article}
\usepackage{tikz}
\pgfmathsetseed{\number\pdfrandomseed}
\newcommand*{\NewNumbers}{%
\pgfmathsetmacro{\A}{random(0,10)}
\pgfmathsetmacro{\B}{random(0,10)}}
\begin{document}
\NewNumbers
\A +\B = ?
\NewNumbers
\A *\B = ?
\end{document}
I think I understand most of ...
- Wed Aug 03, 2016 5:36 pm
- Forum: General
- Topic: Random Number Generator for Worksheets?
- Replies: 10
- Views: 16409
Re: Random Number Generator for Worksheets?
@stefan_k and @rais
Thank you for your posts! I will try to make sense of them later today.
Thank you for your posts! I will try to make sense of them later today.
- Sat Jul 30, 2016 12:50 am
- Forum: General
- Topic: Random Number Generator for Worksheets?
- Replies: 10
- Views: 16409
Random Number Generator for Worksheets?
I've been reading through the TikZ & PGF Manual Part VIII but, honestly, I can't make sense of it. The technical jargon is far beyond my current knowledge.
Is there a more non-technical introduction to random number generation that anybody knows of?
For the time being, I would like to create ...
Is there a more non-technical introduction to random number generation that anybody knows of?
For the time being, I would like to create ...
- Fri Jun 10, 2016 11:30 pm
- Forum: General
- Topic: Random Number Generator for Worksheets?
- Replies: 10
- Views: 16409
Re: Random Number Generator for Worksheets?
I haven't, but I'm going to check that out.
Thanks!
Thanks!