I know that online software of physics review converts latex directly to XML
http://alekskleyn.dyndns-home.com:4080/
http://sites.google.com/site/AleksKleyn/
http://AleksKleyn.blogspot.com/
http://KleynAleks.blogspot.com/
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of Peter Flynn
Sent: Wednesday, February 22, 2012 1:07 PM
To: latexus...@googlegroups.com
Subject: Re: [latexusersgroup] Latex to XML
Yes, the TeX4ht program converts LaTeX to DocBook XML and even RTF. But like all converters, it depends on the source LaTeX being cleanly written.
On 22 Feb 2012 18:02, "latexster" <sme...@rsc.org> wrote:
Hi,
I work in scientific publishing and our typesetters use a house-made
tool to convert Latex files supplied by the authors to MS Word and
then to XML for editing. Wouldn't it be simpler to convert directly
From Latex for XML? Do you have experience/knowledge of the pros and
cons of such converters?
Many thanks
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
This is not necessary to use eqnarray. You can use environment array or split inside of equation. When you learn a lot about equation you will see that you have a lot of flexibility to express yourself. You can also start from not so easy into to latex or go to Google and make search for ‘latex equation’. Also there is wikibook on LaTeX.
Sankhadeep Sarkar
Sankhadeep Sarkar
For instance you can write (I use it very often)
http://alekskleyn.dyndns-home.com:4080/
http://sites.google.com/site/AleksKleyn/
http://AleksKleyn.blogspot.com/
http://KleynAleks.blogspot.com/
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of SankhSarkar
Sent: Friday, February 24, 2012 8:43 PM
To: latexus...@googlegroups.com
Subject: Re: [latexusersgroup] Re: controlling equation labels' position
just use latable no? simple for long equations.
This is not necessary to use eqnarray. You can use environment array or split inside of equation. When you learn a lot about equation you will see that you have a lot of flexibility to express yourself. You can also start from not so easy into to latex or go to Google and make search for ‘latex equation’. Also there is wikibook on LaTeX.
I use amsart package to prepare paper. By default any paragraph starts from ident, so it is easy to see where paragraph starts. However when I use minipage environment, paragraph starts without indent and even command \indent cannot help. What I can do in this case?
# pushd inputdir;pdflatex mydoc;popd
0le
> --
> You received this message because you are subscribed to the Google Groups
> "LaTeX Users Group" group.
> To post to this group, send email to latexus...@googlegroups.com.
> To unsubscribe from this group, send email to
> latexusersgro...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/latexusersgroup?hl=en.
--
/////
( O O )
=================oOO==(_)==OOo=================
Every day and every hour, I'm Learning more
The more I Learn, the less I Know about before
The Less I know, the more I want to Look around
Diggin' deeper into Higher Ground... UB40
.oooO Oooo.
==================( )=( )=====================
\ ( ) /
\_) (_/
===============================================
Ole Peter Smith, IME, UFG
http://www.mat.ufg.br/docentes/olepeter - ole at mat.ufg.br
===============================================
Life sure is a Mystery to be Lived
Not a Problem to be Solved
===============================================
if you're on unix/linux:
0le
Hm, now you have more than one reason to stop suffering with windows...
However, writing a small batch yousef should be able to do the samek onde windows (despite it's poverty...).
cd indir
Pdflatex file
The problem would be how tom getúlio backup tom the direto where yousef were, which, however, may bem considered icing onde the cake!?
0le
Send via Android
--
Hm, now you have more than one reason to stop suffering with windows...
However, writing a small batch yousef should be able to do the samek onde windows (despite it's poverty...).
cd indir
Pdflatex fileThe problem would be how tom getúlio backup tom the direto where yousef were, which, however, may bem considered icing onde the cake!?
\newcommand{\AddIndex}[2]%
{%
\@ifundefined{RefIndex#2}{%
\NameDef{RefIndex#2}{\pageref{index: #2}}%
\label{index: #2}%
}{%
\@ifundefined{Ref 1 Index#2}{%
\NameDef{RefIndex#2}{\pageref{index: #2}, \pageref{index 1: #2}}%
\NameDef{Ref 1 Index#2}{1}%
\label{index 1: #2}%
}{%
\@ifundefined{Ref 2 Index#2}{%
\NameDef{RefIndex#2}{\pageref{index: #2}, \pageref{index 1: #2}, \pageref{index 2: #2}}%
\NameDef{Ref 2 Index#2}{1}%
\label{index 2: #2}%
}{%
\message {error: extra AddIndex #2}
}
}
}%
%\NameDef{RefIndex#2}{\@nameuse{RefIndex#2},\pageref{index 1: #2}}%
{\bf #1}%
}%
The same way I probably will add 2 more levels. However i hope there is way to simplify this code. any idea is welcome.Perhaps if you could explain what it is supposed to do...
///Peter
\NameDef{RefIndex#2}{\pageref{index: #2}}%
\label{index: #2}%
\NameDef{RefIndex#2}{\@nameuse{RefIndex#2},\pageref{index 1: #2}}
Sometimes I wish I could have Peter around, because he is always able to say what I would like to say, but somehow I can't do it. :)
\ifx\@empty\authors
\gdef\authors{#2}%
\else
\g@addto@macro\authors{\and#2}%
\fi
\addtocounter{Symbol}{1}
\@ifundefined{ViewSymbol#3}{%
\NameDef{ViewSymbol#3}{\textcolor{SymbColor}{#1}}%
\NameDef{RefSymbol#3}{\pageref{symbol\arabic{Symbol}: #3}}%
}{%
\expandafter\g@addto@macro\csname RefSymbol#3\endcsname{, \pageref{symbol\arabic{Symbol}: #3}}%
}%
\@namedef{LabelSymbol#3}{\label{symbol\arabic{Symbol}: #3}}%
I added \arabic{Symbol} to make different references to labels with the same #3. However I put attention when I print index I get in all pageref only last value of counter Symbol. How I can make sure that I put into command exactly current value of counter.
\iterate{A,B,C,D,efgh,I,J,klmn,O}
that iterates over the comma-separated values and does something with each entry?
Assume I have macro\def\A{...}in while loop I can create macros\def\B{.} \def\B{..} \def\B{...}
Are you interested in something like
\iterate{A,B,C,D,efgh,I,J,klmn,O}
that iterates over the comma-separated values and does something with each entry?
--No. Idea is little different. During compiling text I accumulate macros for index. I also has file with such indexes and get macros from there which have labels matching macro in memory. However it may happens that 2 or 3 entry match the same index. First idea was to use counter to distingush labels. I saved this counter in appropriate entry for \pageref. But I realized that I saved in memory not value of counter but reference to macro. When I print index I get the latest value of counter for all references. So like Kruzo I mark each label by dot. So if label comes second time it will have 2 dots. If label comes third tume it will have 3 dots. Now in place when I list index I know how much dots has particular label. But this is not number. This is macro like \gdef\A\{...}. I cannot create macro like {.,...,...}. So I cannot use loop \&for. But I can again create macros \def|B{.}, \def\B{..}. The only thing I need to know when to stop,--
16.06.2012, 20:37, "Aleks Kleyn" <...>:
Assuming that you're creating these labels using \label{index: minor
matrix: 3} and \label{index: Standard representation: 1} and the fact that you're loading hyperref (visible through the way \newlabel is defined), the only clue might be given by where you use \AddIndex{Standard representation}{Standard representation}. My assumption is that you're using this as the sectional title, perhaps
\section{\AddIndex{Standard representation}{Standard representation}}
or something similar. In order to have the correct behaviour (as you requested), you need to avoid this and set an index _outside_ the sectional title.
On Sun, Jun 17, 2012 at 9:45 PM, Aleks Kleyn <Aleks...@mailaps.org> wrote:
> --
> You received this message because you are subscribed to the Google
> Groups "LaTeX Users Group" group.
> To post to this group, send email to latexus...@googlegroups.com.
> To unsubscribe from this group, send email to
> latexusersgro...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/latexusersgroup?hl=en.
You need to provide more detail in order for anyone to understand what's going on. Please include a small, minimal, compilable example that shows your definition of \AddIndex and perhaps \ShowEq with a section or two, duplicating your existing layout that _reproduces_ the problem. That is, so that your .aux file contains the "faulty"
Your minimal example does not compile on my machine - it complains of a missing definition environment.
Your minimal example does not compile on my machine - it complains of a missing definition environment.
-
You are right. There is new code
I use pdflatex. any document assumes that I use document class which I select in first operator. When I have error in operator defined in the class I have pointer to place where I use this document. Is there a way to use some setting in the document such way that I will see what line in document class is responsible for error.
On Wed, Aug 1, 2012 at 7:40 PM, Aleks Kleyn <Aleks...@mailaps.org> wrote:
I use pdflatex. any document assumes that I use document class which I select in first operator. When I have error in operator defined in the class I have pointer to place where I use this document. Is there a way to use some setting in the document such way that I will see what line in document class is responsible for error.
I don't think so. By the time the document text is being processed, it's too late. TeX compiles the class first, and once that's done, there is no backtrace information left. You usually get a clue from the context of the error, though. Have you got an example?
///Peter
On Wed, Aug 1, 2012 at 7:40 PM, Aleks Kleyn <Aleks...@mailaps.org> wrote:
I use pdflatex. any document assumes that I use document class which I select in first operator. When I have error in operator defined in the class I have pointer to place where I use this document. Is there a way to use some setting in the document such way that I will see what line in document class is responsible for error.
I don't think so. By the time the document text is being processed, it's too late. TeX compiles the class first, and once that's done, there is no backtrace information left. You usually get a clue from the context of the error, though. Have you got an example?
///PeterI do not think it possible to create minimal example
and do not think it will be helpful. Today i have problem with one class, tommorow it may be different class.
I need common idea how to handle such case. Is it possible to include class into compiled tex file so they will compile together?
I understand what you tell and I agree with you. I had problem with maketitle and markboth. I found command traceall. From the trace I saw that maketitle uses command for href.
This helped me to see that I overwrited maketitle.
In most of the classes it was OK. However this class was not for online publishing, so I commented my code and now I do not have problem with maketitle.So traceall appeared very useful in this case.
However for markboth I did not see any trace and this command is not part of this class. The most interesting that even markboth creates error it does its work. I can check if this command has error with other classes as well.
Not on this list, try comp.text.tex newsgroup
--
I cannot find how I can contact people who develop hyperref
Is it possible when I compile LaTeX file to create from it few PDF files?
You mean create more than one output file?
No, I don't think pdflatex can do that, but perhaps LuaTeX or XeTeX can.
But tkpdf or many PDF utilities can split one PDF files into different files.
P
--
On 22 Feb 2012 18:02, "latexster" <sme...@rsc.org> wrote:
Hi,
I work in scientific publishing and our typesetters use a house-made
tool to convert Latex files supplied by the authors to MS Word and
then to XML for editing. Wouldn't it be simpler to convert directly
From Latex for XML? Do you have experience/knowledge of the pros and
cons of such converters?
I use ams latex documents. When I use package Babel to use Russian text I get following message
Package babel Info: Redefining russian shorthand "~
(babel) in language on input line 40.
This message I see in log in so huge amount that it makes hard to find real errors. Message appeared recently. I appreciate idea how to get rid from this message .
Thank you
Aleks Kleyn
Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
I use ams latex documents. When I use package Babel to use Russian text I get following message
Package babel Info: Redefining russian shorthand "~
(babel) in language on input line 40.
This message I see in log in so huge amount that it makes hard to find real errors. Message appeared recently. I appreciate idea how to get rid from this message .
Thank you
Aleks Kleyn
Derivative in Banach algebra |
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Visit this group at http://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
Package babel Info: Redefining russian shorthand "|
(babel) in language on input line 18.
Package babel Info: Redefining russian shorthand "~
(babel) in language on input line 18.
Playing with packages I found that there is correlation between Babel and pdflatex. So minimal package has form
\documentclass{amsart}
\scrollmode
\usepackage{cmap}
\usepackage[T2A,T2B]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
\selectlanguage{russian}
\usepackage[unicode]{hyperref}
\begin{document}
\author{Автор}
\title{Рассказ}
\maketitle
Рассказ мелодия.
Рассказ мелодия.
Рассказ мелодия.
Рассказ мелодия.
\end{document}
I will appreciate if somebody has an idea how get rid from the message above.\
Thank you,
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
|
| Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of Marina Vasques
Sent: Wednesday, September 10, 2014 11:32 AM
To: latexus...@googlegroups.com
Subject: Re: [latexusersgroup] Babel and Russian
Have you tried putting the \selectlanguage after the \begin{document}?
--
I tried to comment language statement, as well removed unicode option (I had suspicion about it), but log was the same.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
|
| Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
From: Aleks Kleyn [mailto:Aleks...@optimum.net]
Sent: Monday, December 29, 2014 10:06 AM
To: 'latexus...@googlegroups.com'
Subject: RE: [latexusersgroup] Babel and Russian
I tried to comment language statement, as well removed unicode option (I had suspicion about it), but log was the same.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
|
| Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of Peter Flynn
Sent: Monday, December 29, 2014 5:49 AM
To: latexusersgroup
Subject: RE: [latexusersgroup] Babel and Russian
Have you tried putting the \selectlanguage after the \begin{document}?
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
|
| Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
From: Aleks Kleyn [mailto:Aleks...@MailAPS.org]
Sent: Monday, December 29, 2014 10:14 AM
To: 'Aleks Kleyn'; 'latexus...@googlegroups.com'
Subject: RE: [latexusersgroup] Babel and Russian
I change order, call hyperref first, and then Babel, it looks message disappears. I will check it on larger text. Probably they use some common future.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
|
| Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
From: Aleks Kleyn [mailto:Aleks...@optimum.net]
Sent: Monday, December 29, 2014 10:06 AM
To: 'latexus...@googlegroups.com'
Subject: RE: [latexusersgroup] Babel and Russian
I tried to comment language statement, as well removed unicode option (I had suspicion about it), but log was the same.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
|
| Derivative in Banach algebra ∂x2=1⊗ x+x⊗1 ∂x2◦dx=dx x+x dx
|
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of Peter Flynn
Sent: Monday, December 29, 2014 5:49 AM
To: latexusersgroup
Subject: RE: [latexusersgroup] Babel and Russian
Have you tried putting the \selectlanguage after the \begin{document}?
Derivative in Banach algebra
d x2 =(1⊗ x+x⊗1) ◦dx=dx x+x dx
|
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
| Derivative in Banach algebra
d x2 =(1⊗ x+x⊗1) ◦dx=dx x+x dx
|
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of Peter Flynn
Sent: Saturday, July 8, 2017 5:14 AM
To: latexusersgroup
Subject: Re: [latexusersgroup] generating single source file
pdftk is the best tool for this.
Peter
On 8 Jul 2017 05:38, "Aleks Kleyn" <Aleks...@mailaps.org> wrote:
Thank you
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
| Derivative in Banach algebra
d x2 =(1⊗ x+x⊗1) ◦dx=dx x+x dx
|
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
\begin{document}
\include{a1}
\include{a2}
\end{document}
File a1.tex has format
This is include file 1.
File a2.tex has format
And this is include file 2
I want to generate document
\begin{document}
This is include file 1.
And this is include file 2
\end{document}
So I do not create few pdf files from one, but join different tex files into one. The problem that journal where I want to sent paper requires not few tex file, but single one. At this time I wrote small text on visual basic. The only that I need to add is properly handle \if \fi. However, may be there is better way.
I usually do it like you wrote: copy and paste. But it takes a time and if I want to change something, I need to repeat this procedure or make search in too large file.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
| Derivative in Banach algebra
d x2 =(1⊗ x+x⊗1) ◦dx=dx x+x dx
|
From: latexus...@googlegroups.com [mailto:latexus...@googlegroups.com] On Behalf Of Peter Flynn
Sent: Saturday, July 8, 2017 6:40 PM
To: latexusersgroup
Subject: Re: [latexusersgroup] generating single source file
> Pdftk works with pdf file
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Aleks Kleyn
http://alekskleyn.dyndns-home.com:4080/ http://sites.google.com/site/AleksKleyn/ http://AleksKleyn.blogspot.com/ http://KleynAleks.blogspot.com/
| Derivative in Banach algebra
d x2 =(1⊗ x+x⊗1) ◦dx=dx x+x dx
|
From: nepp...@gmail.com [mailto:nepp...@gmail.com] On Behalf Of Abel Siqueira
Sent: Saturday, July 8, 2017 5:12 PM
To: latexus...@googlegroups.com
Subject: Re: [latexusersgroup] generating single source file
Hello,
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
So I do not create few pdf files from one, but join different tex files into one. The problem that journal where I want to sent paper requires not few tex file, but single one.
At this time I wrote small text on visual basic.
The only that I need to add is properly handle \if \fi.
I usually do it like you wrote: copy and paste. But it takes a time
and if I want to change something, I need to repeat this procedure or make search in too large file.