Search found 3 matches

by Badders
Wed Feb 25, 2015 12:47 am
Forum: General
Topic: Including a value from a file
Replies: 4
Views: 4894

Re: Including a value from a file

Yeah my mistake, i did \include not \input, im very tired :)

Your solution worked perfectly, thanks very much!
by Badders
Wed Feb 25, 2015 12:09 am
Forum: General
Topic: Including a value from a file
Replies: 4
Views: 4894

Re: Including a value from a file

I just tried that, it gives an even worse result, it page breaks before the included file :(

Any ideas what else to try? im at a loss?

Thanks
by Badders
Tue Feb 24, 2015 6:21 pm
Forum: General
Topic: Including a value from a file
Replies: 4
Views: 4894

Including a value from a file

So i have a script that does some simulations then saves out a number to a file (as well as some figures and other things), and i want to be able to include the number in the text of my latex document without changing it by hand every time the script is run.

At the moment the best solution i have ...