Search found 7 matches
- Wed Jun 24, 2009 10:39 pm
- Forum: General
- Topic: \write curly brace
- Replies: 7
- Views: 6197
Re: \write curly brace
Thanks so much, that works perfectly!
- Wed Jun 24, 2009 6:54 pm
- Forum: General
- Topic: \write curly brace
- Replies: 7
- Views: 6197
Re: \write curly brace
One more note. The fix for the first problem works, but still gives an error message. Is there someway to turn that off? Just curious.
- Wed Jun 24, 2009 6:40 pm
- Forum: General
- Topic: \write curly brace
- Replies: 7
- Views: 6197
\write curly brace
Excellent, just a little massaging and that is now working.
I have just one more question then. What if I wanted a command to write out a } to the file and close it. I am trying
\providecommand{\finalizeinfo}[0]{
\begingroup
\catcode`\[ = 1\relax
\catcode`\] = 2\relax
\catcode`\{ = 12\relax ...
I have just one more question then. What if I wanted a command to write out a } to the file and close it. I am trying
\providecommand{\finalizeinfo}[0]{
\begingroup
\catcode`\[ = 1\relax
\catcode`\] = 2\relax
\catcode`\{ = 12\relax ...
- Wed Jun 24, 2009 6:11 pm
- Forum: General
- Topic: Create text file during compile?
- Replies: 4
- Views: 3960
Re: Create text file during compile?
perltex is an interesting thought
- Wed Jun 24, 2009 3:02 pm
- Forum: General
- Topic: \write curly brace
- Replies: 7
- Views: 6197
Re: \write curly brace
Thank you for your quick reply, unfortunately this again only makes a pair of braces; I need to write out only a left brace { at the end.
Is there some way of doing this?
Is there some way of doing this?
- Wed Jun 24, 2009 6:15 am
- Forum: General
- Topic: \write curly brace
- Replies: 7
- Views: 6197
\write curly brace
I know this is a very specific issue but it is important to me, I hope someone knows how to solve it!
I am trying to write a line to a text file (not unlike creating the aux file). I want to write out the line:
PageProps = {
to a file.
I can write:
PageProps =
or:
PageProps = {}
but if I ...
I am trying to write a line to a text file (not unlike creating the aux file). I want to write out the line:
PageProps = {
to a file.
I can write:
PageProps =
or:
PageProps = {}
but if I ...
- Tue Jun 23, 2009 11:11 pm
- Forum: General
- Topic: Create text file during compile?
- Replies: 4
- Views: 3960
Create text file during compile?
Hello all, my first post here.
I have been very happy with Beamer and have started to use it for all of my presentations. I have found an excellent viewer called Impressive for viewing the presentation. Now I am getting a little tired of making the .info file that tells impressive what slide ...
I have been very happy with Beamer and have started to use it for all of my presentations. I have found an excellent viewer called Impressive for viewing the presentation. Now I am getting a little tired of making the .info file that tells impressive what slide ...