Showing posts with label osx. Show all posts
Showing posts with label osx. Show all posts

Wednesday, March 21, 2018

Samsung Tizen Studio or Gear Watch Designer ?

Gear Watch Designer  GWD

GWD is only for design (watch faces) 
without any UI and 0 interactivity.

Hardware


Low level (C/C++ and Tizen Studio)



prog=100Mo

Requirements

Microsoft Windows® 7 or later (32- or 64-bit), 
Apple Mac OS® X 10.8 (Mountain Lion) 64-bit or later

At least dual-core 2 GHz of CPU

At least 2 GB of RAM memory

At least 1 GB of free disk space

JRE (Java Runtime Environment) 1.8 or later. 32-bit JRE is required if you are use Windows.
(If you have trouble configuring the Java environment, see questions 18 and 20 in the FAQ)

The Gear’s simple home structure 

Understanding the Gear’s home structure is the key to designing engaging apps. The Gear’s simple home structure provides easy access to useful features. From the watch face that forms the center of this structure, users can access notifications, widgets, and the quick panel by swiping or rotating the bezel, and bring up the app list by pressing the Home key.


The watch face presents useful information as well as the current time. It is displayed whenever users turn on the Gear’s screen or press the Home key. Since users see the watch face most often, it should both provide useful information and satisfy the user's design tastes. While only one watch face can be used at a time, users can switch their watch face regularly.

The quick panel displays the current status and basic settings icons of Gear. Users access the quick panel from any screen by swiping down from the top of the screen, and adjust the settings by tapping the icons. The settings included in the quick panel are fixed by default.

Ref

http://developer.samsung.com/gear/design/structure

icons

App icons should be designed in a container to ensure consistency with other apps in the app list. We recommend using round container measuring 170x170 pixels. Icons in other sizes will be automatically resized when applied to the screen.
If an icon is not created with a round container, it will be reshaped. Depending on the dimensions of the icon, it will be cropped or reduced in size and placed in a gray container

Ref

http://developer.samsung.com/gear/design/visual-design/iconography

System font

The Gear uses Breeze Sans as the system font. Breeze Sans comes in light, regular, medium, bold, and condensed. The condensed option also comes in thin, light, regular, medium, and bold types. You can download Breeze Sans typeface:
  https://developer.tizen.org/design/platform/styles/typography

keyboard

Users can input text with an input delegator or a keyboard. Input delegators are used for suggestions, voice input, emojis, and handwriting. A keyboard is used when suggestions aren’t available or privacy is needed, like when you need to enter a password.
When the keyboard appears, the entry field is moved upward, so make sure that the location of the cursor remains visible on the screen. We also recommend letting longer phrases overflow to the left side of the screen so that users can revisit them by swiping over the entry field without leaving the keyboard.

Input delegators

App-provided suggestions

Users can select one of the suggestions provided by the app.

Voice

Users can input words with their voice.

Emoji

Users can select Unicode emoji.

Handwriting

Users can use a finger to input from the on-screen keyboard if the option is turned on in Settings.

Ref

http://developer.samsung.com/gear/design/patterns/input

Ref

http://developer.samsung.com/gear/design/watch-designer

---

Use GWD


gear watch designer BUILD PASSWORD troubleshooting

I went to Build it again and this is the message I get. Signing Fail Keystone Password was Incorrect. What does that mean? How can I fix it?
It's likely that the password to entered for the Author certificate is wrong. Try to regenerate the Author.p12 file with the correct password.

publish




Sunday, March 18, 2018

