The out line is long to read lỗi pdf năm 2024
When including figures/style/class/macro files, you must use relative filenames instead of absolute filenames. For example,
Show
3 is correct, while:
4 is not. Absolute filenames make it impossible for anyone to use the source without modifying it. Unless your TeX system happens to have the same directory structure as ours, then our automated processing will fail. Upper-case vs Lower-case filenamesIf you use a computer with case-insensitive filenames (e.g., Windows), be sure that the case of any filenames referred to in your TeX file matches exactly the files that are uploaded. For example, the command:
will not work if the file is uploaded as
because filenames are case-sensitive on our system. Spaces and other inappropriate characters in filenamesDo not use spaces in filenames, in either your figure inclusion commands or directory names. Do not use common filesystem delimiters in file names (i.e
5,
6,
7, etc.). Certain symbols such as the ampersand (
During file upload these examples will be programmatically converted to an underscore character (the
9 character) in the file names only. You are responsible for updating any inclusion or input commands in your source. Missing style/macro filesSome authors write their own style/macro files (or modify standard ones), but forget to include them with the source. Be sure to include with the source any style/macro files that we don't have. Note: non-standard style/macro files provided along with the source must NOT be attached to a paper. Instead, submit them as separate files, or use tar or zip to combine them with the source files before submitting. Last minute untested changesAll too often, an author will make last minute changes to the source, but won't test it to see if the results will TeX correctly. You can save yourself a lot of trouble by testing that everything works properly before submitting your paper. User interventionOur source to postscript conversion system (called "AutoTeX") is fully automated. There is no genie present to answer questions such as:
If your source needs to ask these types of question, please create a file called
0 (where
1 matches the file it is to act on) that contains suitable responses. Your
2 file can be first tested on your local machine by running the following command:
Multiple files concatenatedDo not submit several files all concatenated into one file, such as the Scientific Workplace's
3 file type -- such files cannot be separated automatically and may fail to process in unexpected ways. Instead, please create a
4 or
5 file. Use of old or non-standard style filesStyle files change with time, and you (or we) might be using old versions of style files. We try to keep up to date, so if problems arise due to style files, please check that the version you are using is current. Some well-known style files, e.g.,
6 and
7, have been altered by TeX programmers, then uploaded to web sites under the same filename. This is very bad practice and anti-social behavior, since we end up with multiple versions of standard styles. arXiv will make every effort to support the most recent and official versions of standard style files. As an example, the
8 and
9 packages have been standard since the release of LaTeX 2e and are the recommended graphics inclusion macros. These packages provide the most portable and reliable method of including graphics. Style files incompatible with dvipsStyle files that are incompatible with
0, e.g.,
1, can cause problems. If the DVI requires exotic versions of
0 (e.g.,
Please make every effort to avoid using non-standard styles and
4 utilities. Few people will be able to process papers in these non-standard formats. Sources that rely on something other than TeX or LaTeXAll papers should be formatted so they work with TeX or LaTeX (as appropriate). If you use other formats (as opposed to style files or macros), e.g., AMS-TeX, AMS-LaTeX, or aatex, then please add the appropriate line to the top of the source, e.g.:
for AMS-LaTeX (based on amslatex version 1.1),
or
for AMS-TeX, and
or
for Springer-Verlag's Plain TeX Astronomy & Astrophysics macros, cp-aa (also known as aatex). Anything that relies on something other than TeX or (PDF)LaTeX will fail. At this time arXiv does not support processing with: XeTeX and its variants including LuaTeX, LyX, or PDFTeX. Use of unusual/uncommon fontsAuthors should keep in mind that if they use unusual fonts, many potential readers of their work won't have them installed. Because it would require significant admin time to install and maintain non-standard fonts, we do not generally support such fonts. It is, however, possible to include your local metafont
5 files as well as your local
6 file. This will require special handling with a
7 file with the appropriate fontmap directive. Unprotected
4 and other macros inside figure
5 commands, "
6" error In LaTeX, any citations inside a figure
5 should be protected using the
2 command; e.g.,
3. This delays the expansion of the citation until the second latex pass, i.e., when the reference has been defined. Marking files to be ignoredIf you need to include files in the source that should not be processed by the automated system, you may do either of the following:
for each file that should be ignored. "
7"error If you use
7 to include PostScript figures you must make sure that the
8 definitions are near the start of the PostScript figure files. In order to reduce processing time, our TeX system does not scan the whole of each included file. If you have a file with the following structure:
1 then simply move the
8 line to the top:
2 To disable HyperTeXBy default, our TeX system uses HyperTeX to add hyperlinks between references, sections and equations within your paper. These show up in the PDF (and in the PostScript with some viewers). HyperTeX conflicts with a few style and class files. If you think this is a problem, you can disable HyperTeX for your submission by including a file
7. It should contain the line:
3 Note that HyperTeX changes the way citations appear in some styles -- ranges will be represented as [11, 12, 13] instead of [11-13]. This is necessary for HyperTeX to be able to make individual links to each citation. Unless you feel very strongly about this we recommend leaving HyperTeX on. "
8" and other problems with write permissions during TeX processing In our system, only the top level directory is granted write permission during processing. Attempts to write files to subdirectories will fail. All files included via
2 instead of
3 must be in the top level directory. This is because the
2 command attempts to write a separate
5 file in the same directory as the included file. For example:
4 "
9" errors Our TeX system complains about double subscripts (and superscripts) because
7 could be read as
8 or
9 or
0 or even
1. These are not the same since the character size and position is affected. Some older TeX systems would automatically substitute
0 without the need for user intervention, but current TeX systems (including ours) will not do this. As a result, the appropriate interpretation must be explicitly specified. If you are curious about the differences, see these examples. PDF conversion failure in papers with complex section structureIn some papers with "elaborate" section structure, hyperref can generate PostScript that contains bad pdfmarks which break PDF conversion. This problem affects mostly longer papers, reviews, theses, etc., i.e. those papers where a linked table of contents (TOC) and document outline would be most useful! The reason is that the section counter (used for the names of destination links) is reset by authors and certain macros to control the numbering of appendix sections. The result is failure of ps2pdf conversion due to ambiguous pdfmarks or conflicting subsection count in the pdfmarks. The simple cure is to but a better work-around is to simply switch off bookmarks (i.e. document outline) while leaving normal document linking on. You can do this by adding the following line to the preamble:
5 arXiv system attempts processing with PDFLaTeX for submissions which are regular latexA common mistake made by authors as well as many macro packages is incorrect testing for \pdfoutput to decide whether pdflatex is run in dvi mode or pdf mode, or whether the processing is done in regular latex mode. The underlying engines used to be different and a simple test for \ifx\pdfoutput\undefined was sufficient to distinguish between all options. This is no longer the case, because the underlying engine is the same for all 3 cases and therefore the value of the \pdfoutput parameter has to be tested, too. That is, a common (but incorrect) testing sequence might look like: "\ifx\pdfoutput\undefined .... \else ..... \fi". Symptoms of this mistake might be:
The most reliable way to accomplish conditional branching in the TeX source where necessary is instead via the ifpdf package:
6 Note that the graphics package and the hyperref package are smart enough to figure this out on their own. You do not need to specify any driver for these packages. For more information, see: https://www.ctan.org/pkg/ifpdf You can download the ifpdf macro from the above link as well, if it is not already a part of your tex tree. In the extremely rare event that your submision still does not correctly identify itself as latex, and you are absolutely sure, you can add the line:
7 as the very first line of your tex file. Why does arXiv's system fail to recognize the main tex file?It is possible in writing your latex code to include your
3 directive in a file other than the main .tex file. While this is perfectly reasonable for a human who's compling to know which of the tex files is the main one (even when using something obvious as the filename, such as
4), our AutoTeX system will attempt to process whichever file has the
3 directive as the main tex file. Note that the system does not process using
6 or any other manifest-type files. Problems with inclusion of binary or other bitmap figures;
0 warnings Update 2011-12-06: arXiv's default dvips configuration was changed to retain comments. The following does not apply to papers received since then. By default, our TeX system tells
0 to strip comment lines from included PostScript figures. This is usually the correct thing to do because it prevents DSC (Document Structuring Comments) lines from being included from figures. If included, these would likely break the DSC structure of the final PostScript (the DSC structure is what allows viewers to display an index of page numbers). Lines starting with '
9' in the included PostScript files are identified as comments, but sometimes PostScript figures include blocks of data with lines starting with '
9' that are not comments. Removal of these lines may break the final PostScript. You can turn off the removal of comments from included figures for your submission by including a file
7. It should contain an instruction specific to the filename of the dvi file:
8 You can test the effect of this yourself by comparing the output of
9 Note that this whole issue arises because Adobe decided to use the ignored "Comments" from the PostScript standard to provide additional structure to regular PostScript files, which leads to complications for programs that rely on proper DSC structure when two or more such files are included in each other. ## Mixed figure file formats arXiv does not perform any "on the fly" figure file conversions from PostScript to PDF, so your figure files must be in the same format expected for your processing engine. This means PDFLATeX would accept any combination of
2,
3, and/or
4, and that (La)TeX accepts
5 and/or
6 only. You can tell this has been done locally because the converted figures will typically appear with names like "
7" in addition to the original
6 file. One could convert all PostScript figures in a directory to PDF simply by running from a BASH prompt:
0 then proceeding to update the figure file inclusion commands in your tex. Note that there are many ways to accomplish this step (e.g. one could use ), and this is provided as an example only. It is your responsibility as the submitter to ensure that the figures are scientifically accurate in the format as submitted. "
1" A new issue seen beginning with the upgrade to TeXLive 2020 in arXiv is the error:
1 This error appears most frequently when using the
00 template for their tex source file, although there are other causes for this same error. The error is caused by multiple packages attempting to define this math symbol. Most commonly in arXiv appear to be the interaction of the
01 and
02 packages, which both define this shape. Ideally, you will know which one is the correct one for your use and plan in advance to use one or the other. If you insist on using both, one or the other will need to have its definition of this macro reset prior to the call of the other package. This can be done by adding the line:
2 immediately after the call to the first package (usually the
01 package call). If you choose to go this route, please carefully inspect the output, as this may have unexpected results. If you determine that the output is other than what you would expect for this symbol, please swap the package inclusion order, to "
04" the other package's definition of this symbol. Notes for using
2 in arXiv arXiv cannot process using the
06 option, as this is disabled in arXiv's system for security reasons. The package authors are aware of this issue, and made package options available to still process in such an environment. Authors who make use of
2's syntax highlighting are warned against using so called "hidden" cache directories in arXiv. This means that if you are running with their recommended
08 option to the package, you will need to specify a cache directory. Do not use a hidden directory name! Hidden directories begin with the special
09 character, such as
10 (which may be the default). Such options will break at publish time, as these files are not saved between compilation and publication (and are not able to be regenerated). To account for this, do not use them. An example of a correct call looks like:
3 This assumes that you've already correctly created the cache first using their
11 option. Consult the for further details (at time of this writing, the package options begin on page 12 in section 5). |