Search found 7 matches

by NChairFix
Wed Jun 10, 2015 9:59 am
Forum: Graphics, Figures & Tables
Topic: longtable / table column alignment
Replies: 5
Views: 13633

Re: longtable / table column alignment

This it all makes perfect sense and is all quite logical now you mention it, I guess it is something else to get used to and look out for in the future.
by NChairFix
Mon Jun 08, 2015 5:36 pm
Forum: Graphics, Figures & Tables
Topic: longtable / table column alignment
Replies: 5
Views: 13633

Re: longtable / table column alignment

Is that really all that it was? :oops:
Blimey! Well thank you for that it has indeed fixed my issue!

I take it that is why I keep seeing % after } all over other folks code? I assumed that the % and everything after it was just ignored, I take it the tex parser ignores EVERYTHING till the end of ...
by NChairFix
Mon Jun 08, 2015 2:15 pm
Forum: Graphics, Figures & Tables
Topic: longtable / table column alignment
Replies: 5
Views: 13633

longtable / table column alignment

I have been working on some manuals that display table in a longtable environment using a counter on a line.
A command has been created to fill in a row in the table for ease of use, this command has an optional argument and it would appear that that particular argument messes us the centering of ...
by NChairFix
Thu May 28, 2015 10:02 am
Forum: General
Topic: Totcount counter problem?
Replies: 6
Views: 6299

Re: Totcount counter problem?

Yes non programmers will be doing manuals, at least I hope they will! Though Im sure I will face some opposition from some of them as we all dislike writing manuals with a passion! Though I must admit working though the manuals this way is proving more fun/interesting than normal :D .

I hadn't ...
by NChairFix
Tue May 26, 2015 9:52 am
Forum: General
Topic: Totcount counter problem?
Replies: 6
Views: 6299

Re: Totcount counter problem?

Thank you again for the reply.

As latex is pretty new to me I am trying to avoid doing non-recommend things but I am going to have to see how the on the fly counters workout for me. Admittedly maybe I am using the macros too much but we will see.....

I must admit I am not looking forward to ...
by NChairFix
Fri May 22, 2015 10:47 am
Forum: General
Topic: Totcount counter problem?
Replies: 6
Views: 6299

Re: Totcount counter problem?

Thankyou for the information and code.

It will take me a while to digest all that code as I am fairly new to latex and certainly new to that level of coding.

You say that defining counters on the fly isn't a good idea, how would you recommend me assigning a counter to my own table environment then ...
by NChairFix
Thu May 21, 2015 10:24 am
Forum: General
Topic: Totcount counter problem?
Replies: 6
Views: 6299

Totcount counter problem?

Hi,

I have started using Latex to do our company manuals, everything seemed to be going well, apart from the odd hiccup.
Part of these manuals have tables of information, one of the rows needs to include the number of rows in the particular table.

This all seemed to work well using the totcount ...