how to install (and debug and use and dvp u first "hello') TizenStudio to develop samsung for products on mac OSX sierra and later : example of Gear S, Gear S2, Gear Fit2, Gear S3, Gear Fit2 Pro and Gear Sport


INTRO on SAMSUNG GEAR SDK/IDE install

GEAR WATCH DESIGNER "NOW" COVERS ALL GEAR DEVICES (jan 2018)

Make your own Gear watch face in just a few steps on your Mac and PC.
Now available for Gear S, Gear S2, Gear Fit2, Gear S3, Gear Fit2 Pro and Gear Sport

For the example of Gear Fit2 Pro :
http://stephane-mottin.blogspot.fr/2017/12/samsung-gear-fit-2-pro-2017-sm-r365.html

The link for dvl:
http://developer.samsung.com/gear

1/ télécharger le SDK (win, ubuntu ou mac)

sur mac: web-ide_Tizen_Studio_2.2_usa_macos-64.dmg
500Mo

http://usa.sdk-dl.tizen.org/web-ide_Tizen_Studio_2.2_usa_macos-64.dmg

2/ on lance ce .dmg;

3/ error:


il faut java KDK ≥7

Et un bug! Aurait du prévenir que JDK≤8

il faut enlever 9.x si vous l'avez installé...
sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane
Don't forget to check the
 /Library/Java/JavaVirtualMachines/ 
manually and see what your real JDK version is.

https://gist.github.com/schnell18/bcb9833f725be22f6acd01f94b486392

4/installer java JDK 8.

voir ci-dessous "tizen needs Java SE Development Kit 8u162"

5/install IDE de_Tizen_Studio_2.2_usa_macos-64.dmg


voir photo ci-dessus de présentation
653Mo !!!


Et après >1h pour ce manager,

on obtient:

Problems

Tizen studio 2.0 is not working on macOS Sierra.
The application is frozen on the workspace selection page and no button is clickable.
Tizen Studio freezes in "workspace launcher".

Open Terminal
Go to TizenStudio.app/Contents/MacOS
There may be the file named eclipse (binary file) (I'm not sure above path is correct , but you can find the file named eclipse which is binary around that location )
Execute Tizen Studio typing in as below
./eclipse -debug -consoleLog
Some log will be shown on the terminal

only one solution: downgrade to java 1.8.0_151 or 131...

https://developer.tizen.org/forums/sdk-ide/tizen-studio-2.0-not-working-on-macos-sierra


archive java JDK 8
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html
---

after debugging, the use of TizenStudio 2.2 and Tizen 4.0 platform (API 4.0)




Creating Your First Wearable Application
Creating Watch Faces
Creating Widget Applications (Widgets act as an informative and actionable shortcuts to applications)
Samples
https://developer.tizen.org/tizen/wearable

hello

change the "hello Watch" to hello xxxxx



Ref
https://developer.tizen.org/development/training/native-application/getting-started/creating-your-first-tizen-wearable-native-watch-application

Samples

all
https://developer.tizen.org/zh-hans/development/sample/native

examples digital clock
https://developer.tizen.org/zh-hans/development/sample/native/Clock/Digital_Watch
https://developer.tizen.org/zh-hans/development/api-references/native-application?redirect=/dev-guide/2.3.1/org.tizen.native.wearable.apireference/group__CAPI__WATCH__APP__MODULE.html&langredirect=1

examples analog clock

This sample application demonstrates how to create an analog watch with ambient mode support.
https://developer.tizen.org/zh-hans/development/sample/native/Clock/Analog_Watch

emulator for gear fit2

Till now (2018-01) there is no Emulator on Tizen Studio for Gear Fit series. 
But you may run your projects on Square Emulator in order to test Fit series projects. You can fix the resolution of your project from config.xml.
As the resolution of Gear Fit 2 is 216 x 432, i am setting height and width accordingly.
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" height="432" width="216" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/XXXX" version="1.0.0"  viewmodes="maximized">
   ........
    <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>
And taking the emulator having resolution 320 x 320 as there are no other square emulator option on the Tizen Studio. Hopefully this technique will solve your problem.

https://stackoverflow.com/questions/47883225/emulator-for-samsung-gear-fit-2-tizen
---

running on your watch

https://stackoverflow.com/questions/38549233/cant-connect-to-gear-s2-using-sdb
---
error SIGNATURE_VERIFICATION_FAILED[23] when running it.
pb certificate
http://developer.samsung.com/z/develop/getting-certificates/create

https://developer.tizen.org/zh-hans/forums/native-application-development/error-23-certificate-error-while-performing-native-demo-app?langswitch=zh-hans
From package manager "Extension SDK" , Check whether you have installed Samsung Certificate and Wearable extension or not . You have to install these two extensions.
http://imgur.com/a/xSaMN
http://imgur.com/a/cM4AV

you must create 
a Samsung publication certificate
AND a Tizen certificate

and It works!!!!

Just select not only the emulator but your device (device manager)...

In french, we say : OUF!

---

qq remarques en anglais sur le monde java et mac

http://osxdaily.com/2017/06/29/how-install-java-macos-high-sierra/

MacOS no longer ships with Java preinstalled (6.0), so you’ll need to download and install java on your own if you need it in MacOS 10.13 or 10.12. This is to insure that the most recent version of Java is installed on the Mac if it’s needed, aiming to lessen potential security issues that may come up with older versions of the Java software (though older versions of Java can be installed if need be for a specific reason).

Moreover think that  some parts of CS6 as Illustrator CS6 need legacy Java SE 6 runtime.
Then you must use terminal mode...
Adobe Illustrator CS6 with Java 8?

On my Mac, the creation of these directories
sudo mkdir /System/Library/Java/JavaVirtualMachines/1.6.0.jdk
sudo ln -s '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents' /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
sudo mkdir /System/Library/Java/Support/Deploy.bundle
alone allows me to run Illustrator CS 6 even when neither Java 6 nor Java 8 is installed. Apparently, Illustrator only checks for the presence of these directories to determine whether Java is installed (it actually launches even when java itself is absent, provided directories above are created). I would like to know, which functionality in Illustrator CS 6 actually requires Java, as it apparently can launch without it.
Note: On OS X 10.11 and later you'll need to disable System Integrity Protection from the Recovery HD using csrutil disable in Terminal. Have a look at: About System Integrity Protection on your Mac & How to Disable System Integrity Protection (rootless) in OS X El Capitan.


The latest version java LTS

The Version 8 Update 161
Release date January 16, 2018
https://www.java.com/en/download/
macOS Sierra 10.12 users: A few issues have been reported on Sierra. See FAQ for more information.
https://www.java.com/en/download/faq/sierra_java.xml
Java 8 is the long-term-support (LTS) version and Java 9 SE support ends March 2018; and Java 10 support is planned to start that month. Java 10 support ends prior to Java 11 that's planned for September 2018, and it will be the next LTS. 

The latest version of JDK

Java SE 9.0.4; 16 January 2018

The Java Development Kit (JDK) is an implementation of either one of the Java Platform, Standard Edition, Java Platform, Enterprise Edition, or Java Platform, Micro Edition platforms[1] released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, macOS or Windows.

tizen needs Java SE Development Kit 8u162

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

world of Java

https://en.wikipedia.org/wiki/Java_Development_Kit

Java SE Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.

JRE:  Java Runtime Environment,
The JDK also comes with a complete Java Runtime Environment, usually called a private runtime, due to the fact that it is separated from the "regular" JRE and has extra contents. It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, such as the internationalization libraries and the IDL libraries.

On 17 November 2006, Sun announced that they would release it under the GNU General Public License (GPL), thus making it free software (released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, macOS or Windows. ).
https://en.wikipedia.org/wiki/Java_Development_Kit
http://www.oracle.com/technetwork/java/javase/downloads/index.html
http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html



Wednesday, July 26, 2017

mac sierra 10.2, hijacking and security of app downloaded from the internet (must be signed with a Developer ID certificate)


Gatekeeper Path Randomization

Gatekeeper is a security feature that has already been in place for several years. When enabled, Gatekeeper checks whether an app downloaded from the internet has been signed with a Developer ID certificate, which third-party developers such as Rogue Amoeba purchase from Apple. If the app is Developer ID-signed, then Gatekeeper allows the app to launch. If the app is not signed, then Gatekeeper will refuse to launch the app.
In 2015, security researcher Patrick Wardle discovered a vulnerability in Gatekeeper called dylib hijacking.
 https://reverse.put.as/wp-content/uploads/2015/11/vb201503-dylib-hijacking.pdf
Wardle determined that if a Developer ID-signed app loads resources external to its app bundle via a relative file path, an attacker could package the app together with malicious external resources in order to work around the Gatekeeper protection. The app would pass the Gatekeeper check and be allowed to launch, after which it would load the malicious external resources. Wardle found that a number of popular apps, including some of Apple’s own apps, could be used as a vector for such an attack.

Gatekeeper Path Randomization is an attempt to avoid this vulnerability. It works by mounting a read-only disk image in a temporary path in the file system, copying the app onto that disk image, then launching the app from there. With the app bundle’s path thus changed, it will no longer find any external resources where it was expecting them, and thus the loading of malicious resources is prevented.

https://weblog.rogueamoeba.com/2016/06/29/sierra-and-gatekeeper-path-randomization/

The problem with Gatekeeper Path Randomization is that copying applications to a read-only disk image will break functionality in many, if not most, existing applications. Perhaps most notable, features like automatic software updates (via Sparkle or similar mechanisms) will no longer work. Apple may not view this as an issue, given that GPR will be disabled once the user moves the application out of the Downloads folder. However, many users run applications from the Downloads folder, never moving them. This is especially common when a user is trying out an application prior to purchasing it, and an app that doesn’t work as expected due to GPR seems certain to lead to lost sales. Worse, even if the customer moves your app to their Applications folder, it may continue to be broken, depending on how your app is packaged.

Example with ImageJ

macOS 10.12 (Sierra) introduces a security feature called Path Randomization that can cause ImageJ to not work as expected. Path randomization is in effect if the “ImageJ home” path shown in the Image>Show Info window starts with “/private” and plugins are not installed in the Plugins menu. You can disable path randomization by moving ImageJ.app (the icon of your application) out of the ImageJ folder and then copying it back. If the ImageJ folder is in /Applications you will need to hold down the alt key while dragging ImageJ.app out of the ImageJ folder.
https://imagej.nih.gov/ij/docs/install/osx.html

ImageJ cannot use the plugins.

ImageJ is designed to look (every time it runs) for the plugins directory in the same folder where ImageJ.app is located. If you want to override that, you can use the command as you have found, or you can edit the Info.plist file that is inside the ImageJ.app folder.
Right-click on ImageJ.app and select Show Package Contents.
Open Info.plist (if you have Xcode it will be the default to open that file) and append to the Java->VMOptions line the location of the plugins folder you want to use, for example:

VMOption -Xms256m -Xmx3000m -Dplugins.dir=/Users/me/myplugins

If the directory you specify doesn't exist, it just reverts to the default of looking where ImageJ.app is.



Sunday, July 23, 2017

alternatives open free à adobe première. Liste et comparaison pour mélanger video (y compris AVCHD) et photo et music.


Intro

l'excellent VLC hélas n'est qu'un player. On l'utilisera pour visualiser le résulat final.

besoins

Je veux un éditeur/publisher qui mixe image et video pour faire ce job:
j'ai bcp de video et photo sur mon portable ou mon téléphone et je veux faire une seulz video avec un son per exemple une chanson ou en gardant le son des video.

Je veux faire des captures d'écran et enregistrer du son puis faire une video... (voir les options des éditeurs).

Import image sequences from your camera to create a cartoon frame by frame. Then, export as an animated GIF or share on YouTube.

info

En sept 2017 google "tue" ses outils youTube de l'éditeur de vidéo et du diaporama "intégré".
https://www.engadget.com/2017/07/21/youtube-kills-the-video-editing-tools-you-never-used/
L'édition vidéo sur Internet est lente par rapport aux applications natives, car il faut télécharger (upload) votre vidéo puis télécharger (down) la copie finale. Cela dit, c'était une bonne option pour les utilisateurs ou les utilisateurs de Chromebook avec des ordinateurs portables ou des tablettes peu puissantes.

Si vous êtes prêt à payer et que vous disposez d'un PC ou d'un Mac approprié, d'autres applications autonomes incluent
Adobe Premiere CC,
Final Cut Pro X d'Apple pour Mac uniquement
Media Composer professionnel d'Avid. Avid a également une application gratuite appelée Media Composer First,

Apple a iMovie pour Mac et iMovie et Clips pour iOS,
tandis que Microsoft possède Movie Maker pour Windows.
Si vous voulez juste un éditeur Web, il existe des options comme Magisto et WeVideo qui fonctionnent sur la plupart des navigateurs, y compris le navigateur Chrome sur Chromebook.

But

ce post va traiter des offres "libre et open".

Une comparaison
https://en.wikipedia.org/wiki/Comparison_of_video_editing_software

Il faut aussi vérifier si le logiciel prend en charge vos fichiers comme AVCHD (Advanced Video Codec High Definition). voir une liste de soft d'édition qui prend en charge ce format:
https://fr.wikipedia.org/wiki/Advanced_Video_Codec_High_Definition

Les aggrégateurs photo video avec schémas

avant d'aborder les "premières"-light, qq nouveaux softs de 2017 pour aller vite dans la production de video à partir d'un stock de media.

quik de goPro

que iphone/ipad and android

clips d'Apple

que iphone/ipad 
The app allows users to combine videos, images and music into one seamless video ready to be shared not only via the likes of Facebook, Twitter and Instagram, but also via iMessage too.
It sits somewhere between the video generator baked into the Photos app in iOS 10 and iMovie for iOS, which is regarded as being a high-end video editing app (in terms of smartphone apps, anyway!).
Clips is a new app for making fun videos to share with friends, family and the world. With a few taps, you can create and send a video message or tell a quick story with animated text, graphics and emoji, music and more. 

Videos made easy
•    Clips lets you create videos in real time using simple controls — no timeline, tracks or complicated editing tools
•    Shoot live video and photos or add them from your library
•    Easily mute audio, and adjust the length of your clips and reorder them
•    Clips looks and works great on iPhone, iPad and iPod touch

Live Titles
•    Create animated titles and captions using just your voice
•    Captions are generated automatically as you speak and match the timing of your voiceover
•    Mix and match different styles throughout your video
•    Tap your title to adjust text and punctuation or add inline emoji 

Fun effects
•    Give your photos and video clips a comic book look with colour and black & white filters
•    Drop in animated speech bubbles, arrows and banners
•    Add emoji on top of any photo or video clip
•    Use full-screen posters with animated backgrounds and customisable text to help tell your story
• Drag and pinch while recording to add smooth pan and zoom animations to your photos and videos
•    Add a music track from your library or use built-in soundtracks that automatically adjust to the length of your video

Smart sharing
•    Clips suggests people to share with based on who is in your video and who you share with most often
•    Tap a person in the share sheet to instantly send your video via Messages
•    Send directly to Instagram, Facebook, YouTube and other popular social media sites

Apple Web SiteClips SupportApplication Licence Agreement

What's New in Version 1.1 (07/2017)
• Customise your videos with animated Disney graphics featuring Mickey, Minnie and more
• Add Pixar graphics to your videos with characters from Toy Story and Inside Out
• Choose from dozens of new customisable text banners, overlays and posters

vimeo tools

wevideo

web services & que iphone/ipad and android and win 10

Storyo

Storyo creates stories automatically based on the metadata in your photos (like time and location) along with other bits and pieces of information it harvests online, like maps. It brings photos and data together in beautifully simple video-stories, called storyos.
Automated Storytelling
A single photo or simple sequence of shots just doesn’t do your most magnificent moments justice. That’s why we’ve designed an intelligent algorithm that organizes photos in chapters according to when and where great times took place. The result is a true-to-life story told in narrative form – from fabulous beginning to fantastic end.
But it’s your story, so feel free to tweak it until you love it - add or delete photos, change its length, play around with filters, or switch the soundtrack to a song from your own music library.
https://www.storyoapp.com/

OpenShot

OpenShot Video Editor est un éditeur vidéo non-linéaire libre pour GNU/Linux, construit avec Python, GTK+, et le framework MLT (Media Lovin' Toolkit (en)). Il intègre le moteur Blender pour créer des titres et effets (feux d’artifices, jeux de lumières, neige, mappemonde animée) évolués.
AVCHD (Advanced Video Codec High Definition)  OK
Linux, Mac, and Windows.
http://www.openshot.org/
https://en.wikipedia.org/wiki/OpenShot

Kdenlive 

https://kdenlive.org/
https://en.wikipedia.org/wiki/Kdenlive
https://kdenlive.org/toolbox/
FreeBSD, Linux, Windows,
OSX: Kdenlive and MLT can compile and run under Mac OS X. Packages are available from the MacPorts project, unfortunately they are outdated.

Shotcut

FreeBSD, Linux, OS X, Microsoft Windows

VideoPad Video Editor

Video Editing Software 
Windows XP/Vista/7/8/8.1/10
Works on Mac OS X 10.5 and above
Android version runs on 2.3.3 or higher

-un des processeurs de streaming vidéo les plus rapides du marché.
-effets sonores de la sonothèque gratuite

http://www.nchsoftware.com/videopad/index.html

photofilmstrip

PhotoFilmStrip creates movies out of your pictures in just 3 steps. First select your photos, customize the motion path and render the video. There are several output possibilities for VCD, SVCD, DVD up to FULL-HD.
The effect of the slideshow is known as "Ken Burns". Comments of the pictures are generated into a subtitle file. Furthermore an audio file can be specified to setup the background music for the slide show.
In contrary to other projects i know so far, PhotoFilmStrip has the opportunity to render slide show in Full-HD (1920x1080) resolution.

GUI or command line interface for batch processing
python
Win, GNU-linux

http://www.photofilmstrip.org/1-1-Home.html

Friday, July 21, 2017

install MacTeX june 2017, TeX LaTeX AMSTeX TeXShop BibDesk LaTeXiT TeXLive --> 5.8 Gb



MacTeX-2017
June, 2017
For Yosemite (macOS 10.10) and Higher

This installer provides all the software needed to use the TeX typesetting system on Mac OS X. All of the software is fully configured and ready to use. Included are

  • the actual TeX program, and the XeTeX extended version with Unicode and native font support;
  • macro packages, such as LaTeX, AMSTeX, and ConTeXt
  • TeXShop, graphical user interface for TeX
  • Ghostscript, required by certain TeX utilities

A custom install option is available for users who only need some of the software provided.

If you are new to TeX, consult the README installed in /Applications/TeX to begin learning and using TeX.
---

This installer provides all the software needed to use the TeX typesetting system on Mac OS X. All of the software is fully configured and ready to use. Included are
  • the actual TeX program, and the XeTeX extended version with Unicode and native font support;
  • macro packages, such as LaTeX, AMSTeX, and ConTeXt
  • TeXShop, a graphical user interface for TeX
  • Ghostscript, a free postscript interpreter used by certain TeX utilities
  • BibDesk, an editor for BibTeX databases
  • LaTeXiT, a utility to typeset LaTeX equations and export the resulting PDF by drag and drop
  • TeX Live Utility, a utility to administer TeX Live and update packages in it over the network
  • cocoAspell, an extension of Apple's built-in spell checker which understands LaTeX
  •  Excalibur, a spell checker for TeX source code

The underlying TeXLive distribution is extensive, containing most binaries, fonts, styles, and packages used in the TeX community. It is a repackaging of the full TeX Live distribution from the TeX Users Group (TUG), and installs that distribution exactly as it would appear if installed from the TeX Live DVD.

A custom install option is provided for users who want only part of the package. The package contains Ghostscript; users who already have Ghostscript may want to use custom install to avoid the version provided here. 

Among the programs installed by the package is TeXShop, a graphical interface to the TeX typesetting tools. TeXShop will be in your Applications folder in a subfolder named TeX and you can drag its icon to the dock if you wish. The TeX folder contains a README file explaining technical details of TeX Live for experienced users, and explaining how to start using and learning TeX for beginners.

Some programs in TeX need to know whether you are using letter-size paper or A4-size paper. The installer tries to guess the answer from your printer's default paper setting. This will work in almost all cases. If you run into problems, run TeX Live Utility in /Applications/TeX and select "Change Paper Size..." in the Actions menu. 

The installer adds BibDesk, Excalibur, LaTeXiT to the TeX folder in your Applications folder. All are standard Mac programs which can be uninstalled by just dragging them to the trash.

The TeX typesetting system consists of several command line programs and a large number of supporting files. These tools are installed in /usr/local, a directory not visible in the Finder. Inside the system Library folder you will find a subfolder named TeX; the Root file inside this folder is a link to the TeX directory tree which makes it visible to the Finder. So you can examine the files if you are curious.  It is usually not necessary to look at the command line files because they are automatically accessed by TeX as needed. 

If you have used TeX on another system, you may have needed to modify $TEXINPUTS, $PATH, and other shell variables; these are handled automatically on Mac OS X. Occasionally you will want to add additional style files and the like to TeX; to do so, create the directory "texmf" inside your personal Library folder in your home directory, and put additional files in subdirectories of this folder. For instance, LaTeX will find any file in

~/Library/texmf/tex/latex

or a subdirectory of this folder.


For more information about TeX, see http://tug.org, in particular http://tug.org/begin.html for links to a number of introductory resources. For more information about this MacTeX distribution, see http://tug.org/mactex.

Ref

http://www.tug.org/mactex/mactex-download.html

Monday, March 6, 2017

installing Python 3 on Mac OS X >sierra


Installing Python 3 on Mac OS X
The latest version of Mac OS X, Sierra, comes with Python 2.7 out of the box.
->Terminal ->python
Python 2.7.10 (default, Jul 30 2016, 19:40:32) 

[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin

You do not need to install or configure anything else to use Python 2. These instructions document the installation of Python 3.

The version of Python that ships with OS X is great for learning but it’s not good for development. The version shipped with OS X may be out of date from the official current Python release, which is considered the stable production version.
http://docs.python-guide.org/en/latest/starting/install3/osx/#install3-osx


Thursday, February 16, 2017

PDF interpreter. Converter .docx (Word)to PDF. Mac quartz PDF context or adobe mac plug-in or other ways Microsoft Word Online or Libreoffice?



For example, try to save a word file (word 2011 or 2016) to PDF, you have many possibilities.

mac quartz PDF context 

https://en.wikipedia.org/wiki/Quartz_(graphics_layer)

OS X is the first operating system on the market that actually uses PDF technology within the operating system itself. Apple calls this technology ‘Quartz’. Quartz is a layer of software that runs on top of Darwin, the core (or kernel) of the Mac OS X operating system. It is responsible for the rendering of all 2D objects. Alongside Quartz, OpenGL takes care of handling 3D data (used in games like Quake or Unreal as well as professional 3D applications like Maya) and QuickTime handles multimedia stuff (movies, sound,…).

Quartz replaces QuickDraw, which was used within earlier versions of MacOS. Within QuickDraw, the native file format was PICT. With Quartz, this now becomes PDF.

Quartz can render text with sub-pixel precision; graphics are limited to more traditional anti-aliasing, which is the default mode of operation

Quartz performs a number of tasks that include include:
  • automatic PDF generation and save-as-PDF (disk and clipboard)
  • conversion of PDF data to raster data or PostScript. The fact that Quartz can rasterize PDF files means that even cheap inkjet printers can output complex files. Gone are the days when only the screen preview of EPS-files was printed on non-PostScript printers.
  • a consistent feature set for all printers
  • automatic on-screen preview of graphics
  • high-quality screen rendering
In short: Quartz implements a set of rules for describing how pictures and text are displayed and printed. Because Quartz uses the PDF drawing model for imaging, native applications can create and import PDFs without the need for outside programs. Even spool files sent to a printer are PDF data.

Some people have been wondering whether Apple pays licenses to Adobe for the technology used in Quartz. Here is what an Apple employer had to say about this: “The Quartz renderer and the PDF interpreter that Apple ships with Mac OS X are built with Apple code, with no external licenses, by Apple employees. Adobe just publishes a specification for how it’s supposed to function. This gives Apple considerably more flexibility with regard to what Quartz and the PDF interpreter can be used for.”

https://developer.apple.com/library/content/documentation/GraphicsImaging/Conceptual/PDFKitGuide/PDFKit_Prog_Intro/PDFKit_Prog_Intro.html#//apple_ref/doc/uid/TP40001863

https://developer.apple.com/search/?q=quartz%20pdf

Adobe PDF versus Quartz PDF

Since Quartz uses PDF, one would assume that everything that is possible within a PDF file is also supported by Quartz. This is not the case. Quartz uses only some of the features of PDF, it is based on a subset of the full PDF specs.

These are some of the things that are used within both the official PDF specs and Quartz:
  • the PDF imaging model
  • Common color spaces: grayscale, RGB and CMYK
  • Embedding of images (even though Quartz does not support masks)
And these are things that are feasible in PDF but that are not implemented in Quartz for Mac OS 10.3 (Panther):
  • Annotations
  • Forms
  • Actions
  • Digital signatures
In fact, one of the main differences between both systems is that the PDF specs are now at version 1.7 while Quartz uses specs that are somewhere between PDF 1.3 and 1.4.

The advantage of having a PDF-based OS

PDF-support within Mac OS X is a good thing. Using PDF as an internal file format increases the acceptance of PDF as a file format for exchanging data. Programmers use PDF in a number of interesting ways. Take the database program Filemaker as an example: the native OS X version of FileMaker Pro 5.5 allows users to import PDF documents as QuickTime movies that they can attach to records.
The actual implementation of PDF within Quartz offers acceptable results for use in a prepress environment. Apple could still improve things but OS X 10.3 as an operating system is the closest fit to prepress that you will find on the market. Even though the PDF viewer in OS X is not as powerful as Adobe reader, it is far faster and a worthy alternative.

https://www.prepressure.com/pdf/basics/osx-quartz (2013)

Quartz PDF creation displays the lowest version number needed to view the file...
try exporting a simple SU model and it will show as being version 1.3...
add an xls table in layout and it will show as 1.5 or higher...
maybe you could add a 1.7 feature to your watermark and then all your exports will show as 1.7...
https://forums.sketchup.com/t/export-layout-to-pdf-version-1-7-on-mac/33564/5 (2016)

adobe mac plug-in

Here it's not quartz, but adobe's code which creates the PDF.

Others

Microsoft Word Online

web services

https://www.iskysoft.com/pdf-tips/top-word-to-pdf-online-converter.html

LibreOffice

convert .doc or .docx
to libreOffice
Version: 5.3.0.3 (2017; mac)

Problems with foot note (with equation)

But the pdf with Table of Contents is dynamic, tagged...
many choices of img compression.
Then this step is OK.


Tuesday, January 17, 2017

voir dossier caché comme bibliotheque (library) dans mac OS sierra OSX12




AFFICHER LE DOSSIER BIBLIOTHÈQUE SUR MACOS SIERRA (10.12) : VIA LE TERMINAL

Par défaut le dossier Bibliothèque (Library) est masqué. Il suffit d’ouvrir le Finder et de regarder au sein de votre répertoire utilisateur pour vous en apercevoir.

Il suffit d’ouvrir le Terminal depuis le Finder (Applications et Utilitaires) ou de le lancer via une commande Spotlight cmd⌘ + barre d’espace (mot-clé « Terminal »). Ensuite, on saisit la commande suivante suivie de la touche Entrée :

chflags nohidden ~/Library/

http://www.macplanete.com/tutoriels/24881/afficher-le-dossier-bibliotheque-sur-macos-sierra-10-12

Friday, December 16, 2016

lire les vieux files 'Unix Executable files" (par exemple du quarkXpress) sur macintosh et conversion vers indesign



Les vieux fichiers de quark

Les vieux fichiers de quark sont souvent sans extension et apparaissent en "Unix Executable files".

Pour vérifier si c'est bien du quarkXpress, faire:

Launch Terminal from your Utilities folder, type "file " (file then space without the quotes)...drag the file to the terminal window. Hit "Enter". Post the output here.

Ref: https://discussions.apple.com/thread/3920315?tstart=0

Comment l'ouvrir?
mettre à la fin .qxp
The qxp file extension replaced an older qxd file extension in QuarkXpress versions 5 (2002) and earlier.
http://www.planetquark.com/2012/02/01/the-trick-to-opening-older-quarkxpress-documents-on-a-new-mac/#.WFMJXRAhVl8

InDesign ouvre nativement les fichiers XPress 4.1 maximum, or la version 4 tournait sous OS classic (à cette époque, ça devait être un OS 8) et dans ces OS les fichiers n'avaient pas d'extension. Donc si ton fichier est bien un fichier XPress Mac, alors ce n'est pas un fichier XPress 4.
Sur Mac, l'extension .qxd est apparue avec XPress 6 en 2003, et c'était la 1re version tournant sous OS X : donc si ton fichier a une extension .qxd et qu'il est de 2004, il y a de fortes probabilités pour que ce soit un fichier XPress 6... donc impossible de l'ouvrir directement dans InDesign.
http://forums.macg.co/threads/qxd.1029302/

Quark propose un convertisseur de documents

Quark propose un convertisseur de documents QuarkXPress gratuit pour les utilisateurs de QuarkXPress 10, depuis le 13/10/2014
http://www.quark.com/fr/About_Quark/Press/PressDetail.aspx?ncid=2036

QuarkXPress Document Converter 1.2

Description
Le convertisseur de documents QuarkXPress est une application autonome qui convertit les documents anciens (QuarkXPress 3, 4, 5 et 6 (et 7)) dans le nouveau format (QuarkXPress 9.1), permettant aux utilisateurs d'ouvrir ces documents dans QuarkXPress 10 ou version ultérieure sans être obligés d'avoir une copie de QuarkXPress 9 installée.
Plates-formes prises en charge  ≥Mountain Lion (10.8.x).
Langues d'interface utilisateur prises en charge : anglais, allemand et français
Le convertisseur de documents QuarkXPress offre les fonctions suivantes :
  • Conversion de documents QuarkXPress (QuarkXPress 3, 4, 5 et 6 (et 7)) simples ou multiples
  • Conversion d'anciens documents à partir d'un répertoire sélectionné avec possibilité d'inclure des sous-répertoires.
Un convertisseur de documents QuarkXPress® est un outil gratuit qui permet aux utilisateurs de QuarkXPress d'ouvrir d'anciens fichiers QuarkXPress dans QuarkXPress 9.1et 10 et plus... QuarkXPress 10 prend en charge les documents créés depuis QuarkXPress 7 jusqu’à QuarkXPress 10, mais pas les anciens documents créés avec les versions 3 à 6.

Via l'interface utilisateur très simple du convertisseur de documents QuarkXPress, les utilisateurs de QuarkXPress 10 peuvent sélectionner un document QuarkXPress seul ou tout un dossier et convertir les fichiers dans un format compatible avec QuarkXPress 10. Avant la mise à disposition du convertisseur de documents QuarkXPress les utilisateurs devaient conserver une copie de QuarkXPress 9 afin de pouvoir accéder à d'anciens documents. Le convertisseur de documents QuarkXPress offre également l'avantage supplémentaire de la conversion par lots, ce que QuarkXPress 9 ne prend pas en charge.

Pour télécharger le convertisseur de documents QuarkXPress gratuit, rendez-vous sur le site : http://www.quark.com/Support/Downloads/Search_Results.aspx?pid=1&oid=2&ftid=3.
Plus précisément, il existe un outil qui permet de convertir vers la version 9.1 qui elle est utilisable sur la version 10 et +.
Voir ici http://www.quark.com/fr/Support/Downloads/Details.aspx?fid=289
 Il suffit juste de s'inscrire avec un email.

Ce convertisseur=Fichier zip de 132Mo.
puis pèse 500Mo sur le disque.
---

QuarkXpress 5 et 6

Qx 6 peut ouvrir des fichiers Qx4 et Qx5 mais il ne peut sauvegarder qu'en QX6 ou QX5.
http://forums.macg.co/threads/xpress-6-et-anciens-fichiers.62860/
Il faut donc du Qx5 pour sauvegarder en Qx4.

La version 5.1 de Qx a été "donnée" via un CD (ou DVD) du magazine "Computer Shopper" en dec 2006 (que version Windows XP ou 2000).
http://forums.moneysavingexpert.com/showthread.php?t=628415
this free version doesn't work with Windows Vista.
Also will work under Linux using WINE.

You do have to register it with Quark by 25 Jan 2007 to get the validation code.

idem pour dec 2007
http://newjournalismreview.com/2007/12/17/quarkxpress-5-is-free-again-on-your-marks-get-set/

There isn’t much difference between Quark 5 and Quark 6. Although Quark 7 is a significant upgrade.


Pour utiliser  Qx 6.x, il faut mac OSX 10.2 à 10.4.
10.5 (leopard) pose problème mais peut fonctionner si on installe bine les upgrade.

http://www.planetquark.com/2008/10/30/will-quarkxpress-65-run-on-mac-os-x-105-leopard/#.WJYiYRLNzdQ

Rem: QuarkXPress 6.5 is a PowerPC-based application.

The answer is: QuarkXPress 6.52 and earlier will NOT work 100% properly with Leopard (10.5). You’ll need to either upgrade QuarkXPress or find a used Mac that can run 10.4 or 10.3. (I’d strongly encourage upgrading QuarkXPress!)
You see, Mac OS X 10.5 was nowhere on the horizon when Quark shipped QuarkXPress 6. In fact Mac OS X 10.3 was current when QuarkXPress 6 was released, almost two full years before Mac OS X 10.4 Tiger, which was the predecessor to 10.5. Apple changed a LOT of basic-level things from 10.3 to 10.4, and then again in 10.5.

Quark recommends that modern Mac users run the latest version of QuarkXPress 7.x with Intel-based Macs using Mac OS X 10.5 “Leopard.” However, it’s my experience that you can run Quark 6.52 on those machines with very few problems
But what if you need to do a clean install from, say, QuarkXPress 6.0 for the Mac? Perhaps you chose to wipe your hard drive clean before installing Leopard, and now you have to reload your apps. It is necessary to install all three dot-release upgrades to Quark 6.0 in order. If you try to skip one, you’ll see cryptic “file not found” error messages during the upgrade process.

So, here’s what you have to do. Note that the slowest part is downloading the updaters.

1. Install QuarkXPress 6.0 from your original CD-ROM. Verify that the software runs; you may see error messages. Ignore them. Quark should launch after you get rid of the error messages.

2. Download and install the QuarkXPress 6.1 (from 6.0) upgrade. It’s an 80.5MB download. Verify that Quark launches after installing. There should not be any error messages.

3. Download and install the QuarkXPress 6.5 (from 6.1) upgrade. It’s a 154MB download. Launch Quark afterwards; there should be no errors.

4. Download and install the QuarkXPress 6.52 (from 6.5) upgrade. It’s a 20.7MB download. When it’s finished, Quark 6.52 should run properly.

For future installations, burn all three updaters onto a CD-ROM. Keep it with your Quark 6.0 disc. That’s what I just did.
http://alanzeichick.com/2008/03/four-steps-for-reinstalling-quarkxpress.html

QuarkXPress 7

As is usual for software companies, Quark’s stated position on old software running under new operating systems is: “It’ll probably work, but we don’t support it.”
Make sure you install/update QuarkXPress 7 to the latest version (7.5).
Though we do not foresee any issues why QuarkXPress 7 shouldn’t run under these operating systems, Quark will not officially support QuarkXPress 7 under Mac OS X 10.6 or Windows 7.
If you want official support, please stay with your currently supported operating system (QuarkXPress 7 is officially supported under OS X 10.4 & 10.5 and Windows XP & Vista) or consider upgrading to QuarkXPress 8.
QuarkXPress 8 is officially supported under Mac OS X 10.6 & 10.5 & 10.4 as well as Windows 7 & Vista & XP.
http://www.planetquark.com/2009/09/21/quarkxpress-7-not-officially-supported-in-mac-os-x-10-6-snow-leopard-or-windows/#.WKBXlhLNzdQ

Comment puis-je enregistrer des projets dans une version antérieure?

Vous pouvez seulement enregistrer un document en une version immédiatement inférieure. Par exemple, vous pouvez enregistrer un projet de QuarkXPress 8 en version QuarkXPress 7 et de QuarkXPress 7 en version QuarkXPress 6.
Cependant, vous ne pouvez pas enregistrer directement de la version 8 en version 6. Donc, si vous désirez enregistrer un projet de la version 8 en version 6, il faut que vous enregistriez le document d’abord en version 7 et réenregistrez-le en version 6 depuis la version 7.

N.B : Si vous utilisez une édition « PLUS » de QuarkXPress 8, vous pouvez enregistrer des projets directement en version 6 (version 6,5 japonais ou le coréen), uniquement dans ces deux langues.

Afin d’enregistrer un projet QuarkXPress 8 en QuarkXPress 7.0 (ou QuarkXPress 8 Edition PLUS en version 6,5 japonais ou le coréen) :

1. Allez au Fichier > Exporter> Mises en page en tant que Project. La boîte de dialogue Exporter en tant que mise en page du projet s'ouvre.

2. Choisissez 7.0 dans le menu déroulant de Version.

Afin d’enregistrer un projet QuarkXPress 7 en QuarkXPress 6.0:

Allez dans Fichier> Exporter> Mises en page en tant que Project. La boîte de dialogue Exporter en tant que mise en page du projet s'ouvre.

2.   Choisissez 6.0 à partir du menu déroulant de Version.

N.B : Pour ouvrir un projet QuarkXPress 7 enregistré en QuarkXPress 6, vous devez exécuter QuarkXPress 6.52. Vous pouvez trouver la mise à jour 6.52 sur le lien suivant :

windows:
http://download.cnet.com/QuarkXpress-Update/3001-6675_4-10333142.html
mac/PC

http://www.quark.com/Support/Downloads/Login.aspx?fid=187

https://quarkfr.parature.com/link/portal/30026/30043/Article/2313/Comment-puis-je-enregistrer-des-projets-dans-une-version-ant-rieure

Version de mac OSX

Comme les chaînes de production ont été sur de nombreuses années, il faut relier les version de mac OSX et les ordinateurs (processeurs) avec les versions de Qx et Indesign.

pour faire fonctionner Qx 5 il faut donc un mac avec OS 9.1 ou mieux 9.2.2



Mac OS 9 est très semblable à son prédécesseur Mac OS 8 et il peut être considéré comme une espèce de transition avant le passage à Mac OS X, dont toutefois l'architecture est très différente.

C'est néanmoins la version la plus aboutie et la plus stable du Mac OS original : contrairement aux précédentes versions, Mac OS 9 est écrit entièrement en code compatible PowerPC, ce qui améliore son fonctionnement sur les Macintosh à base de processeur PowerPC, mais qui en contrepartie écarte les premiers Macintosh à base de Motorola 68000-68040.

Lorsque Mac OS X sort en avril 2001, Mac OS 9.2.2 continue d'être livré avec tout nouveau Macintosh à base de processeur PowerPC, sous l'appellation « Classic », qui permet, au moyen d'un émulateur élaboré tournant dans Mac OS X, de faire tourner les programmes écrits pour Mac OS 9 et précédents.

9 janvier 2001 : Mac OS 9.1
(essentiellement correction de bugs et amélioration de la stabilité et des performances)
21 août 2001 : Mac OS 9.2.1
(améliore uniquement le fonctionnement de l'environnement Classic au sein de Mac OS X)
5 décembre 2001 : Mac OS 9.2.2 
(dernière version de Mac OS Classic avant l'abandon du développement en mai 2002)

2002 : Sur les ordinateurs vendus à cette période, Mac Os 9 n'est plus installable de façon autonome, mais uniquement depuis le système Mac OS X et sur la même partition. Le démarrage sous Mac OS 9 reste toutefois possible, en utilisant les préférences de démarrage.
2003 : Les Macintosh commercialisés à partir de janvier 2003 ne peuvent plus démarrer sous Mac OS 9 (voir liste https://fr.wikipedia.org/wiki/Mac_OS_9).
2006 : Mac OS 9, comme l'émulation « Classic », ne fonctionnent pas sur les nouveaux Mac à processeur Intel.
2007 : La possibilité d'utiliser « Classic » est supprimée dans Mac OS X v10.5 Leopard, quelle que soit la machine.
---

list of old macs which support os 9 classic
http://www.everymac.com/systems/by_capability/macs-that-support-macos-9-classic.html

Installing OS9 with OSX 10.4
he Retail 10.4 disks did not include OS9. You have to install it separately from another source after installing 10.4.
https://discussions.apple.com/thread/3674213?tstart=0


Comparaison des versions de QuarkXPress 7 à 2016

de la version  7 8 9 10 2015 à 2016

Expérience utilisateur7891020152016
Exportation directe au format PDF (sans Distiller)OuiOuiOuiOuiOuiOui
Maintien de la transparence des objets natifsNonOuiOuiOuiOuiOui
Maintien de la transparence des PDFNonNonNonOuiOuiOui
Exportation PDF/X-1a et PDF/X-3OuiOuiOuiOuiOuiOui
Exportation directe au format PDF/X-4NonNonNonNonOuiOui
Exportation PDF/X-4NonOuiOuiOuiOuiOui
Publication numérique7891020152016
Mise en page App Studio et eBook unifiéeNonNonNonNonNonOui
Animations HTML5 pour appsNonNonNonOuiOuiOui
Animations HTML5 pour eBooksNonNonNonNonOuiOui
Création d'applications pour tablettes et smartphonesNonNonOuiOuiOuiOui
Export d'eBook reformatable aux formats ePub et KindleNonNonOuiOuiOuiOui
Utilisation de feuilles de style pour export de styles CCS pour eBooksNonNonNonNonOuiOui
Export d'eBook à mise en page figée aux formats ePub et KindleNonNonNonNonOuiOui
Justification, runaround, drop caps etc. in ePub and HTML5NonNonNonNonNonOui
Création de publications HTML5NonNonNonNonNonOui
Importation/Exportation7891020152016
Importation de PDFOuiOuiOuiOuiOuiOui
Collage d'objets issus d'Illustrator ou MS Office en tant qu'objets natifsNonNonNonNonNonOui
Importation/exportation d'exceptions de césureNonNonNonOuiOuiOui
Importation Word d'anciens (DOC)OuiOuiOuiOuiNonNon
Importation Excel d'anciens (XLS)OuiOuiOuiOuiNonNon
Importation Word (DOCX)OuiOuiOuiOuiOuiOui
Importation Excel (XLSX)OuiOuiOuiOuiOuiOui
Importation des fichiers Illustrator® (AI) en mode natifNonOuiOuiOuiOuiOui
Importation des fichiers Photoshop® (PSD) en mode natifOuiOuiOuiOuiOuiOui
Importation de notes de pied de page/de fin de texte à partir de fichiers DOCX (MS Word)NonNonNonNonOuiOui
Collecte pour sortie dans toutes les mises en pageNonNonNonNonOuiOui
Ouverture automatique des PDF après exportationNonNonNonNonOuiOui
Enregistrement au format de la version précédenteOuiOuiOuiOuiOuiOui
Ouverture directe d'anciens documents (3.1 jusqu'à 6)OuiOuiOuiVia le convertisseur de documentsVia le convertisseur de documentsVia le convertisseur de documents
Ouverture directe d'anciens documents (7 et supérieur)OuiOuiOuiOuiOuiOui
Conversion facile de mise page papier en fichier ePub à mise en page fixeNonNonNonNonOuiOui
Conversion facile de mise page papier en HTML5NonNonNonNonNonOui

Nombreuses plates-formes prises en charge7891020152016
Licences multiplates-formes (OS X et Windows)OuiOuiOuiOuiOuiOui
Double activation (installation sur deux machines)OuiOuiOuiOuiOuiOui
Application 64 bitsNonNonNonNonOuiOui
Installation par glisser-déposer*NonNonNonNonOuiOui
Mac OS X Mavericks™ (10.9)NonNonOuiOuiOuiOui
Mac OS X Yosemite™ (10.10)NonNonNonOuiOuiOui
Mac OS X El Capitan™ (10.11)NonNonNonNonOuiOui
Utilisable sur les versions 32 bits de WindowsOuiOuiOuiOuiNonNon
Windows 7 (64 bits)NonOuiOuiOuiOuiOui
Windows 8 and 8.1 (64 bit)NonNonOuiOuiOuiOui
Windows 10 (64 bits)NonNonNonNonOuiOui

http://www.quark.com/fr/Products/QuarkXPress/Version_Comparison.aspx


https://fr.wikipedia.org/wiki/PDF/X

QuarkXPress 2015
https://quarkfr.parature.com/link/portal/30026/30043/Article/3690/QuarkXPress-2015-Nouvelle-Caract-ristique-Disposition-fixe-ePub

http://epubsecrets.com/quarkxpress-2015-new-ebook-options.php

QuarkXPress 2016 offre la publication HTML5 intégrée

Pour les graphistes, la création et de la diffusion d'expériences Web interactives semblables à celle d'une appli est à portée de clic

Denver, CO - 24/05/2016 - Quark a annoncé aujourd'hui la sortie de QuarkXPress 2016, la nouvelle version du logiciel populaire de publication et de conception graphique de Quark. Entre autres nouvelles fonctions, QuarkXPress 2016 donne aux graphistes la possibilité de créer, au sein même de QuarkXPress, des publications HTML5 qui peuvent être prévisualisées localement et affichées avec tous les navigateurs modernes pour ordinateurs, tablettes et mobiles.

Appelée Publications HTML5, la nouvelle fonction permet aux utilisateurs de créer des expériences Web de type appli à grand contenu graphique sans devoir faire appel à des solutions onéreuses de publication numérique. QuarkXPress 2016 est vendu sous forme de licence perpétuelle, ce qui signifie que les utilisateurs peuvent se servir du logiciel aussi longtemps qu'il demeure compatible avec les systèmes d'exploitation pris en charge. Avec les Publications HTML5, les graphistes peuvent créer leurs projets, les stocker localement et les diffuser au moment et sous la forme de leur choix en utilisant leurs propres serveur et domaine Web.

Matthias Guenther, directeur de la QuarkXPress Business Unit de Quark, a déclaré : « La fonction Publications HTML5 de QuarkXPress 2016 est très probablement la manière la plus facile de créer et de partager des publications Web — en partant de livres, magazines et journaux pour en faire des supports marketing interactifs. »
Les avantages de la technologie HTML5
Avec la fonction Publications HTML5, les graphistes peuvent soit ajouter de l'interactivité à des mises en page papier existantes, soit créer de toutes pièces une publication HTML5 semblable à une appli — sans avoir à écrire la moindre ligne de code. Il est ainsi possible de :
Créer des mises en page papier de qualité qui peuvent être représentées avec précision en HTML5
Ajouter des éléments interactifs comme des vidéos, des boutons, des diaporamas et des animations à l'aide d'une palette HTML5
Effectuer un suivi de l'utilisation et de l'interaction via Google Analytics
Créer une publication HTML5 entièrement encapsulée incluant des fonctions de recherche, de navigation et d'aide
Avoir du contenu facile à trouver pour les moteurs de recherche grâce à l'utilisation de texte réel
Voir des aperçus de chaque page d'une publication sous forme de miniatures pour une navigation facile
Exporter des mises en page localement, y compris toutes les ressources figurant dans celles-ci, comme les images, les polices et les fonctions typographiques
Déposer la publication dans son intégralité sur tout serveur Web
« Jusqu'à présent, les graphistes ont été à la merci de services de publication numérique propriétaires. Cela rend difficile le changement de prestataire et enferme les graphistes et les organisations dans des structures tarifaires et des offres de services susceptibles de mettre en péril la longévité et la maîtrise de leurs ouvrages numériques », constate Guenther. « Désormais, même les graphistes indépendants, les associations sans but lucratif et les établissements d'enseignement, ainsi que les grandes entreprises et agences peuvent tous enrichir leur contenu en bénéficiant de l'ensemble des avantages de la technologie HTML5, sans frais supplémentaires. »
http://www.quark.com/fr/About_Quark/Press/PressDetail.aspx?ncid=2198




You see, Mac OS X 10.5 was nowhere on the horizon when Quark shipped QuarkXPress 6. In fact Mac OS X 10.3 was current when QuarkXPress 6 was released, almost two full years before Mac OS X 10.4 Tiger, which was the predecessor to 10.5. Apple changed a LOT of basic-level things from 10.3 to 10.4, and then again in 10.5.
Since I couldn’t find a one-stop source that listed the problems you’re likely to encounter when trying to use QuarkXPress 6.5 in Mac OS X 10.5, I thought I’d try to collect as many broken bits as I could find.
http://www.planetquark.com/2008/10/30/will-quarkxpress-65-run-on-mac-os-x-105-leopard/#.WH_Os2rNzdQ

QuarkXpress 6.5 suddenly won't launch on my Mac system 10.4.11?
Just Navigate to HDD>>Applications>>QuarkXPress 6 folder and create a folder by the name Preferences with P in upper case and now launch QuarkXPress.

it would work
http://www.fixya.com/support/t2099613-quarkxpress_6_5_suddenly_launch_mac

updaters

≥7.01

File type and creator

Xpress 3.x to 6:
file creator=  XPR3
file type depends on what kind of file it is
  • documents  XDOC
  • templates  XTMP
  • libraries  XLIB
  • web documents  XWEB
  • books  XBOK

Si on passe les fichiers sur PC ou sur un support mémoire (disque dur, clé usb ou carte SD) formatée FAT ou autre que mac OS (étendu...), creator et type sont souvent dosa et TEXT.
Pour éviter cela rester sur une chaine mac (OS8, 9 ou OSX).

Sinon il faut changer ces type et creator (sous mac avec resedit 2.1.3 (https://en.wikipedia.org/wiki/ResEdit) qui fonctionne sous OS9.x

Si on a de nombreux fichiers, il faut se tourner vers un programme  de traitement par dossier ou miultiFile.

programme récent :
Type And Creator Changer 9.0 (fonctionne aussi sur OS sierra 12.1)
Il permet de connaitre le type et creator de chauque fichier.

programmes sous OS 9
http://alphaomega.software.free.fr/downloads.php

http://macos9lives.com/smforum/index.php?topic=1154.0
-File manipulator (v 2 que powerPc mais OK OSX)
-Bunchtyper
-ChangeMaker 2 (very old)
-Creatorchanger

Bunchtyper (très vieux 1992)
ne fonctionne pas sur 9.2
It would be laborious, and tedious in the extreme to drag and drop each file, one by one, until they were all done. What is needed is a batch processing approach to changing Type and Creator codes.
Happily, there is such a thing! It’s name is BunchTyper and it neatly accomplishes the task of applying the same Type and Creator codes to “bunches” of files (hence the name), or, in this case, to entire folders of files.
https://happymacs.wordpress.com/2013/09/24/change-typecreator-codes-for-folder-of-files/
http://www.umich.edu/~archive/mac/
download via UMich archive , see  util/diskfile
Once you have installed BunchTyper, create a BunchTyper alias (highlight the application file and type CMD-M) and drag it to your desktop. This provides a convenient drag and drop target for the folder(s) you want to update.

Historique

Adobe a en effet réussi sa conquête du marché du logiciel de mise en page avec Indesign, en l’incluant comme « cheval de Troie » dans ces packs logiciels incluant Photoshop et Illustrator, mettant ainsi entre toutes les mains son Indesign maison.
Indesign s’est imposé lentement mais surement, surtout dans les écoles d’infographies, qui n’avaient pas les moyens de s’acheter des licences chères auprès de Quark, donnant ainsi des habitudes de travail à des étudiants, qui arrivant sur le marché du travail, ne connaissaient qu’Indesign. Puis la stratégie d’Adobe de logiciels intégrés qui font communiquer aisément Indesign avec Photoshop et Illustrator, et enfin, la modularité du développement d’Indesign ont fait le reste pour éloigner de plus en plus QuarkXPress des utilisateurs.

Mutation
Depuis 2015, Quark a été racheté par un fond d’investissement et a dû trouver de nouvelles stratégies. Ayant perdu la bataille de l’outil de mise en page, Quark a investi de manière importante dans les serveurs de publication. 
Tout d’abord, on trouve Quark présent de manière importante dans le secteur de l’imprimerie online, c’est à dire, la possibilité pour les imprimeurs de proposer des services de commandes et de mise en page entièrement en ligne, via un simple navigateur. 
Mais aussi, et c’est là que Quark a désormais plusieurs longueurs d’avance, dans le secteur des serveurs de publication Cross-Media, c’est à dire, d’offrir la possibilité de centraliser les contenus (textes, images, animations, audio, vidéo, liens, flux XML, Word, Excel, PowerPoint, Indesign, QuarkXPress…) et de permettre de les publier, en temps réel, sur n’importe quel média : papier, web, tablette et smartphone.
http://www.quark.com/fr/Products/Quark_Publishing_Platform/

Cependant, beaucoup d’utilisateurs de QuarkXPress dans le monde n’ont pas voulu casser leurs habitudes de travail, et sont restés fidèles à un outil qui est très robuste. De plus, beaucoup de studios, d’agences ou d’éditeurs ont un patrimoine important réalisé au format QuarkXPress et la conversion vers Indesign est souvent hasardeuse, malgré des outils très bien faits pour convertir dans les deux sens (Markzware ID2Q).
Aussi, je connais un bon nombre de journaux ou d’imprimeurs qui ont des processus de fabrication automatisés entièrement basés sur QuarkXPress et ne peuvent se permettre la perte de productivité qu’un changement de logiciel engendrerait.
Et enfin, Indesign n’est pas parfait, et dans certains métiers, dont celui du livre, la gestion typographique d’Indesign laisse à désirer qqfois.

qx 2015 est compatible Yosémite.

https://electricnews.fr/quarkxpress-renait-de-cendres-passe-a-2015/

passage de Quark à Indesign

Ouverture de fichiers QuarkXPress dans InDesign
InDesign peut convertir des fichiers de document et de modèle à partir de QuarkXPress 3.3 ou 4.1x. Pas après 4.1x.

InDesign peut également convertir des fichiers de document et de modèle à partir de fichiers QuarkXPress Passport 4.1x multilingues. Il n’est donc plus nécessaire d’enregistrer d’abord ces fichiers en fichiers unilingues (pour convertir des documents créés dans QuarkXPress 5.0 ou toute version ultérieure, ouvrez les documents dans QuarkXPress et enregistrez-les au format 4.0).
S’applique à: InDesign CS6.

Pour plus de détails, reportez-vous au Guide de conversion/passage à QuarkXPress (PDF), à l’adresse www.adobe.com/go/learn_quarkconv_fr.

https://helpx.adobe.com/fr/indesign/using/converting-quarkxpress-pagemaker-documents.html

Convert Quark to InDesign
en Français:



une erreur de type
"le document utilise les polices suivantes qui ne sont pas disponibles actuellement"
lors de l'import d'un fichier qx (de 2000, donc version 3.3, 4 ou 4.1) par inDesign CS6
avec la liste
Book Antiqua
Times New Roman
Times
Arial
RotisSansSerif

https://helpx.adobe.com/fr/indesign/kb/error-fonts-currently-available-incopy.html

Installation des polices
https://www.azfonts.net/families/agfa-rotis-sans-serif.html

otf ou ttf?
http://www.zebulon.fr/questions-reponses/otf-ou-ttf-69553.html

installer font sur mac:
http://fr.wikihow.com/installer-une-police-de-caract%C3%A8res-sur-un-Mac

  • FontBook intégré à macOSX (vérifie qualité font)
  • méthode directe avec Mac OS X : faites glisser les fichiers dans le dossier Fonts (polices) du dossier Library (bibliothèque). Dans menu "fenêtre" de"livre de polices" ou "FontBook" vous pouvez voir toutes vos polices et aussi leur emplacement (attention (soit dans system soit dans utilisateur).

from the pdf "Q2ID Conversion Notes"

© 2011 Markzware
this pdf is an important reference:


For QuarkXPress version 3 and 4 files you can bypass Q2ID and allow InDesign to perform the conversion by simultaneously holding down the 3 keys “Control+Option+Command” when clicking the Open button.
You can convert more than one file at a time by selecting multiple files using Command- or Shift-click in InDesign’s Open dialog.
• Because InDesign may alter the z-order when grouping objects, you can hold down the Option key when clicking the Open button to prevent objects from being Grouped, thus retaining their original order on the page.
• When selecting a file in InDesign’s Open dialog, if your QuarkXPress document is grayed-out, it has probably lost its Creator tag. In this case try choosing “All Documents” instead of "All Readable Documents" from the menu to be able to select your file.

---

sauvegarder dans CS6 

sauvegarder dans CS6 propose ces formats:


puis après (dans CS6):


---

Option 1 - manually

If you have to convert a Quark version 4 file, you don't need Quark at all - you only need a copy of InDesign. Just open the Quark file in InDesign and you're away. It will natively convert version 4 files.

However, if you need to convert a version 5, 6, 7, 8, 9 or 10 Quark file, you need to do some back-saving - which means that you'll need a copy of Quark 5 if the file is version 5, Quark 6 and Quark 5 if the file is version 6 and Quark 7, 6 and 5 if the file is version 7. If you don't have a copy of Quark (and the file for conversion is version 5 or above), then Option 2 is for you:

Option 2 - use the Q2ID plugin (plug-in for Indesign; pay 199euro/yr)

If you don't have (or can't run) Quark XPress 5 (and the Quark file you need to convert is version 5 or later), the best solution is for you to invest in an InDesign conversion plugin. The one I've had (positive) experience with is Markzware Q2ID, a conversion tool which checks some of the boxes missed by the native QuarkXPress to InDesign conversion - although even Markzware point out that no conversion is perfect... you'll always need to check and tweak your work. However, you'll be doing a lot less work than if you had to start from scratch. Q2ID will convert versions 3.3, 4, 5, 6, 7, 8, 9 and 10 of Quark to InDesign CS4 (Windows only), CS5, CS5.5, CS6 and CC in the same way that the native InDesign plugin converts version 4. Just select FILE/OPEN.
http://www.graphic-design-employment.com/free-quark-to-indesign-conversion.html

http://markzware.com/products/q2id/

Supports InDesign CC 2017 through CS5 on Mac and Windows

system requirements (Mac):

  • Mac OS X 10.6.8 or higher
  • A valid license for Adobe InDesign
  • Internet connection to activate and register Q2ID.


CS6
http://markzware.com/q2id/markzware-q2id-cs6-convert-quarkxpress-adobe-cs6-plugin/

Version InDesign




To support the new features, especially typographic, introduced with InDesign CS, both the program and its document format are not backward-compatible. Instead, InDesign CS2 has the backward-compatible INX (.inx) format, an XML-based document representation. InDesign CS versions updated with the 3.1 April 2005 update can read InDesign CS2-saved files exported to the .inx format. The InDesign Interchange format does not support versions earlier than InDesign CS. With InDesign CS 5, Adobe replaced INX with InDesign Markup Language (IDML), another XML-based document representation.
https://en.wikipedia.org/wiki/Adobe_InDesign

nouveautés CS6

La version CS6 d’InDesign met clairement l’accent sur l’édition numérique, et propose peu d’évolution et de changements côté print. Aucun changements non plus côté gestion de flux XML et fusion de données. Cette CS6 confirme donc la direction prise lors de la version CS5.5 du logiciel : Adobe cherche à pousser plus loin encore les possibilités d’édition pour readers & tablettes. InDesign CS6 propose cependant des fonctionnalités intéressantes pour le print, dans la gestion et la réutilisation de contenus.

Réutilisation de contenu
Auparavant, quand on souhaitait décliner une même charte graphique dans plusieurs documents de formats différents sous InDesign, deux possibilités s’offraient à nous : le copié/collé ou la duplication du document, puis sa modification. Pas forcément pratique, ni économe côté temps. InDesign CS6 intègre dorénavant des fonctionnalités qui aideront ses utilisateurs à réutiliser du contenu & des mises en pages d’un document à l’autre, voire à créer plusieurs variantes d’un même projet au sein d’un unique document.

Le content collector : un presse-papier pour InDesign
Cette CS6 intègre ainsi l’outil Content Collector (Récupérateur de Contenu dans la version française), une sorte de presse-papier mixant snippets et bibliothèque. Concrètement, il devient possible de déposer dans ce presse-papier des éléments de mise en page, pour une réutilisation ultérieure. Les éléments déposés dans le Content Collector seront toujours liés au document original, mais il sera possible de les modifier, en choisissant ou non de répercuter la modification sur tous les documents contenant l’élément en question. Il est également possible de faire correspondre des styles (caractères, paragraphes) entre deux documents, pour conserver la même structure de vos mises en page (titre 1 correspondant au titre 1 d’un autre document, tout en modifiant son apparence.) L’intérêt ? un gain de temps évident lors de la réutilisation de chartes graphiques (déclinaisons d’affiches en flyer ou brochures par exemple, ou réutilisation d’un texte et de sa structure dans une nouvelle mise en page).

L’outil pages et les règles de mise en page
InDesign CS6 va plus loin encore en ajoutant des possibilités assez intéressantes concernant les mises en pages et leur adaptations en plusieurs formats. L’outil Pages, présent depuis la version CS5 du logiciel, intègre dorénavant la possibilité de prévoir des règles de mise en page en cas de changement de format. Si vous souhaitez par exemple passer votre mise en page du format portrait à un format paysage, il vous est possible de prévoir à l’avance quel comportement prendra votre travail. Plusieurs règles possibles : mise à l’échelle, recentrer, basé sur l’objet, basé sur le repère et contrôlé par le gabarit. Ces « règles de mise en page liquide » (traduction un peu bancale de liquid layout, notion bien connue des webdesigner/webdeveloppers) vous permettront de paramétrer votre document en amont de toute adaptation future, en jouant sur le comportement des éléments de mise en page, soit au cas par cas, soit de manière plus globale dans votre document. Fonctionnalité intéressante pour le numérique, puisqu’elle devrait permettre de prévoir des mises en pages adaptées aux divers formats de readers & tablettes.

Le panneau pages : créer des variantes de vos mises en page
Dernier outil très utile pour la récupération de vos contenu dans Indesign CS6, le panneau Pages. Celui-ci se dote d’une nouvelle option, disponible dans le menu contextuel : « Créer une variante de mise en page ». Concrètement, il s’agit de créer au sein du même document, plusieurs variantes de celui-ci. Des mises en pages alternatives permettant de décliner votre travail pour plusieurs formats différents. Imaginons que vous préparez un document numérique dédié au format iPad. Vous souhaitez également adapter votre document au format Kindle Fire. Plus besoin de créer un nouveau document pour ceci, le panneau pages vous permet de créer une variante de votre première mise en page. Si vous avez de plus utilisé l’outil Pages pour créer des règles de mise en page alternatives, le gros du travail est fait. Vous n’aurez plus qu’à peaufiner votre variante pour qu’elle corresponde au mieux à vos attentes. Il est également possible de partager l’écran en deux, pour visualiser la mise en page originale en même temps que la variante, de réorganiser le styles en dossiers distincts, et de modifier votre variante sans toucher au premier document. Cette dernière fonction ressemble d’ailleurs beaucoup à une fonction présente sous QuarkXpress 9, qui, s’il est en retard sur InDesign côté édition numérique, intègre des fonctions intéressantes dans sa dernière mise à jour.

Publication numérique et CS6

La seconde nouveauté importance de cette version CS6 d’InDesign est la publication destinées aux readers & tablettes. De la création du document à son export pour les terminaux numériques, tout le processus de création d’édition numérique a été amélioré.

Création de documents numériques
Dans la version CS5.5 du logiciel, seules deux options de création de document nous étaient proposées : impression ou web. Dorénavant, il est possible d’orienter plus encore votre document dès sa création : Impression, Web ou Publication Numérique, puis d’affiner ce choix dans le sous-menu Publication numérique, qui comprend des formats par défauts (IPad, Kindle, Nook, Androïd) et offre la possibilité de créer son propre format personnalisé. A noter également la possibilité de créer des formes de textes complexes réagissant parfaitement avec la redistribution du texte et le chaînage des blocs : il devient possible de créer des gabarits multi-colonnes, d’importer du texte dans un bloc de forme, tout en conservant les options étendues de redistribution de texte d’InDesign. Le reste de la fenêtre d’option de création de document ne change pas vraiment. On notera également l’apparition de l’option « Dimensionnement dynamique » (une autre magnifique traduction) dans la fenêtre d’option de bloc de texte, qui permet de prévoir la redistribution du texte en cas de changement de résolution (comme on le ferait avec un webdesign « responsive »).

Export au format ePub 3
La grande nouveauté de cette version, est la possibilité d’exporter les documents au format ePub 3. Bien que ce format soit encore très peu exploité sur les différents readers & tablettes du marché (en fait, seul IOS permet la lecture de fichiers ePub 3, à la sortie de CS6), cette option est très intéressante, et nous permettra de jouer avec les possibilités du format (intégration de sons, de vidéos, d’HTML5, d’éléments javascript, images SVG, méta-données enrichies…). L’export ePub 2 est bien sûr toujours possible, c’est même indispensable, puisque la majorité des terminaux actuels n’est compatible qu’avec cette version.



http://www.myleneb.fr/nouveautes-indesign-cs6/

developper InDesign

Adobe InDesign CS6 Scripting Tutorial
Adobe InDesign CS6 Scripting Guide: AppleScript
Adobe InDesign CS6 Scripting Guide: JavaScript

http://www.adobe.com/devnet/indesign/documentation.html

Différences entre les versions InDesign CC et CS6

en plus dans CC:
Bibliothèques Creative Cloud; Intégration avec Adobe Stock; Intégration avec Adobe Comp CC; Performances supérieures; Importation d'images dans des cellules de tableau; Ombrage des paragraphes; Publish Online (aperçu); Outil Thème de couleur; Intégration avec Adobe Color; Interactivité améliorée dans les mises en page fixes EPUB; Mise en page fixe EPUB; Mise à niveau aisée; Groupes de couleurs; Intégration avec Behance; Mise à l'échelle des effets; Recherche optimisée; HiDPI; Optimisation des notes de bas de page; Optimisation du générateur de code QR; Amélioration de l'assemblage; Polices Typekit

http://www.adobe.com/fr/products/indesign/versions.html

comparaison des versions CC
https://www.adobe.com/fr/products/indesign/features.html

FAQ

1/ Je dispose actuellement d’une licence permanente pour une ancienne édition d’Adobe Creative Suite. Puis-je utiliser les produits Creative Suite et les applications Creative Cloud sur le même ordinateur ?

Oui. L’installation de votre produit Creative Suite existant n’est pas affectée par l’installation d’applications de produit CC. Ainsi, vous pouvez installer et utiliser Photoshop CS6 sous licence permanente sur le même ordinateur que Photoshop CC.
https://helpx.adobe.com/fr/creative-cloud/faq.html

2/ Qu’advient-il de mes avantages si je décide de mettre fin à mon abonnement ?

Vous continuez à avoir accès aux avantages gratuits proposés aux membres de Creative Cloud et, si vous avez enregistré vos travaux sur votre ordinateur, vous pourrez continuer à accéder aux fichiers qui y sont stockés. En revanche, vous n’avez plus accès aux applications pour postes de travail Creative Cloud, ni à la plupart des services liés aux abonnements Creative Cloud. Enfin, l’espace de stockage dont vous disposez dans le cloud est réduit à 2 Go.

3/ Que deviennent les fichiers stockés dans Creative Cloud si je résilie ou rétrograde mon abonnement ?
Vos fichiers Creative Cloud sont stockés à la fois sur votre ordinateur et sur les serveurs Creative Cloud. Si vous résiliez votre abonnement ou que vous le rétrogradez en abonnement gratuit, vous pourrez toujours accéder aux fichiers enregistrés dans le dossier Creative Cloud sur votre ordinateur ou via le site web Creative Cloud.

Votre abonnement payant sera rétrogradé en abonnement gratuit, qui offre 2 Go d’espace de stockage. Si vous utilisez plus de 2 Go d’espace de stockage, vous ne pourrez pas charger de nouveaux fichiers dans le cloud. Pour charger de nouveaux fichiers, supprimez des fichiers sur le serveur Creative Cloud jusqu’à ce que le volume de stockage que vous utilisez soit inférieur à 2 Go.


Si vous avez dépassé l’espace de stockage alloué, vous disposez de 90 jours pour réduire votre utilisation en ligne. Si vous ne le faites pas, vous risquez de ne plus pouvoir accéder à tout ou partie de vos fichiers enregistrés sur les serveurs Creative Cloud (qui était Votre propre portfolio en ligne, des polices de qualité et 20 Go d’espace de stockage).

4/ Est-il possible d’exporter des fichiers d’une application CC vers CS6 ?

La plupart des applications pour postes de travail Creative Cloud permettent d’exporter des fichiers exploitables avec la version Creative Suite 6 de la même application. Adobe devrait continuer à doter d’une fonction d’exportation vers CS6 les applications qui en proposent déjà une. Il est possible que les fonctionnalités ajoutées ultérieurement aux applications pour postes de travail après CS6 ne soient gérées ni dans le fichier exporté, ni par la version CS6 de l’application.
Les applications suivantes permettent d’exporter un fichier exploitable dans leurs versions CS6 :
Photoshop; InDesign; Illustrator; Animate (précédemment appelé Flash Professional); After Effects.

IDML

IDML (InDesign Markup Language)

http://www.adobe.com/devnet/indesign/documentation.html

Scribus

Scribus est un logiciel libre de PAO, distribué sous licence GNU GPL. Il est basé sur le framework Qt, par conséquent, il fonctionne nativement sur les systèmes UNIX, Linux, Mac OS X, Windows et OS/2:
Il est connu pour son large éventail de fonctionnalités de mise en pages, comparable aux principales applications professionnelles dans le domaine de la PAO, telles que Adobe InDesign ou QuarkXPress.

Import/export

Scribus utilise une instance de XML, le SLA, comme format natif de document. Le texte peut être importé à partir de documents textes OpenDocument, ainsi que les formats Apache OpenOffice Writer, LibreOffice Writer, Microsoft Word et HTML (bien que certaines restrictions s'appliquent). Les fichiers ODT peuvent généralement être importés avec leurs styles, qui sont ensuite gérés dans Scribus.
Scribus 1.5 importe les fichiers de format RTF ainsi que XTG de QuarkXPress, IDML et IDXML de Adobe InDesign, PUB de Microsoft Publisher.

Scribus ne peut ni importer ni exporter les fichiers Quark ni inDesign:
The main reason is that all these applications are using proprietary file formats. More importantly, they are binary, not text and therefore not "human-readable." This means that it isn't possible to take a look at the file's content and understand what it means. Only the manufacturer knows how document elements like frames, texts, images and so on are stored in the file. In principle, it would be possible to "hack" (re-engineer) these data formats. But this is a) a lot of work and b) in some cases illegal.

In practice, the legality is tricky. Most of the time, it seems that file format patent holders will allow you to read their formats freely but prevent writing to "their" format. So one might argue that probably reading these file formats is unlikely to generate a challenge.

Scribus uses another approach. Scribus is completely OpenSource, and so also its document format is open. Just open a Scribus SLA-document in your favorite text editor and you will see what I mean: although it is a little bit complicated, you can identify every element of your document, first of all because all the elements are printable characters. In fact, the SLA file format is a special kind of XML.

The Scribus developers are working hard on improving Scribus. Making Scribus the best available OpenSource DTP application needs all their power and time. So, until Adobe, Quark etc. will make their fileformats open and free available, Scribus will not support them.

As a result of the hard work, however, there are some ways to import documents originating from these applications :

    scribus 1.5 has a basic xtg import ability for Quark Xpress
    scribus 1.5 can reads IDML created by In Design