| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | May 22 '12 at 16:29 | |
| stats | profile views | 1 |
|
May 22 |
comment |
How to make a list and count LaTeX keywords in a source file? The nice part in this solution is the integrated counter. |
|
May 22 |
comment |
How to make a list and count LaTeX keywords in a source file? After additional investigations, texcount eliminates from the count the works I am interested in. As it does not seem practical to operate a substraction, I am going to go the sed way. |
|
May 21 |
accepted | How to make a list and count LaTeX keywords in a source file? |
|
May 21 |
comment |
How to make a list and count LaTeX keywords in a source file? Thanks. In the meanwhile, I have seen in a LaTeX course a reference to a utility called "texcount" [link] (app.uio.no/ifi/texcount) It seems to do the type of job I had in mind, while obviously far more ambitious... |
|
May 20 |
revised |
How to make a list and count LaTeX keywords in a source file? deleted 1 characters in body |
|
May 20 |
asked | How to make a list and count LaTeX keywords in a source file? |
|
May 12 |
comment |
How to parse a file to extract 3 digits numbers kept in a “group number” Fantastic. The Latex code generated provides exactly the desired result, and will enable to automate the process almost entirelY...Many thanks |
|
May 10 |
awarded | Scholar |
|
May 10 |
accepted | How to parse a file to extract 3 digits numbers kept in a “group number” |
|
May 10 |
comment |
How to parse a file to extract 3 digits numbers kept in a “group number” Btw, is there a way to maintain the space between"Group" and the group number in the target file, ie \Section{Group 0} and not \Section{Group0}. I feel I would now need also to add the test title in the target code, such as \subsection{Examination of dimensions and mass} \TestDetails{102} This would mean a way to use for the title a many necessary fields as needed, since printf("\\subsection{"$1" "$2"} \\TestDetails{%d}\n", $i) returns obviously a truncated label, such as \subsection{Examination of} \TestDetails{102} |
|
May 9 |
comment |
How to parse a file to extract 3 digits numbers kept in a “group number” Yes. As a matter of fact, I am trying another approach, trying to get rid of the duplicated lines while extracting the text file from the original pdf document. I have noticed the pages in english are on even pages while the ones I want to discard are odd. I have not yet found a clean way to do this, since the routine I use can set a range of pages, (see below from 50 to 56) but not the even ones only:/usr/local/bin/pdftotext -layout -f 50 -l 56 <path to pdf file> - | iconv -f L1 -t UTF-8 | |
|
May 8 |
comment |
How to parse a file to extract 3 digits numbers kept in a “group number” Thanks a lot. This is quite fascinating. I will need time to explore the code.. I have just realized that in some cases, the standards are bilingual, therefore my source file contains duplicated lines, ie contains two tables 6 such as above (one in english, one in a second language). Is there an easy way to alter the code to remove the duplicated groups and associated tests numbers? |
|
May 8 |
comment |
How to parse a file to extract 3 digits numbers kept in a “group number” I generate the source file by "/usr/local/bin/pdftotext -layout -f 54 -l 60 <path-to-pdf-file> - | iconv -f L1 -t UTF-8" . How can I best link the two commands to create the LaTeX code in a single step if possible? |
|
May 8 |
comment |
How to parse a file to extract 3 digits numbers kept in a “group number” Thanks. I had been trying for a long time.... |
|
May 8 |
awarded | Student |
|
May 8 |
awarded | Editor |
|
May 8 |
revised |
How to parse a file to extract 3 digits numbers kept in a “group number” added 6 characters in body |
|
May 8 |
asked | How to parse a file to extract 3 digits numbers kept in a “group number” |