Teclado en Indesign CS6 Español

Buenas tardes:

Cuando introduzco text en Indesign CS6 not me respeta las command del teclado Español: No. appears the n (al pulsar aparace punto y coma), el acto not lo pone, al pulsar tecla interrogacion sale el guion bajo... Esto no me compares con Photoshop CS6 or Illustrator CS6 en, estos programas TR respeta el teclado. Trabajo en Windows 7.

A greeting

Nacho, porque no the tests in el foro en Español http://forums.adobe.com/community/international_forums/espanol

Alli hay gente usa el teclado en Español y talvez you can help.

Tags: InDesign

Similar Questions

  • Sierra Adobe breaks makes inDesign CS6

    Hi people,

    I get a finger of download that sting for Sierra, my question should I break inDesign CS6?

    I have a bit of jump some operating systems, I also expect...?

    Thank you.

    using Yosemite 10.10.5

    Reported problems with Illustrator but CS6 is not longer supported by Adobe and was not compatible with the Mavericks and after according to Adobe. Apple does not solve the problem if you run into something, and adobe has no software open source so that others could provide a patch. I'm agree with your position not to be bullied into buying a subscription for the software with my humble OPINION less than stellar customer service I need to contact once a week, it was the decision of the Adobes.

  • I get a certificate error when starting Adobe InDesign CS6 - RESOLVED

    (Sorry if this is in the wrong section, I couldn't find one that seemed right to me)
    --------------------------------------------------------------------------------------
    When I open InDesign CS6, this window appears:

    I read here that it's to do with authentication of Web site, so I don't see why it should come in InDesign.
    If I click View Certificate, I get this:

    All the other Adobe programs work fine, but if I ignore the box and try to use InDesign, it crashes. If I click on Yes, I continue to use InDesign as usual.

    Today, it's never happened before.

    Is it possible to stop this?

    (Sorry if this is in the wrong section, I couldn't find one that seemed right to me)
    --------------------------------------------------------------------------------------
    When I open InDesign CS6, this window appears:

    I read here that it's to do with authentication of Web site, so I don't see why it should come in InDesign.
    If I click View Certificate, I get this:

    All the other Adobe programs work fine, but if I ignore the box and try to use InDesign, it crashes. If I click on Yes, I continue to use InDesign as usual.

    Today, it's never happened before.

    Is it possible to stop this?

    Contact Adobe.
    http://helpx.Adobe.com/x-productkb/global/certificate-updates.html

  • InDesign CS6 has built-in capabilities for Images to zoom-in for e-books?

    InDesign CS6 has built-in features that control the images to zoom in and out on the 'click' or 'pointer' when creating of electronic books; or do you need JavaScript?

    Yves, hi.:

    I really appreciate your response!

  • InDesign CS6 ACE certification

    Hi all!

    I read online the other day that Adobe is planning to retire the Indesign

    CS6 ACE review in November. Anyone know if that is correct?

    I use Indesign CS6 and would try to become certified for ACE

    InDesign CS6 before they pull out of this review. Useful links there

    or materials they would recommend that I use for study in this review? I have

    more than two years of experience working with Indesign and work with the

    request five days a week. I'm going through the 'Adobe Indesign CS6.

    Classroom in a Book by Adobe press' and I was happy to walk around so everybody out

    There is another study guide, they would recommend to help me prepare

    for the review.

    Thanks in advance for your advice!

    That is right.

    If you go on the site of Pearson/view to look at the examination, you are interested, you have the option to PAY for certain examination questions for the study which will be useful to isolate what parts of the program, you need to study.

  • in InDesign CS6 text appears white when I select the text... :(

    For some time in InDesign CS6 text appears white when I select the text. And remains white when I it deselect.

    It is necessary to another page, higher or lower, to have the text re-appear.

    Mac OS X El Capitan 10.11.6

    InDesign 8.1.0.419

    Make Explorer 5.5

    Adobe fonts

    If anyone has an idea...

    PS Yes:

    -J' cleaned out font caches

    -J' deleted Indesign preferences

    If you mean that the text seems to disappear, then it seems to be a relatively common problem with CS6 in El Capitan.

    I use CS6 with El Capitan and you encounter this problem sometimes. It happens constantly some days and other days not at all, but I've never established exactly what triggers it.

    As Bob says, CS6 is not supported, so it will not be a solution, but if this is the problem that you are experiencing then tap the display between 'Preview' and 'normal' pressing 'w' will fix it - temporarily.

  • How creat special infographic graphic in Adobe Illustrator CC2015 Adobe Indesign CS6

    Hi guys,.

    How creat infographic special cane graphs to help please as I atteche in short form. I use Adobe Illustrator CC 2015 and Adobe Indesign Cs6 please see the screen shot as bleo I want to do this type of graphics please saher all video ttorials like... I am wationg for my replay

    http://i.stack.imgur.com/QSIfm.PNG

    1.jpg

    2.jpg5.jpg

    Thank you

    The first two are similar to radar charts. Please see the documentation on how to use the chart tools.

    How to create graphs in Illustrator

    Perhaps you might do a third as well, but in case you have another software that can display a vector file then it might be easier to create the data in one Office application, and then save it to PDF format for further editing in Illustrator.

  • Establishment of environment of Visual Studio 2015 for the creation of plugins for InDesign CS6

    Hello, I am currently developing plugins for Adobe InDesign CS6 and I am currently using Visual C++ in Visual Studio 2015 and I can't import Adobe environment in visual studio, because the available guide refers to Visual Studio 2010.  Should which directory I pay to go to what parts of the SDK?  Thank you very much.

    directories.jpg

    Hi Jacob,

    Some tips for you, VS 2015 is not recommended for dev environment. CS6 InDesign plugin. You will meet all kinds of issues if you use for creating plugins CS6 2015, are some of the issues you may face

    1. Compilation or linking errors
    2. Random crashes, while the plugin is running, if you manage to get that much.

    The main reason for this is the different versions of libraries CRT used by different versions of VS, which used once all causes all sorts of compatibility issues.

    I would recommend that you follow the recommended by Adobe in the SDK VS version.

    Now in regards to putting in place the project settings, you must configure the following paths mainly to point to different paths of the SDK

    1. Include paths for the C++ compiler, these are directories that contain different header files. This will contain multiple paths, see the sample project SDK for more details
    2. Path for libraries that need to be linked to your project, see Linker of a SDK project.
    3. Include the path to the resource compiler
    4. Apart from this, you can also set the executable directories, as shown in the screenshot you attached. This is used to designate certain executables that are used during the accumulation of the generation of the project phase.

    You could refer to the sample project SDK for details, I would recommend that you base your new project on a sample project of SDK software for beginners and once you are comfortable with the settings, you can go ahead and write your own project to project depending on how you like to your Setup project the configuration files. For more details on how to write configuration files for VS projects to do a google search on it.

    Hope that this info gets you started.

    -Manan

  • InDesign CS6: update of TOC makes unusable InDesign?

    Hello

    I use InDesign CS6 on 64 Bit Windows 10 right now to create a school report. At some point, I created a table of contents of the entire book. As I restyled content in one of the documents in the book, I had to update the table of contents.

    For the moment I clicked on "Layout" > "Update Table of contents", I heard a notification sound (for the dialog box "Table of contents has been updated"). But the dialog box that combines this noise ("Table of contents has been updated") does not!

    As a result, any screen that is filled with InDesign area becomes unclickabe (I hear sound error every time I click on it). Furthermore, I can't perform any action, like save the documents/book. I think this is due to the fact that the "Table of contents was updated correctly-" dialogue does not appear, but it is hidden somewhere in any case. Now my InDesign window is blocked and I can't save my documents more...

    Can someone help me? I would at least save my progress unregistered, or be able to get it back if I have to force - quit InDesign to operate again.

    Thank you!

    Jeroen

    Well, I looked a little more and found out that InDesign retrieves files not saved at startup (link). It turns out that, InDesign saves the changes in its cache of recovery every minute. For me, it was quite safe to just force-close it and restart InDesign.

    So whenever this kind of weird error happens, there is a great chance you can just force - close and restart InDesign, as he will take care of any change of / / / Unsave, which will apply to your documents/books then opened.

  • InDesign CS6 reinstall with beta key

    Hello

    I have a computer with InDesign CS6 installed and I will be performing a clean install of Windows 10. I used a key Locator to find the key and spoke with a conversation agent who told me it was a beta key.

    My questions are:

    (1) where to find the InDesign CS6 installer that works with this key?

    (2) I'll be able to use this key for the installation of InDesign CS6 after completing the clean install of Windows 10?

    I appreciate any assistance. Thank you.

    * edit * I don't know where the key came from, or who bought it (if not free), right now.

    Series a beta version is valid only during the beta and is not valid after several years. You must purchase your own license. I wonder if the Version worked so long after the liberation, normally, it stops to work when a product reaches the market.

  • InDesign CS6 link real and effective Panel missed ppi PhothShop eps

    InDesign CS6 link real and effective Panel missed ppi PhothShop eps

    ohmnath wrote:

    Hi Lapiz,

    This is an expected behavior. You will get information ppi for raster as JPEG images, not for the vector images based as EPS.

    Kind regards

    OM

    Hello Om,

    in place of the image files EPS PhotoShop, InDesign is able to calculate the effective PPI.

    Not in the links Panel, but with its preflight feature.

    Here is an example for some parameters with a preflight profile.

    Note: The values are examples. Insert values that correspond to your needs.

    Set your minimum values high enough and you will be reported on each value effective ppi for every PhotoShop image placed in your document.

    In my view, an expected behavior would be to calculate the effective ppi for PhotoShop EPS images in the links Panel.

    Like preflight display, it can be done.

    Kind regards
    Uwe

  • Buy Indesign CS6

    Hello, is it possible to purchase the software InDesign CS6? At what cost?

    Thanks in advance

    Yes, but only by telephone from Adobe After they try to convince you not to do so: Creative cloud now includes Creative Suite Master Collection and...

  • I have my InDesign CS6 software crashes when the display of the Welcome screen.

    I have my InDesign CS6 software crashes when the display of the Welcome screen.

    Have you tried to restore your InDesign preferences?

    Garbage, replace, reset or restore the application's preferences

  • My InDesign CS6 does not open after expiration of CC 15 day trial.

    My InDesign CS6 does not open after expiration of CC 15 day trial. The only option is to subscribe to the CC. I don't want to subscribe, I want to use my copy of the CS6. I uninstalled and reinstalled ~ no still no chance.  Anyone know how to open it?

    If you have installed cs6 install the subscription, it will capture your license CS6. Common sense would have been to disable CS6 before install CC as CS6 contains its own (and better kind) CS6 software with more upgrades and possibilities than the old version in a box.

    If you can not install CS6 with your own serial number for this reason, you will need to contact Adobe to reset the activations.

  • Export InDesign CS6 does not

    Hello

    I use Indesign CS6, on Windows 7.

    Export in jpeg and PDF export has stopped working.

    This is what happens:

    • When I export to JPEG, without export window appears, and nothing is exported.
    • When I export in pdf, in some cases no window appears.  But sometimes, an export window appears and I can choose the presets, but all options are empty gray windows

    emptypdfwindow.JPG(I created a new document with only a textframe with a single word, to test generate them screenshots.)

    • When I close then, indesign crashes!

    I tried the following:

    • Restart the pc
    • cache cleanup
    • export from a new file almost empty
    • Recreate InDesign preferences files
    • generate a PDF from my Illustrator file still works

    A few days earlier, things worked again perfectly.  I don't know what has changed since then to make export stop working.

    Any help would be appreciated,

    Thanks in advance,

    Sara

    I deleted the complete C:\Users\username\AppData\Roaming\Adobe\InDesign\Version 8.0

    It's working now.

    Yet to know what settings are lost now, but at least that I can continue my work.

Maybe you are looking for