Search found 9 matches

by littlemathteacher
Sun Jan 15, 2012 9:19 am
Forum: General
Topic: switching between different output versions of one document
Replies: 2
Views: 2214

switching between different output versions of one document

And yet another thing, in which I don't like that, compared to the editor method, the corresponding lines are not directly underneath:

...
\usepackage{comment}

\begin{document}

\includecomment{versiona} \excludecomment{versionb}
% \includecomment{versionb} \excludecomment{versiona}


\begin ...
by littlemathteacher
Sun Jan 15, 2012 2:07 am
Forum: General
Topic: switching between different output versions of one document
Replies: 2
Views: 2214

switching between different output versions of one document

found something myself:


\documentclass[a4paper]{article}
\usepackage[ngerman]{babel}
\usepackage{ifthen}

\newcounter{Strg1} %new Variable
\setcounter{Strg1}{1} %set it to 0 for noprint or 1 for print

\newcommand{\hide}[4]{%
\ifthenelse{#1 = #2}{#3}{#4}
}

\begin{document}

\verstecken{\value ...
by littlemathteacher
Sun Jan 15, 2012 12:23 am
Forum: General
Topic: switching between different output versions of one document
Replies: 2
Views: 2214

switching between different output versions of one document

Hi.

Anyone got an idea how to keep different output versions within one document? To explain what I want to do: I have to design tests for math courses so that there are two sets A and B of students so that each B may sit next to an A and never a B, getting different forms corresponding to their ...
by littlemathteacher
Sun Jun 27, 2010 6:00 pm
Forum: Comments & Wishes
Topic: Forum Category on Online Editors such as Monkeytex ?
Replies: 1
Views: 7367

Forum Category on Online Editors such as Monkeytex ?

Hi there.

Dear forum team.

Wouldn't it be nice to make this latex community a home for the users of online editors by giving them a category of their own?

An online editor is an actual editor in the webpage joined with a specific installation of LateX which you as user can't modify to fit your ...
by littlemathteacher
Sun Jun 27, 2010 5:39 pm
Forum: Others
Topic: MonkeyTeX
Replies: 0
Views: 22443

MonkeyTeX

Let's talk about MonkeyTeX here. My first question is:

How to download a .tex file via the API?


Thanks.
by littlemathteacher
Sun Jun 27, 2010 5:34 pm
Forum: Others
Topic: Users of Monkeytex here!
Replies: 0
Views: 2877

Users of Monkeytex here!

Hi there.

I am using monkeytex nearly exclusively. It has proved very useful when you're working in different environments and don't want to carry your own PC around with you.

I've tried other online editors and they didn't work that stable and conveniently. There's a plugin for google docs which ...
by littlemathteacher
Fri Dec 18, 2009 5:09 am
Forum: Text Formatting
Topic: character count
Replies: 4
Views: 6998

character count

This is the tool I was looking for:

Code: Select all

\hspace*{\fill} \mbox{5 P.}\\
Found it more or less accidentially.
by littlemathteacher
Thu Nov 26, 2009 10:18 am
Forum: Text Formatting
Topic: character count
Replies: 4
Views: 6998

Re: character count

Thanks to adrian.

Isn't your proposal, i.e. using a separate column, the one that puts the word (i.e. the marks counter) right next to the text? I don't want it to appear in a separate column, for I don't want to use so much space on the page for it. Furthermore the page without a separate column ...
by littlemathteacher
Mon Nov 09, 2009 6:33 pm
Forum: Text Formatting
Topic: character count
Replies: 4
Views: 6998

character count

Hi.

I am new to LaTeX.
I need a tool which makes one word be set always at the end of an existing line i.e. always at the right, but not in a column right next to the lines, but underneath them, just as a part of the line. Currently I am using \hfill. But each time the line gets near to its maximum ...