Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News LaTeX Word Counter 0.1.1 (Default branch) Post 302251029 by Linux Bot on Friday 24th of October 2008 07:30:11 PM
Old 10-24-2008
LaTeX Word Counter 0.1.1 (Default branch)

ImageLaTeX Word Counter is a word counter for LaTeXfiles. It can also count simple text files. It hasa simple and easy graphical interface. Logs can beshown for every file (such as included LaTeXfiles). When opened, the file is determined to beLaTeX or not. When done, all the words arecounted. Once done, the user can always recountthe same file or open another.License: GNU General Public License (GPL)Changes:
This release makes logs count a file not endingwith two "end of lines",allows \fbox structures, adds the possibility tospecify a file or path,and allows windows to be resized.Image

Image

More...
 

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

Converting LATEX PDF to WORD document

Hi there, is it possible to convert pdf files to Word with some free :p software or with some trick??? Now I'm working with LATEX and I can get pdf format but I would like to get .rtf or .doc files too:rolleyes:. Lately I found something like that, but it wasn't free. Thanks for any... (1 Reply)
Discussion started by: Giordano Bruno
1 Replies
ost::Counter< T >(3)					     Library Functions Manual					      ost::Counter< T >(3)

NAME
ost::Counter< T > - The counter template is used for generic objects which act as automatic counters. SYNOPSIS
#include <counter.h> Public Member Functions Counter () Construct and initialize a counter to zero. Counter (const Counter &counter) Construct a counter with an initial value set for another counter. Counter (T initial) Construct a counter with an initial value of the specified data type. T & operator= (T c) operator T () Protected Attributes T count Detailed Description template<typename T>class ost::Counter< T > The counter template is used for generic objects which act as automatic counters. Each time the object is accessed, the underlying counted data type is incremented. Author: David Sugar dyfet@gnutelephony.org Automatic counter template class. Constructor &; Destructor Documentation template<typename T > ost::Counter< T >::Counter () [inline] Construct and initialize a counter to zero. References ost::Counter< T >::count. template<typename T > ost::Counter< T >::Counter (const Counter< T > &counter) [inline] Construct a counter with an initial value set for another counter. Parameters: counter to copy from. References ost::Counter< T >::count. template<typename T > ost::Counter< T >::Counter (Tinitial) [inline] Construct a counter with an initial value of the specified data type. Parameters: initial value to set. References ost::Counter< T >::count. Member Function Documentation template<typename T > ost::Counter< T >::operator T () [inline] References ost::Counter< T >::count. template<typename T > T& ost::Counter< T >::operator= (Tc) [inline] Member Data Documentation template<typename T > T ost::Counter< T >::count [protected] Referenced by ost::Counter< T >::Counter(), and ost::Counter< T >::operator T(). Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::Counter< T >(3)
All times are GMT -4. The time now is 04:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy