How to remove padding from first line of Presentation (using AMC-TXT)

Added by Muh Kuh over 4 years ago

How to get rid of this spacing when using AMC-TXT? :(

padding.PNG (26 kB)


Replies (7)

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Alexis Bienvenüe over 4 years ago

Maybe add [[\noindent]] right before the beginning of the presentation:

Presentation: [[\noindent]] Kreuzen …

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Muh Kuh over 4 years ago

$\noindent$ was the first thing I tried, without success sadly. Might be that it's no indent but a margin, vspace or similar.. I will keep playing around.

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Alexis Bienvenüe over 4 years ago

Can you provide a minimal complete AMC-TXT source file that shows the problem?

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Muh Kuh over 4 years ago

Sure, try this:

# AMC-TXT source file
Title: Test
Lang: DE
Presentation: Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad

* Frage
+ answer
- answer

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Alexis Bienvenüe over 4 years ago

This works for me:

# AMC-TXT source file
Title: Test
Lang: DE
Presentation: [[\noindent]] Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad Lorem ipsum dadad

* Frage
+ answer
- answer

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Muh Kuh over 4 years ago

I tried the exact same thing multiple times.. it always gave me control sequence errors.. i copied your part. it gave me the error.
Removed the "Latex:1" worked. Put it back in: still working.

I tried it once again by hand: worked.
I copied it agian: worked.

Dunno what to say. It is working now. Thank you!

RE: How to remove padding from first line of Presentation (using AMC-TXT) - Added by Alexis Bienvenüe over 4 years ago

Maybe you had some invisible special (non-breaking, or so) space character in you source file?

(1-7/7)