2003-02-28 09:49:49 +00:00
|
|
|
/**
|
2007-04-26 04:41:58 +00:00
|
|
|
* \file Format.cpp
|
2003-02-28 09:49:49 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* \author Dekel Tsur
|
|
|
|
*
|
2003-08-23 00:17:00 +00:00
|
|
|
* Full author contact details are available in file CREDITS.
|
2003-02-28 09:49:49 +00:00
|
|
|
*/
|
|
|
|
|
2003-05-23 13:54:09 +00:00
|
|
|
#include <config.h>
|
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "Format.h"
|
|
|
|
#include "Buffer.h"
|
|
|
|
#include "BufferParams.h"
|
|
|
|
#include "LyXRC.h"
|
2007-04-29 16:22:46 +00:00
|
|
|
#include "ServerSocket.h"
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2007-04-28 20:44:46 +00:00
|
|
|
#include "frontends/alert.h" //to be removed?
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/debug.h"
|
2003-02-28 09:49:49 +00:00
|
|
|
#include "support/filetools.h"
|
2007-11-29 07:04:28 +00:00
|
|
|
#include "support/gettext.h"
|
2006-05-17 22:13:33 +00:00
|
|
|
#include "support/lstrings.h"
|
2014-07-05 09:55:35 +00:00
|
|
|
#include "support/mutex.h"
|
2016-06-19 02:39:38 +00:00
|
|
|
#include "support/docstream.h"
|
2006-05-17 22:13:33 +00:00
|
|
|
#include "support/os.h"
|
2013-02-06 10:36:58 +00:00
|
|
|
#include "support/PathChanger.h"
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
#include "support/Systemcall.h"
|
2010-12-07 00:13:19 +00:00
|
|
|
#include "support/textutils.h"
|
2011-04-14 18:32:42 +00:00
|
|
|
#include "support/Translator.h"
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2010-04-22 11:45:34 +00:00
|
|
|
#include <algorithm>
|
2011-09-19 10:08:33 +00:00
|
|
|
#include <map>
|
|
|
|
#include <ctime>
|
2010-04-22 11:45:34 +00:00
|
|
|
|
2014-08-25 18:08:59 +00:00
|
|
|
// FIXME: Q_OS_MAC is not available, it's in Qt
|
2008-02-03 10:43:03 +00:00
|
|
|
#ifdef USE_MACOSX_PACKAGING
|
|
|
|
#include "support/linkback/LinkBackProxy.h"
|
|
|
|
#endif
|
|
|
|
|
2012-02-21 20:29:44 +00:00
|
|
|
#ifdef HAVE_MAGIC_H
|
|
|
|
#include <magic.h>
|
|
|
|
#endif
|
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2007-12-12 18:57:56 +00:00
|
|
|
using namespace lyx::support;
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
|
|
|
namespace Alert = frontend::Alert;
|
|
|
|
namespace os = support::os;
|
2006-05-17 22:13:33 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
namespace {
|
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
string const token_from_format("$$i");
|
|
|
|
string const token_path_format("$$p");
|
|
|
|
string const token_socket_format("$$a");
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2004-01-31 15:30:24 +00:00
|
|
|
|
2007-12-12 19:28:07 +00:00
|
|
|
class FormatNamesEqual : public unary_function<Format, bool> {
|
2004-01-31 15:30:24 +00:00
|
|
|
public:
|
|
|
|
FormatNamesEqual(string const & name)
|
2012-10-27 13:45:27 +00:00
|
|
|
: name_(name)
|
|
|
|
{}
|
2004-01-31 15:30:24 +00:00
|
|
|
bool operator()(Format const & f) const
|
|
|
|
{
|
|
|
|
return f.name() == name_;
|
|
|
|
}
|
|
|
|
private:
|
|
|
|
string name_;
|
|
|
|
};
|
|
|
|
|
2004-11-09 19:08:34 +00:00
|
|
|
|
2007-12-12 19:28:07 +00:00
|
|
|
class FormatExtensionsEqual : public unary_function<Format, bool> {
|
2004-11-09 19:08:34 +00:00
|
|
|
public:
|
|
|
|
FormatExtensionsEqual(string const & extension)
|
2012-10-27 13:45:27 +00:00
|
|
|
: extension_(extension)
|
|
|
|
{}
|
2004-11-09 19:08:34 +00:00
|
|
|
bool operator()(Format const & f) const
|
|
|
|
{
|
2011-09-13 20:42:23 +00:00
|
|
|
return f.hasExtension(extension_);
|
2004-11-09 19:08:34 +00:00
|
|
|
}
|
|
|
|
private:
|
|
|
|
string extension_;
|
|
|
|
};
|
|
|
|
|
2011-10-07 08:21:31 +00:00
|
|
|
|
2012-02-21 20:29:44 +00:00
|
|
|
class FormatMimeEqual : public unary_function<Format, bool> {
|
|
|
|
public:
|
|
|
|
FormatMimeEqual(string const & mime)
|
2012-10-27 13:45:27 +00:00
|
|
|
: mime_(mime)
|
|
|
|
{}
|
2012-02-21 20:29:44 +00:00
|
|
|
bool operator()(Format const & f) const
|
|
|
|
{
|
|
|
|
// The test for empty mime strings is needed since we allow
|
|
|
|
// formats with empty mime types.
|
|
|
|
return f.mime() == mime_ && !mime_.empty();
|
|
|
|
}
|
|
|
|
private:
|
|
|
|
string mime_;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
} //namespace anon
|
|
|
|
|
2013-03-24 16:52:48 +00:00
|
|
|
bool Format::formatSorter(Format const * lhs, Format const * rhs)
|
|
|
|
{
|
2016-08-28 00:27:37 +00:00
|
|
|
return compare_locale(translateIfPossible(lhs->prettyname()),
|
|
|
|
translateIfPossible(rhs->prettyname())) < 0;
|
2013-03-24 16:52:48 +00:00
|
|
|
}
|
2011-09-07 21:47:36 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
bool operator<(Format const & a, Format const & b)
|
|
|
|
{
|
2016-08-28 00:27:37 +00:00
|
|
|
return compare_locale(translateIfPossible(a.prettyname()),
|
|
|
|
translateIfPossible(b.prettyname())) < 0;
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
2006-05-20 12:03:40 +00:00
|
|
|
|
2016-08-28 00:27:37 +00:00
|
|
|
Format::Format(string const & n, string const & e, docstring const & p,
|
2006-05-20 12:03:40 +00:00
|
|
|
string const & s, string const & v, string const & ed,
|
2012-02-21 20:29:44 +00:00
|
|
|
string const & m, int flags)
|
2011-09-20 17:25:07 +00:00
|
|
|
: name_(n), prettyname_(p), shortcut_(s), viewer_(v),
|
2012-02-21 20:29:44 +00:00
|
|
|
editor_(ed), mime_(m), flags_(flags)
|
2011-09-13 20:42:23 +00:00
|
|
|
{
|
|
|
|
extension_list_ = getVectorFromString(e, ",");
|
2011-09-19 00:12:09 +00:00
|
|
|
LYXERR(Debug::GRAPHICS, "New Format: n=" << n << ", flags=" << flags);
|
2011-09-13 20:42:23 +00:00
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
bool Format::dummy() const
|
|
|
|
{
|
|
|
|
return extension().empty();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-20 17:25:07 +00:00
|
|
|
string const Format::extensions() const
|
|
|
|
{
|
|
|
|
return getStringFromVector(extension_list_, ", ");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-13 20:42:23 +00:00
|
|
|
bool Format::hasExtension(string const & e) const
|
|
|
|
{
|
|
|
|
return (find(extension_list_.begin(), extension_list_.end(), e)
|
|
|
|
!= extension_list_.end());
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
bool Format::isChildFormat() const
|
|
|
|
{
|
|
|
|
if (name_.empty())
|
|
|
|
return false;
|
2010-12-07 00:13:19 +00:00
|
|
|
return isDigitASCII(name_[name_.length() - 1]);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string const Format::parentFormat() const
|
|
|
|
{
|
|
|
|
return name_.substr(0, name_.length() - 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-13 20:42:23 +00:00
|
|
|
void Format::setExtensions(string const & e)
|
|
|
|
{
|
|
|
|
extension_list_ = getVectorFromString(e, ",");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
// This method should return a reference, and throw an exception
|
|
|
|
// if the format named name cannot be found (Lgb)
|
|
|
|
Format const * Formats::getFormat(string const & name) const
|
|
|
|
{
|
|
|
|
FormatList::const_iterator cit =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (cit != formatlist_.end())
|
2003-02-28 09:49:49 +00:00
|
|
|
return &(*cit);
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-21 20:46:37 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
/** Guess the file format name (as in Format::name()) from contents.
|
|
|
|
* Normally you don't want to use this directly, but rather
|
|
|
|
* Formats::getFormatFromFile().
|
|
|
|
*/
|
|
|
|
string guessFormatFromContents(FileName const & fn)
|
|
|
|
{
|
|
|
|
// the different filetypes and what they contain in one of the first lines
|
|
|
|
// (dots are any characters). (Herbert 20020131)
|
|
|
|
// AGR Grace...
|
|
|
|
// BMP BM...
|
|
|
|
// EPS %!PS-Adobe-3.0 EPSF...
|
|
|
|
// FIG #FIG...
|
|
|
|
// FITS ...BITPIX...
|
|
|
|
// GIF GIF...
|
2013-07-13 14:10:27 +00:00
|
|
|
// JPG \377\330... (0xFFD8)
|
2012-02-21 20:46:37 +00:00
|
|
|
// PDF %PDF-...
|
|
|
|
// PNG .PNG...
|
|
|
|
// PBM P1... or P4 (B/W)
|
|
|
|
// PGM P2... or P5 (Grayscale)
|
|
|
|
// PPM P3... or P6 (color)
|
|
|
|
// PS %!PS-Adobe-2.0 or 1.0, no "EPSF"!
|
|
|
|
// SGI \001\332... (decimal 474)
|
|
|
|
// TGIF %TGIF...
|
|
|
|
// TIFF II... or MM...
|
|
|
|
// XBM ..._bits[]...
|
|
|
|
// XPM /* XPM */ sometimes missing (f.ex. tgif-export)
|
|
|
|
// ...static char *...
|
|
|
|
// XWD \000\000\000\151 (0x00006900) decimal 105
|
|
|
|
//
|
|
|
|
// GZIP \037\213 http://www.ietf.org/rfc/rfc1952.txt
|
|
|
|
// ZIP PK... http://www.halyava.ru/document/ind_arch.htm
|
|
|
|
// Z \037\235 UNIX compress
|
|
|
|
|
|
|
|
// paranoia check
|
|
|
|
if (fn.empty() || !fn.isReadableFile())
|
|
|
|
return string();
|
|
|
|
|
|
|
|
ifstream ifs(fn.toFilesystemEncoding().c_str());
|
|
|
|
if (!ifs)
|
|
|
|
// Couldn't open file...
|
|
|
|
return string();
|
|
|
|
|
|
|
|
// gnuzip
|
|
|
|
static string const gzipStamp = "\037\213";
|
|
|
|
|
|
|
|
// PKZIP
|
|
|
|
static string const zipStamp = "PK";
|
|
|
|
|
|
|
|
// ZIP containers (koffice, openoffice.org etc).
|
|
|
|
static string const nonzipStamp = "\008\0\0\0mimetypeapplication/";
|
|
|
|
|
|
|
|
// compress
|
|
|
|
static string const compressStamp = "\037\235";
|
|
|
|
|
2014-06-04 19:52:45 +00:00
|
|
|
// DOS binary EPS according to Adobe TN-5002
|
|
|
|
static string const binEPSStamp = "\xC5\xD0\xD3\xC6";
|
|
|
|
|
|
|
|
|
2012-02-21 20:46:37 +00:00
|
|
|
// Maximum strings to read
|
|
|
|
int const max_count = 50;
|
|
|
|
int count = 0;
|
|
|
|
|
|
|
|
string str;
|
|
|
|
string format;
|
|
|
|
bool firstLine = true;
|
2013-04-12 20:31:48 +00:00
|
|
|
bool backslash = false;
|
2014-06-05 15:33:25 +00:00
|
|
|
bool maybelatex = false;
|
2013-04-12 20:31:48 +00:00
|
|
|
int dollars = 0;
|
2014-06-11 21:04:39 +00:00
|
|
|
while ((count++ < max_count) && format.empty() && !maybelatex) {
|
2013-04-12 20:31:48 +00:00
|
|
|
if (ifs.eof())
|
2012-02-21 20:46:37 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
getline(ifs, str);
|
|
|
|
string const stamp = str.substr(0, 2);
|
|
|
|
if (firstLine && str.size() >= 2) {
|
|
|
|
// at first we check for a zipped file, because this
|
|
|
|
// information is saved in the first bytes of the file!
|
|
|
|
// also some graphic formats which save the information
|
|
|
|
// in the first line, too.
|
|
|
|
if (prefixIs(str, gzipStamp)) {
|
|
|
|
format = "gzip";
|
|
|
|
|
|
|
|
} else if (stamp == zipStamp &&
|
|
|
|
!contains(str, nonzipStamp)) {
|
|
|
|
format = "zip";
|
|
|
|
|
|
|
|
} else if (stamp == compressStamp) {
|
|
|
|
format = "compress";
|
|
|
|
|
|
|
|
// the graphics part
|
|
|
|
} else if (stamp == "BM") {
|
|
|
|
format = "bmp";
|
|
|
|
|
2013-07-13 14:10:27 +00:00
|
|
|
} else if (stamp == "\377\330") {
|
|
|
|
format = "jpg";
|
|
|
|
|
2012-02-21 20:46:37 +00:00
|
|
|
} else if (stamp == "\001\332") {
|
|
|
|
format = "sgi";
|
2014-06-04 19:52:45 +00:00
|
|
|
} else if (prefixIs(str, binEPSStamp)) {
|
|
|
|
format = "eps";
|
2012-02-21 20:46:37 +00:00
|
|
|
|
|
|
|
// PBM family
|
|
|
|
// Don't need to use str.at(0), str.at(1) because
|
|
|
|
// we already know that str.size() >= 2
|
|
|
|
} else if (str[0] == 'P') {
|
|
|
|
switch (str[1]) {
|
|
|
|
case '1':
|
|
|
|
case '4':
|
|
|
|
format = "pbm";
|
|
|
|
break;
|
|
|
|
case '2':
|
|
|
|
case '5':
|
|
|
|
format = "pgm";
|
|
|
|
break;
|
|
|
|
case '3':
|
|
|
|
case '6':
|
|
|
|
format = "ppm";
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
} else if ((stamp == "II") || (stamp == "MM")) {
|
|
|
|
format = "tiff";
|
|
|
|
|
|
|
|
} else if (prefixIs(str,"%TGIF")) {
|
|
|
|
format = "tgif";
|
|
|
|
|
|
|
|
} else if (prefixIs(str,"#FIG")) {
|
|
|
|
format = "fig";
|
|
|
|
|
|
|
|
} else if (prefixIs(str,"GIF")) {
|
|
|
|
format = "gif";
|
|
|
|
|
|
|
|
} else if (str.size() > 3) {
|
|
|
|
int const c = ((str[0] << 24) & (str[1] << 16) &
|
|
|
|
(str[2] << 8) & str[3]);
|
|
|
|
if (c == 105) {
|
|
|
|
format = "xwd";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
firstLine = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!format.empty())
|
|
|
|
break;
|
|
|
|
else if (contains(str,"EPSF"))
|
|
|
|
// dummy, if we have wrong file description like
|
|
|
|
// %!PS-Adobe-2.0EPSF"
|
|
|
|
format = "eps";
|
|
|
|
|
|
|
|
else if (contains(str, "Grace"))
|
|
|
|
format = "agr";
|
|
|
|
|
|
|
|
else if (contains(str, "%PDF"))
|
2013-03-21 19:13:02 +00:00
|
|
|
// autodetect pdf format for graphics inclusion
|
|
|
|
format = "pdf6";
|
2012-02-21 20:46:37 +00:00
|
|
|
|
|
|
|
else if (contains(str, "PNG"))
|
|
|
|
format = "png";
|
|
|
|
|
|
|
|
else if (contains(str, "%!PS-Adobe")) {
|
|
|
|
// eps or ps
|
|
|
|
ifs >> str;
|
|
|
|
if (contains(str,"EPSF"))
|
|
|
|
format = "eps";
|
|
|
|
else
|
|
|
|
format = "ps";
|
|
|
|
}
|
|
|
|
|
|
|
|
else if (contains(str, "_bits[]"))
|
|
|
|
format = "xbm";
|
|
|
|
|
|
|
|
else if (contains(str, "XPM") || contains(str, "static char *"))
|
|
|
|
format = "xpm";
|
|
|
|
|
|
|
|
else if (contains(str, "BITPIX"))
|
|
|
|
format = "fits";
|
2013-04-12 20:31:48 +00:00
|
|
|
|
|
|
|
else if (contains(str, "\\documentclass") ||
|
|
|
|
contains(str, "\\chapter") ||
|
|
|
|
contains(str, "\\section") ||
|
|
|
|
contains(str, "\\begin") ||
|
|
|
|
contains(str, "\\end") ||
|
|
|
|
contains(str, "$$") ||
|
|
|
|
contains(str, "\\[") ||
|
|
|
|
contains(str, "\\]"))
|
2014-06-05 15:33:25 +00:00
|
|
|
maybelatex = true;
|
2013-04-12 20:31:48 +00:00
|
|
|
else {
|
|
|
|
if (contains(str, '\\'))
|
|
|
|
backslash = true;
|
|
|
|
dollars += count_char(str, '$');
|
2014-06-05 15:33:25 +00:00
|
|
|
if (backslash && dollars > 1)
|
|
|
|
// inline equation
|
|
|
|
maybelatex = true;
|
2013-04-12 20:31:48 +00:00
|
|
|
}
|
2012-02-21 20:46:37 +00:00
|
|
|
}
|
|
|
|
|
2014-06-11 21:04:39 +00:00
|
|
|
if (format.empty() && maybelatex && !isBinaryFile(fn))
|
2013-04-12 20:31:48 +00:00
|
|
|
format = "latex";
|
|
|
|
|
|
|
|
if (format.empty()) {
|
|
|
|
if (ifs.eof())
|
|
|
|
LYXERR(Debug::GRAPHICS, "filetools(getFormatFromContents)\n"
|
|
|
|
"\tFile type not recognised before EOF!");
|
|
|
|
} else {
|
2012-02-21 20:46:37 +00:00
|
|
|
LYXERR(Debug::GRAPHICS, "Recognised Fileformat: " << format);
|
|
|
|
return format;
|
|
|
|
}
|
|
|
|
|
|
|
|
LYXERR(Debug::GRAPHICS, "filetools(getFormatFromContents)\n"
|
|
|
|
<< "\tCouldn't find a known format!");
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-26 21:30:39 +00:00
|
|
|
string Formats::getFormatFromFile(FileName const & filename) const
|
2004-11-09 19:08:34 +00:00
|
|
|
{
|
|
|
|
if (filename.empty())
|
|
|
|
return string();
|
|
|
|
|
2014-06-04 19:52:45 +00:00
|
|
|
string psformat;
|
2014-08-29 08:13:25 +00:00
|
|
|
string format;
|
2012-02-21 20:29:44 +00:00
|
|
|
#ifdef HAVE_MAGIC_H
|
2012-02-28 15:21:46 +00:00
|
|
|
if (filename.exists()) {
|
|
|
|
magic_t magic_cookie = magic_open(MAGIC_MIME);
|
|
|
|
if (magic_cookie) {
|
|
|
|
if (magic_load(magic_cookie, NULL) != 0) {
|
|
|
|
LYXERR(Debug::GRAPHICS, "Formats::getFormatFromFile\n"
|
|
|
|
<< "\tCouldn't load magic database - "
|
|
|
|
<< magic_error(magic_cookie));
|
|
|
|
} else {
|
2014-02-28 21:42:38 +00:00
|
|
|
char const * result = magic_file(magic_cookie,
|
2012-02-28 15:21:46 +00:00
|
|
|
filename.toFilesystemEncoding().c_str());
|
2014-02-28 21:42:38 +00:00
|
|
|
string mime;
|
|
|
|
if (result)
|
|
|
|
mime = token(result, ';', 0);
|
|
|
|
else {
|
|
|
|
LYXERR(Debug::GRAPHICS, "Formats::getFormatFromFile\n"
|
|
|
|
<< "\tCouldn't query magic database - "
|
|
|
|
<< magic_error(magic_cookie));
|
|
|
|
}
|
2014-06-04 19:52:45 +00:00
|
|
|
// our own detection is better for binary files (can be anything)
|
|
|
|
// and different plain text formats
|
|
|
|
if (!mime.empty() && mime != "application/octet-stream" &&
|
2014-02-28 21:42:38 +00:00
|
|
|
mime != "text/plain") {
|
2012-02-28 15:21:46 +00:00
|
|
|
Formats::const_iterator cit =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2012-02-28 15:21:46 +00:00
|
|
|
FormatMimeEqual(mime));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (cit != formatlist_.end()) {
|
2012-02-28 15:21:46 +00:00
|
|
|
LYXERR(Debug::GRAPHICS, "\tgot format from MIME type: "
|
|
|
|
<< mime << " -> " << cit->name());
|
2014-06-04 19:52:45 +00:00
|
|
|
// See special eps/ps handling below
|
|
|
|
if (mime == "application/postscript")
|
|
|
|
psformat = cit->name();
|
|
|
|
else
|
|
|
|
format = cit->name();
|
2012-02-28 15:21:46 +00:00
|
|
|
}
|
2012-02-21 20:29:44 +00:00
|
|
|
}
|
|
|
|
}
|
2012-02-28 15:21:46 +00:00
|
|
|
magic_close(magic_cookie);
|
2014-08-29 08:13:25 +00:00
|
|
|
// libmagic recognizes as latex also some formats of ours
|
|
|
|
// such as pstex and pdftex. Therefore we have to perform
|
|
|
|
// additional checks in this case (bug 9244).
|
|
|
|
if (!format.empty() && format != "latex")
|
2012-02-28 15:21:46 +00:00
|
|
|
return format;
|
2012-02-21 20:29:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2014-08-29 08:13:25 +00:00
|
|
|
string const ext = getExtension(filename.absFileName());
|
|
|
|
if (format.empty()) {
|
|
|
|
// libmagic does not distinguish eps and ps.
|
|
|
|
// Therefore we need to use our own detection here, but only if it
|
|
|
|
// recognizes either ps or eps. Otherwise the libmagic guess will
|
|
|
|
// be better (bug 9146).
|
|
|
|
format = guessFormatFromContents(filename);
|
|
|
|
if (!psformat.empty()) {
|
|
|
|
if (isPostScriptFileFormat(format))
|
|
|
|
return format;
|
|
|
|
else
|
|
|
|
return psformat;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (isZippedFileFormat(format) && !ext.empty()) {
|
2017-03-13 10:39:26 +00:00
|
|
|
string const & fmt_name = getFormatFromExtension(ext);
|
2014-08-29 08:13:25 +00:00
|
|
|
if (!fmt_name.empty()) {
|
2017-03-13 10:39:26 +00:00
|
|
|
Format const * p_format = getFormat(fmt_name);
|
2014-08-29 08:13:25 +00:00
|
|
|
if (p_format && p_format->zippedNative())
|
|
|
|
return p_format->name();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// Don't simply return latex (bug 9244).
|
|
|
|
if (!format.empty() && format != "latex")
|
2014-06-04 19:52:45 +00:00
|
|
|
return format;
|
|
|
|
}
|
|
|
|
|
2014-08-29 08:13:25 +00:00
|
|
|
// Both libmagic and our guessing from contents may return as latex
|
|
|
|
// also lyx files and our pstex and pdftex formats. In this case we
|
|
|
|
// give precedence to the format determined by the extension.
|
|
|
|
if (format == "latex") {
|
|
|
|
format = getFormatFromExtension(ext);
|
|
|
|
return format.empty() ? "latex" : format;
|
2011-09-19 00:12:09 +00:00
|
|
|
}
|
2004-11-09 19:08:34 +00:00
|
|
|
|
|
|
|
// try to find a format from the file extension.
|
2011-09-19 00:12:09 +00:00
|
|
|
return getFormatFromExtension(ext);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string Formats::getFormatFromExtension(string const & ext) const
|
|
|
|
{
|
2006-04-05 23:56:29 +00:00
|
|
|
if (!ext.empty()) {
|
2004-11-09 19:08:34 +00:00
|
|
|
// this is ambigous if two formats have the same extension,
|
|
|
|
// but better than nothing
|
|
|
|
Formats::const_iterator cit =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2006-04-05 23:56:29 +00:00
|
|
|
FormatExtensionsEqual(ext));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (cit != formatlist_.end()) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::GRAPHICS, "\twill guess format from file extension: "
|
|
|
|
<< ext << " -> " << cit->name());
|
2004-11-09 19:08:34 +00:00
|
|
|
return cit->name();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
2006-05-17 22:13:33 +00:00
|
|
|
|
2011-09-19 10:08:33 +00:00
|
|
|
/// Used to store last timestamp of file and whether it is (was) zipped
|
|
|
|
struct ZippedInfo {
|
|
|
|
bool zipped;
|
|
|
|
std::time_t timestamp;
|
|
|
|
ZippedInfo(bool zipped, std::time_t timestamp)
|
|
|
|
: zipped(zipped), timestamp(timestamp) { }
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/// Mapping absolute pathnames of files to their ZippedInfo metadata.
|
|
|
|
static std::map<std::string, ZippedInfo> zipped_;
|
2014-07-05 09:55:35 +00:00
|
|
|
static Mutex zipped_mutex;
|
2011-09-19 10:08:33 +00:00
|
|
|
|
|
|
|
|
2011-09-19 00:12:09 +00:00
|
|
|
bool Formats::isZippedFile(support::FileName const & filename) const {
|
|
|
|
string const & fname = filename.absFileName();
|
|
|
|
time_t timestamp = filename.lastModified();
|
2014-07-05 09:55:35 +00:00
|
|
|
Mutex::Locker lock(&zipped_mutex);
|
2011-09-19 00:12:09 +00:00
|
|
|
map<string, ZippedInfo>::iterator it = zipped_.find(fname);
|
|
|
|
if (it != zipped_.end() && it->second.timestamp == timestamp)
|
|
|
|
return it->second.zipped;
|
2016-07-28 15:52:14 +00:00
|
|
|
// FIXME perf: This very expensive function is called on startup on each
|
|
|
|
// file whic is going to be parsed, and also on svgz icons. Maybe there is a
|
|
|
|
// quicker way to check whether a file is zipped? I.e. for icons we
|
|
|
|
// probably just need to check the extension (svgz vs svg).
|
2011-09-19 00:12:09 +00:00
|
|
|
string const & format = getFormatFromFile(filename);
|
|
|
|
bool zipped = (format == "gzip" || format == "zip");
|
2012-10-23 20:38:20 +00:00
|
|
|
zipped_.insert(make_pair(fname, ZippedInfo(zipped, timestamp)));
|
2011-09-19 00:12:09 +00:00
|
|
|
return zipped;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-21 20:29:44 +00:00
|
|
|
bool Formats::isZippedFileFormat(string const & format)
|
|
|
|
{
|
|
|
|
return contains("gzip zip compress", format) && !format.empty();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool Formats::isPostScriptFileFormat(string const & format)
|
|
|
|
{
|
|
|
|
return format == "ps" || format == "eps";
|
|
|
|
}
|
|
|
|
|
2007-10-20 17:35:27 +00:00
|
|
|
static string fixCommand(string const & cmd, string const & ext,
|
2006-05-17 22:13:33 +00:00
|
|
|
os::auto_open_mode mode)
|
|
|
|
{
|
|
|
|
// configure.py says we do not want a viewer/editor
|
|
|
|
if (cmd.empty())
|
|
|
|
return cmd;
|
|
|
|
|
|
|
|
// Does the OS manage this format?
|
|
|
|
if (os::canAutoOpenFile(ext, mode))
|
|
|
|
return "auto";
|
|
|
|
|
|
|
|
// if configure.py found nothing, clear the command
|
2006-05-25 11:57:22 +00:00
|
|
|
if (token(cmd, ' ', 0) == "auto")
|
2006-05-17 22:13:33 +00:00
|
|
|
return string();
|
|
|
|
|
|
|
|
// use the command found by configure.py
|
|
|
|
return cmd;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::setAutoOpen()
|
|
|
|
{
|
2017-03-13 10:39:26 +00:00
|
|
|
FormatList::iterator fit = formatlist_.begin();
|
|
|
|
FormatList::iterator const fend = formatlist_.end();
|
2006-05-17 22:13:33 +00:00
|
|
|
for ( ; fit != fend ; ++fit) {
|
|
|
|
fit->setViewer(fixCommand(fit->viewer(), fit->extension(), os::VIEW));
|
|
|
|
fit->setEditor(fixCommand(fit->editor(), fit->extension(), os::EDIT));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-11-09 19:08:34 +00:00
|
|
|
|
2003-02-28 09:49:49 +00:00
|
|
|
int Formats::getNumber(string const & name) const
|
|
|
|
{
|
|
|
|
FormatList::const_iterator cit =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (cit != formatlist_.end())
|
|
|
|
return distance(formatlist_.begin(), cit);
|
2003-02-28 09:49:49 +00:00
|
|
|
else
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::add(string const & name)
|
|
|
|
{
|
|
|
|
if (!getFormat(name))
|
2016-08-28 00:27:37 +00:00
|
|
|
add(name, name, from_utf8(name), string(), string(), string(),
|
2012-02-21 20:29:44 +00:00
|
|
|
string(), Format::document);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-13 20:42:23 +00:00
|
|
|
void Formats::add(string const & name, string const & extensions,
|
2016-08-28 00:27:37 +00:00
|
|
|
docstring const & prettyname, string const & shortcut,
|
2007-05-28 22:27:45 +00:00
|
|
|
string const & viewer, string const & editor,
|
2012-02-21 20:29:44 +00:00
|
|
|
string const & mime, int flags)
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
|
|
|
FormatList::iterator it =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (it == formatlist_.end())
|
|
|
|
formatlist_.push_back(Format(name, extensions, prettyname,
|
2012-02-21 20:29:44 +00:00
|
|
|
shortcut, viewer, editor, mime, flags));
|
2004-04-13 10:36:09 +00:00
|
|
|
else
|
2011-09-13 20:42:23 +00:00
|
|
|
*it = Format(name, extensions, prettyname, shortcut, viewer,
|
2012-02-21 20:29:44 +00:00
|
|
|
editor, mime, flags);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::erase(string const & name)
|
|
|
|
{
|
|
|
|
FormatList::iterator it =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (it != formatlist_.end())
|
|
|
|
formatlist_.erase(it);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::sort()
|
|
|
|
{
|
2017-03-13 10:39:26 +00:00
|
|
|
std::sort(formatlist_.begin(), formatlist_.end());
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Formats::setViewer(string const & name, string const & command)
|
|
|
|
{
|
|
|
|
add(name);
|
|
|
|
FormatList::iterator it =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2004-01-31 15:30:24 +00:00
|
|
|
FormatNamesEqual(name));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (it != formatlist_.end())
|
2003-02-28 09:49:49 +00:00
|
|
|
it->setViewer(command);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-11-19 23:37:16 +00:00
|
|
|
void Formats::setEditor(string const & name, string const & command)
|
|
|
|
{
|
|
|
|
add(name);
|
|
|
|
FormatList::iterator it =
|
2017-03-13 10:39:26 +00:00
|
|
|
find_if(formatlist_.begin(), formatlist_.end(),
|
2009-11-19 23:37:16 +00:00
|
|
|
FormatNamesEqual(name));
|
2017-03-13 10:39:26 +00:00
|
|
|
if (it != formatlist_.end())
|
2009-11-19 23:37:16 +00:00
|
|
|
it->setEditor(command);
|
|
|
|
}
|
|
|
|
|
2010-10-29 17:14:00 +00:00
|
|
|
|
2006-11-26 21:30:39 +00:00
|
|
|
bool Formats::view(Buffer const & buffer, FileName const & filename,
|
2004-10-05 10:11:42 +00:00
|
|
|
string const & format_name) const
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
2007-10-18 19:29:32 +00:00
|
|
|
if (filename.empty() || !filename.exists()) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("File does not exist: %1$s"),
|
2010-04-21 01:19:09 +00:00
|
|
|
from_utf8(filename.absFileName())));
|
2003-02-28 09:49:49 +00:00
|
|
|
return false;
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
Format const * format = getFormat(format_name);
|
|
|
|
if (format && format->viewer().empty() &&
|
|
|
|
format->isChildFormat())
|
|
|
|
format = getFormat(format->parentFormat());
|
|
|
|
if (!format || format->viewer().empty()) {
|
2006-05-17 22:13:33 +00:00
|
|
|
// FIXME: I believe this is the wrong place to show alerts, it should be done
|
|
|
|
// by the caller (this should be "utility" code)
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("No information for viewing %1$s"),
|
2003-05-13 09:48:57 +00:00
|
|
|
prettyName(format_name)));
|
|
|
|
return false;
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
2006-05-17 22:13:33 +00:00
|
|
|
// viewer is 'auto'
|
|
|
|
if (format->viewer() == "auto") {
|
Introduce the possibility of setting a prefix for the TEXINPUTS environment
variable. This is done in the preferences, much like as the PATH prefix.
A single '.' in the paths will get replaced with the current document dir
and also non-absolute paths will be prefixed with that dir.
The default semantics of TEXINPUTS apply, such that, for example, if a
path is terminated with a double slash, all subdirectories will be also
searched by both the TeX engine and ancillary programs such as dvi
previewers or dvips. As an example, if the prefix is set to ".:figs", the
TEXINPUTS variable will be set as ".:<docdir>:<docdir>/figs:$ORIGTEXINPUTS",
where <docdir> is the document directory.
The initial '.' is necessary to address the actual current dir (this will
be the temp dir at preview time), while if TEXINPUTS was initially unset,
such that $ORIGTEXINPUTS is empty, a colon (or semicolon on Windows) will
end the path list. This is very important, because we don't want to replace
the system directories but to complement them and, in order to do that, an
empty element has to be present in the list. Indeed, according to the
TEXINPUTS semantics, an empty element means the standard search path.
This works whether TEXINPUTS is originally set or not, because if the
original TEXINPUTS starts with a colon (meaning that the standard search
path is wanted there) we will have an empty element at that point,
otherwise the final colon will simply serve as a path separator.
Of course, on Windows a ';' has to be used as a path separator. LyX will
take care of transforming the platform path list into one understandable
by the TeX engine. For example, this will be the case for a Cygwin version
of LyX using a native Windows TeX engine or viceversa. I tested all of
this and it works for me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38681 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 23:25:51 +00:00
|
|
|
if (os::autoOpenFile(filename.absFileName(), os::VIEW, buffer.filePath()))
|
2006-05-17 22:13:33 +00:00
|
|
|
return true;
|
|
|
|
else {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot view file"),
|
|
|
|
bformat(_("Auto-view file %1$s failed"),
|
2010-04-21 01:19:09 +00:00
|
|
|
from_utf8(filename.absFileName())));
|
2006-05-17 22:13:33 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2014-01-31 03:59:33 +00:00
|
|
|
string command = format->viewer();
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
if (format_name == "dvi" &&
|
|
|
|
!lyxrc.view_dvi_paper_option.empty()) {
|
2008-01-25 12:54:25 +00:00
|
|
|
string paper_size = buffer.params().paperSizeName(BufferParams::XDVI);
|
|
|
|
if (!paper_size.empty()) {
|
|
|
|
command += ' ' + lyxrc.view_dvi_paper_option;
|
|
|
|
command += ' ' + paper_size;
|
|
|
|
if (buffer.params().orientation == ORIENTATION_LANDSCAPE &&
|
|
|
|
buffer.params().papersize != PAPER_CUSTOM)
|
|
|
|
command += 'r';
|
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
if (!contains(command, token_from_format))
|
|
|
|
command += ' ' + token_from_format;
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2014-11-19 21:47:36 +00:00
|
|
|
command = subst(command, token_from_format,
|
|
|
|
quoteName(onlyFileName(filename.toFilesystemEncoding()), quote_shell_filename));
|
|
|
|
command = subst(command, token_path_format,
|
|
|
|
quoteName(onlyPath(filename.toFilesystemEncoding()), quote_shell_filename));
|
2007-04-29 16:22:46 +00:00
|
|
|
command = subst(command, token_socket_format, quoteName(theServerSocket().address()));
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "Executing command: " << command);
|
2006-11-26 21:30:39 +00:00
|
|
|
// FIXME UNICODE utf8 can be wrong for files
|
2006-10-21 00:16:43 +00:00
|
|
|
buffer.message(_("Executing command: ") + from_utf8(command));
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2011-08-02 03:43:09 +00:00
|
|
|
PathChanger p(filename.onlyPath());
|
2003-02-28 09:49:49 +00:00
|
|
|
Systemcall one;
|
Fix bug #4812 (Layout in local directory lost on Save As, Copying)
The "save-as" part of the bug is fixed by extending the \textclass tag
such that, if a local layout file is used, its path relative to the
document directory is now stored together with the name. If a relative
path cannot be used, an absolute one is used but, in this case, the
document is not usable on a different platform.
The "copy" part is fixed by introducing a new \origin tag, which is
written when the file is saved. This tag stores the absolute path of
the document directory. If the document is manually copied to a
different location, the local layout file is retrivied by using
\origin (which is only updated on save).
This new tag may prove useful also for locating other files when the
document is manually moved to a different directory.
As in the original implementation the files needed for the layout
(for example, a latex class) had to be in the same directory as the
layout file, this directory has also to be added to TEXINPUTS.
2015-05-13 19:40:51 +00:00
|
|
|
one.startscript(Systemcall::DontWait, command,
|
|
|
|
buffer.filePath(), buffer.layoutPos());
|
2003-02-28 09:49:49 +00:00
|
|
|
|
2010-10-29 17:14:00 +00:00
|
|
|
// we can't report any sort of error, since we aren't waiting
|
2004-04-13 10:36:09 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-26 21:30:39 +00:00
|
|
|
bool Formats::edit(Buffer const & buffer, FileName const & filename,
|
2006-04-05 23:56:29 +00:00
|
|
|
string const & format_name) const
|
2004-04-13 10:36:09 +00:00
|
|
|
{
|
2007-10-18 19:29:32 +00:00
|
|
|
if (filename.empty() || !filename.exists()) {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("File does not exist: %1$s"),
|
2010-04-21 01:19:09 +00:00
|
|
|
from_utf8(filename.absFileName())));
|
2004-04-13 10:36:09 +00:00
|
|
|
return false;
|
2006-05-17 22:13:33 +00:00
|
|
|
}
|
2004-04-13 10:36:09 +00:00
|
|
|
|
2008-02-03 10:43:03 +00:00
|
|
|
// LinkBack files look like PDF, but have the .linkback extension
|
2010-04-21 01:19:09 +00:00
|
|
|
string const ext = getExtension(filename.absFileName());
|
2013-03-21 19:13:02 +00:00
|
|
|
if (format_name == "pdf6" && ext == "linkback") {
|
2008-02-03 10:43:03 +00:00
|
|
|
#ifdef USE_MACOSX_PACKAGING
|
2010-04-21 01:19:09 +00:00
|
|
|
return editLinkBackFile(filename.absFileName().c_str());
|
2008-02-03 10:43:03 +00:00
|
|
|
#else
|
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
_("LinkBack files can only be edited on Apple Mac OSX."));
|
|
|
|
return false;
|
|
|
|
#endif // USE_MACOSX_PACKAGING
|
|
|
|
}
|
|
|
|
|
2004-04-13 10:36:09 +00:00
|
|
|
Format const * format = getFormat(format_name);
|
|
|
|
if (format && format->editor().empty() &&
|
|
|
|
format->isChildFormat())
|
|
|
|
format = getFormat(format->parentFormat());
|
|
|
|
if (!format || format->editor().empty()) {
|
2006-05-17 22:13:33 +00:00
|
|
|
// FIXME: I believe this is the wrong place to show alerts, it should
|
|
|
|
// be done by the caller (this should be "utility" code)
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("No information for editing %1$s"),
|
2004-04-13 10:36:09 +00:00
|
|
|
prettyName(format_name)));
|
|
|
|
return false;
|
|
|
|
}
|
2011-03-21 22:25:47 +00:00
|
|
|
|
2006-05-17 22:13:33 +00:00
|
|
|
// editor is 'auto'
|
|
|
|
if (format->editor() == "auto") {
|
Introduce the possibility of setting a prefix for the TEXINPUTS environment
variable. This is done in the preferences, much like as the PATH prefix.
A single '.' in the paths will get replaced with the current document dir
and also non-absolute paths will be prefixed with that dir.
The default semantics of TEXINPUTS apply, such that, for example, if a
path is terminated with a double slash, all subdirectories will be also
searched by both the TeX engine and ancillary programs such as dvi
previewers or dvips. As an example, if the prefix is set to ".:figs", the
TEXINPUTS variable will be set as ".:<docdir>:<docdir>/figs:$ORIGTEXINPUTS",
where <docdir> is the document directory.
The initial '.' is necessary to address the actual current dir (this will
be the temp dir at preview time), while if TEXINPUTS was initially unset,
such that $ORIGTEXINPUTS is empty, a colon (or semicolon on Windows) will
end the path list. This is very important, because we don't want to replace
the system directories but to complement them and, in order to do that, an
empty element has to be present in the list. Indeed, according to the
TEXINPUTS semantics, an empty element means the standard search path.
This works whether TEXINPUTS is originally set or not, because if the
original TEXINPUTS starts with a colon (meaning that the standard search
path is wanted there) we will have an empty element at that point,
otherwise the final colon will simply serve as a path separator.
Of course, on Windows a ';' has to be used as a path separator. LyX will
take care of transforming the platform path list into one understandable
by the TeX engine. For example, this will be the case for a Cygwin version
of LyX using a native Windows TeX engine or viceversa. I tested all of
this and it works for me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38681 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 23:25:51 +00:00
|
|
|
if (os::autoOpenFile(filename.absFileName(), os::EDIT, buffer.filePath()))
|
2006-05-17 22:13:33 +00:00
|
|
|
return true;
|
|
|
|
else {
|
2006-09-11 08:54:10 +00:00
|
|
|
Alert::error(_("Cannot edit file"),
|
|
|
|
bformat(_("Auto-edit file %1$s failed"),
|
2010-04-21 01:19:09 +00:00
|
|
|
from_utf8(filename.absFileName())));
|
2006-05-17 22:13:33 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
2004-04-13 10:36:09 +00:00
|
|
|
|
|
|
|
string command = format->editor();
|
|
|
|
|
2007-03-20 21:53:01 +00:00
|
|
|
if (!contains(command, token_from_format))
|
|
|
|
command += ' ' + token_from_format;
|
2004-04-13 10:36:09 +00:00
|
|
|
|
2014-11-19 21:47:36 +00:00
|
|
|
command = subst(command, token_from_format,
|
|
|
|
quoteName(filename.toFilesystemEncoding(), quote_shell_filename));
|
|
|
|
command = subst(command, token_path_format,
|
|
|
|
quoteName(onlyPath(filename.toFilesystemEncoding()), quote_shell_filename));
|
2007-04-29 16:22:46 +00:00
|
|
|
command = subst(command, token_socket_format, quoteName(theServerSocket().address()));
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::FILES, "Executing command: " << command);
|
2006-11-26 21:30:39 +00:00
|
|
|
// FIXME UNICODE utf8 can be wrong for files
|
2006-10-21 00:16:43 +00:00
|
|
|
buffer.message(_("Executing command: ") + from_utf8(command));
|
2004-04-13 10:36:09 +00:00
|
|
|
|
|
|
|
Systemcall one;
|
Fix bug #4812 (Layout in local directory lost on Save As, Copying)
The "save-as" part of the bug is fixed by extending the \textclass tag
such that, if a local layout file is used, its path relative to the
document directory is now stored together with the name. If a relative
path cannot be used, an absolute one is used but, in this case, the
document is not usable on a different platform.
The "copy" part is fixed by introducing a new \origin tag, which is
written when the file is saved. This tag stores the absolute path of
the document directory. If the document is manually copied to a
different location, the local layout file is retrivied by using
\origin (which is only updated on save).
This new tag may prove useful also for locating other files when the
document is manually moved to a different directory.
As in the original implementation the files needed for the layout
(for example, a latex class) had to be in the same directory as the
layout file, this directory has also to be added to TEXINPUTS.
2015-05-13 19:40:51 +00:00
|
|
|
one.startscript(Systemcall::DontWait, command,
|
|
|
|
buffer.filePath(), buffer.layoutPos());
|
2004-04-13 10:36:09 +00:00
|
|
|
|
2010-10-29 17:14:00 +00:00
|
|
|
// we can't report any sort of error, since we aren't waiting
|
2003-02-28 09:49:49 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-11 08:54:10 +00:00
|
|
|
docstring const Formats::prettyName(string const & name) const
|
2003-02-28 09:49:49 +00:00
|
|
|
{
|
|
|
|
Format const * format = getFormat(name);
|
|
|
|
if (format)
|
2016-08-28 00:27:37 +00:00
|
|
|
return format->prettyname();
|
2003-02-28 09:49:49 +00:00
|
|
|
else
|
2006-10-21 00:16:43 +00:00
|
|
|
return from_utf8(name);
|
2003-02-28 09:49:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string const Formats::extension(string const & name) const
|
|
|
|
{
|
|
|
|
Format const * format = getFormat(name);
|
|
|
|
if (format)
|
|
|
|
return format->extension();
|
|
|
|
else
|
|
|
|
return name;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-13 20:42:23 +00:00
|
|
|
string const Formats::extensions(string const & name) const
|
|
|
|
{
|
|
|
|
Format const * format = getFormat(name);
|
|
|
|
if (format)
|
|
|
|
return format->extensions();
|
|
|
|
else
|
|
|
|
return name;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-04-14 18:32:42 +00:00
|
|
|
namespace {
|
2012-10-27 13:45:27 +00:00
|
|
|
|
2011-04-14 18:32:42 +00:00
|
|
|
typedef Translator<OutputParams::FLAVOR, string> FlavorTranslator;
|
|
|
|
|
2012-10-27 13:45:27 +00:00
|
|
|
|
2011-04-14 18:32:42 +00:00
|
|
|
FlavorTranslator initFlavorTranslator()
|
|
|
|
{
|
|
|
|
FlavorTranslator f(OutputParams::LATEX, "latex");
|
2011-08-10 02:23:44 +00:00
|
|
|
f.addPair(OutputParams::DVILUATEX, "dviluatex");
|
2011-04-14 18:32:42 +00:00
|
|
|
f.addPair(OutputParams::LUATEX, "luatex");
|
|
|
|
f.addPair(OutputParams::PDFLATEX, "pdflatex");
|
|
|
|
f.addPair(OutputParams::XETEX, "xetex");
|
|
|
|
f.addPair(OutputParams::XML, "docbook-xml");
|
|
|
|
f.addPair(OutputParams::HTML, "xhtml");
|
|
|
|
f.addPair(OutputParams::TEXT, "text");
|
2016-08-28 20:57:17 +00:00
|
|
|
f.addPair(OutputParams::LYX, "lyx");
|
2011-04-14 18:32:42 +00:00
|
|
|
return f;
|
|
|
|
}
|
2003-02-28 09:49:49 +00:00
|
|
|
|
|
|
|
|
2011-04-14 18:32:42 +00:00
|
|
|
FlavorTranslator const & flavorTranslator()
|
|
|
|
{
|
2013-10-07 22:59:05 +00:00
|
|
|
static FlavorTranslator const translator = initFlavorTranslator();
|
2011-04-14 18:32:42 +00:00
|
|
|
return translator;
|
|
|
|
}
|
2012-10-27 13:45:27 +00:00
|
|
|
|
2011-04-14 18:32:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
std::string flavor2format(OutputParams::FLAVOR flavor)
|
|
|
|
{
|
|
|
|
return flavorTranslator().find(flavor);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Not currently needed, but I'll leave the code in case it is.
|
|
|
|
OutputParams::FLAVOR format2flavor(std::string fmt)
|
|
|
|
{
|
|
|
|
return flavorTranslator().find(fmt);
|
|
|
|
} */
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
} // namespace lyx
|