Supporting style files of tex file












0














The journal asked me to provide them "supporting files so they will be able to uploading the same. They asked me to send them the tex file and the style files of the tex file".
I sent them all the files that are in the relevant directory: .tex, .pdf, (all figures), .bib, .sty, .clo, .cls and .synctex.gz.



enter image description here



What else can I send them?
I produced a pdf from TeXstudio 2.11.2 latex file
Here is the packages I use:



begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%smartqed % flush right qed marks, e.g. at end of proof
%
%usepackage{graphicx}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%

% documentclass{article}
usepackage{amsmath}
usepackage{mathtools}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{authblk}
usepackage{textcomp}
usepackage{filecontents}
usepackage{microtype}
usepackage{float}
usepackage{adjustbox}
usepackage{booktabs,makecell,tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{subfigure}

usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


newcommand{tvar}[2]{%
mathrm{#1}_{mathrm{#2}}%
}
renewcommandtheadfont{small}
newcolumntype{C}[1]{>{centeringarraybackslash}p{#1}}
newcolumntype{L}{>{raggedrightarraybackslash}X}
usepackage{siunitx}

%documentclass{article}
usepackage[utf8]{inputenc}
usepackage{siunitx}
usepackage{etoolbox}
usepackage{tabularx, booktabs, makecell} %

%\usepackage[symbol*]{footmisc}
%usepackage[round]{natbib}
usepackage[square,numbers]{natbib}
renewcommand{thetable}{arabic{table}}

%usepackage{siunitx,etoolbox}
%renewrobustcmd{bfseries}{fontseries{b}selectfont}
%renewrobustcmd{boldmath}{}
%newrobustcmd{B}{bfseries}

usepackage{lmodern}
usepackage{siunitx}
usepackage{booktabs}
usepackage{etoolbox}


% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%

usepackage[a4paper,margin=1in,footskip=0.25in]{geometry}









share|improve this question




















  • 4




    Did they come back to you and ask for something specific? Your list seems to be complete…
    – TeXnician
    Jan 2 at 16:19










  • Thanks @TeXnician very much. That's what I thought. I resent them the files again with .sty extension. Hope it will be OK.
    – Avi
    Jan 2 at 16:39










  • You could use bundledoc to make a snapshot of all the dependencies and external resources used by your document.
    – DG'
    Jan 2 at 21:08










  • Thanks @DG', is it the *.tar.gz file that is produced automatically by TeXstudio?
    – Avi
    Jan 3 at 8:00










  • @Avi I don't use TeXstudio and don't know which files are produced by it, so I can't really tell....
    – DG'
    Jan 3 at 10:06
















0














The journal asked me to provide them "supporting files so they will be able to uploading the same. They asked me to send them the tex file and the style files of the tex file".
I sent them all the files that are in the relevant directory: .tex, .pdf, (all figures), .bib, .sty, .clo, .cls and .synctex.gz.



enter image description here



What else can I send them?
I produced a pdf from TeXstudio 2.11.2 latex file
Here is the packages I use:



begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%smartqed % flush right qed marks, e.g. at end of proof
%
%usepackage{graphicx}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%

% documentclass{article}
usepackage{amsmath}
usepackage{mathtools}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{authblk}
usepackage{textcomp}
usepackage{filecontents}
usepackage{microtype}
usepackage{float}
usepackage{adjustbox}
usepackage{booktabs,makecell,tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{subfigure}

usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


newcommand{tvar}[2]{%
mathrm{#1}_{mathrm{#2}}%
}
renewcommandtheadfont{small}
newcolumntype{C}[1]{>{centeringarraybackslash}p{#1}}
newcolumntype{L}{>{raggedrightarraybackslash}X}
usepackage{siunitx}

%documentclass{article}
usepackage[utf8]{inputenc}
usepackage{siunitx}
usepackage{etoolbox}
usepackage{tabularx, booktabs, makecell} %

%\usepackage[symbol*]{footmisc}
%usepackage[round]{natbib}
usepackage[square,numbers]{natbib}
renewcommand{thetable}{arabic{table}}

%usepackage{siunitx,etoolbox}
%renewrobustcmd{bfseries}{fontseries{b}selectfont}
%renewrobustcmd{boldmath}{}
%newrobustcmd{B}{bfseries}

usepackage{lmodern}
usepackage{siunitx}
usepackage{booktabs}
usepackage{etoolbox}


% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%

usepackage[a4paper,margin=1in,footskip=0.25in]{geometry}









share|improve this question




















  • 4




    Did they come back to you and ask for something specific? Your list seems to be complete…
    – TeXnician
    Jan 2 at 16:19










  • Thanks @TeXnician very much. That's what I thought. I resent them the files again with .sty extension. Hope it will be OK.
    – Avi
    Jan 2 at 16:39










  • You could use bundledoc to make a snapshot of all the dependencies and external resources used by your document.
    – DG'
    Jan 2 at 21:08










  • Thanks @DG', is it the *.tar.gz file that is produced automatically by TeXstudio?
    – Avi
    Jan 3 at 8:00










  • @Avi I don't use TeXstudio and don't know which files are produced by it, so I can't really tell....
    – DG'
    Jan 3 at 10:06














0












0








0


1





The journal asked me to provide them "supporting files so they will be able to uploading the same. They asked me to send them the tex file and the style files of the tex file".
I sent them all the files that are in the relevant directory: .tex, .pdf, (all figures), .bib, .sty, .clo, .cls and .synctex.gz.



enter image description here



What else can I send them?
I produced a pdf from TeXstudio 2.11.2 latex file
Here is the packages I use:



begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%smartqed % flush right qed marks, e.g. at end of proof
%
%usepackage{graphicx}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%

% documentclass{article}
usepackage{amsmath}
usepackage{mathtools}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{authblk}
usepackage{textcomp}
usepackage{filecontents}
usepackage{microtype}
usepackage{float}
usepackage{adjustbox}
usepackage{booktabs,makecell,tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{subfigure}

usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


newcommand{tvar}[2]{%
mathrm{#1}_{mathrm{#2}}%
}
renewcommandtheadfont{small}
newcolumntype{C}[1]{>{centeringarraybackslash}p{#1}}
newcolumntype{L}{>{raggedrightarraybackslash}X}
usepackage{siunitx}

%documentclass{article}
usepackage[utf8]{inputenc}
usepackage{siunitx}
usepackage{etoolbox}
usepackage{tabularx, booktabs, makecell} %

%\usepackage[symbol*]{footmisc}
%usepackage[round]{natbib}
usepackage[square,numbers]{natbib}
renewcommand{thetable}{arabic{table}}

%usepackage{siunitx,etoolbox}
%renewrobustcmd{bfseries}{fontseries{b}selectfont}
%renewrobustcmd{boldmath}{}
%newrobustcmd{B}{bfseries}

usepackage{lmodern}
usepackage{siunitx}
usepackage{booktabs}
usepackage{etoolbox}


% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%

usepackage[a4paper,margin=1in,footskip=0.25in]{geometry}









share|improve this question















The journal asked me to provide them "supporting files so they will be able to uploading the same. They asked me to send them the tex file and the style files of the tex file".
I sent them all the files that are in the relevant directory: .tex, .pdf, (all figures), .bib, .sty, .clo, .cls and .synctex.gz.



enter image description here



What else can I send them?
I produced a pdf from TeXstudio 2.11.2 latex file
Here is the packages I use:



begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%smartqed % flush right qed marks, e.g. at end of proof
%
%usepackage{graphicx}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%

% documentclass{article}
usepackage{amsmath}
usepackage{mathtools}
usepackage{graphicx}
usepackage{algpseudocode}
usepackage{algorithm}
usepackage{authblk}
usepackage{textcomp}
usepackage{filecontents}
usepackage{microtype}
usepackage{float}
usepackage{adjustbox}
usepackage{booktabs,makecell,tabularx}
usepackage{url}
usepackage{booktabs}
usepackage{subfigure}

usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


newcommand{tvar}[2]{%
mathrm{#1}_{mathrm{#2}}%
}
renewcommandtheadfont{small}
newcolumntype{C}[1]{>{centeringarraybackslash}p{#1}}
newcolumntype{L}{>{raggedrightarraybackslash}X}
usepackage{siunitx}

%documentclass{article}
usepackage[utf8]{inputenc}
usepackage{siunitx}
usepackage{etoolbox}
usepackage{tabularx, booktabs, makecell} %

%\usepackage[symbol*]{footmisc}
%usepackage[round]{natbib}
usepackage[square,numbers]{natbib}
renewcommand{thetable}{arabic{table}}

%usepackage{siunitx,etoolbox}
%renewrobustcmd{bfseries}{fontseries{b}selectfont}
%renewrobustcmd{boldmath}{}
%newrobustcmd{B}{bfseries}

usepackage{lmodern}
usepackage{siunitx}
usepackage{booktabs}
usepackage{etoolbox}


% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%

usepackage[a4paper,margin=1in,footskip=0.25in]{geometry}






packages journal






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 2 at 16:18









TeXnician

24.7k63187




24.7k63187










asked Jan 2 at 16:06









AviAvi

331514




331514








  • 4




    Did they come back to you and ask for something specific? Your list seems to be complete…
    – TeXnician
    Jan 2 at 16:19










  • Thanks @TeXnician very much. That's what I thought. I resent them the files again with .sty extension. Hope it will be OK.
    – Avi
    Jan 2 at 16:39










  • You could use bundledoc to make a snapshot of all the dependencies and external resources used by your document.
    – DG'
    Jan 2 at 21:08










  • Thanks @DG', is it the *.tar.gz file that is produced automatically by TeXstudio?
    – Avi
    Jan 3 at 8:00










  • @Avi I don't use TeXstudio and don't know which files are produced by it, so I can't really tell....
    – DG'
    Jan 3 at 10:06














  • 4




    Did they come back to you and ask for something specific? Your list seems to be complete…
    – TeXnician
    Jan 2 at 16:19










  • Thanks @TeXnician very much. That's what I thought. I resent them the files again with .sty extension. Hope it will be OK.
    – Avi
    Jan 2 at 16:39










  • You could use bundledoc to make a snapshot of all the dependencies and external resources used by your document.
    – DG'
    Jan 2 at 21:08










  • Thanks @DG', is it the *.tar.gz file that is produced automatically by TeXstudio?
    – Avi
    Jan 3 at 8:00










  • @Avi I don't use TeXstudio and don't know which files are produced by it, so I can't really tell....
    – DG'
    Jan 3 at 10:06








4




4




Did they come back to you and ask for something specific? Your list seems to be complete…
– TeXnician
Jan 2 at 16:19




Did they come back to you and ask for something specific? Your list seems to be complete…
– TeXnician
Jan 2 at 16:19












Thanks @TeXnician very much. That's what I thought. I resent them the files again with .sty extension. Hope it will be OK.
– Avi
Jan 2 at 16:39




Thanks @TeXnician very much. That's what I thought. I resent them the files again with .sty extension. Hope it will be OK.
– Avi
Jan 2 at 16:39












You could use bundledoc to make a snapshot of all the dependencies and external resources used by your document.
– DG'
Jan 2 at 21:08




You could use bundledoc to make a snapshot of all the dependencies and external resources used by your document.
– DG'
Jan 2 at 21:08












Thanks @DG', is it the *.tar.gz file that is produced automatically by TeXstudio?
– Avi
Jan 3 at 8:00




Thanks @DG', is it the *.tar.gz file that is produced automatically by TeXstudio?
– Avi
Jan 3 at 8:00












@Avi I don't use TeXstudio and don't know which files are produced by it, so I can't really tell....
– DG'
Jan 3 at 10:06




@Avi I don't use TeXstudio and don't know which files are produced by it, so I can't really tell....
– DG'
Jan 3 at 10:06










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f468269%2fsupporting-style-files-of-tex-file%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f468269%2fsupporting-style-files-of-tex-file%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to change which sound is reproduced for terminal bell?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Can I use Tabulator js library in my java Spring + Thymeleaf project?