Search found 139 matches

by LaTexLearner
Thu Aug 23, 2018 11:50 pm
Forum: General
Topic: How can I separate exercises from solutions?
Replies: 0
Views: 11342

How can I separate exercises from solutions?

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 ...
by LaTexLearner
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!


texmakerfail.PNG
texmakerfail.PNG (75.26 KiB) Viewed 5141 times
by LaTexLearner
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 ...
by LaTexLearner
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 ...
by LaTexLearner
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 \ifnum commands?

I can't make sense of code that has them but I'd like to learn how they work.

Thanks!
by LaTexLearner
Sat Aug 06, 2016 1:05 am
Forum: General
Topic: Random Number Generator for Worksheets?
Replies: 10
Views: 16409

Random Number Generator for Worksheets?

Stefan_K wrote:1. Initializing the random number generator with a value.
Heh, what does that mean?

Doesn't {random(0,10)} already create a random value?
by LaTexLearner
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 ...
by LaTexLearner
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.
by LaTexLearner
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 ...
by LaTexLearner
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!