LibreOffice linking to bibliography - libreoffice

Hello I am writing my bachelor thesis in LibreOffice-Writer (Version: 6.3.6.2) and have a problem with the bibliography.
I have created the corresponding bibliography and can refer to it in the text. But unfortunately the entries in the text are not linked to the entry in the bibliography. So I cannot click in the text on the entry e.g.: [1] to jump to the entry in the bibliography.
Do I really have to link the entries in the text by hand, or does anyone have an idea how to do this automatically.
I am grateful for every suggestion.

Related

The auto numbering/bullets of the Source MS Word document do not automatically align with those of the Destination MS Word document

It happens when a user inserts a Word Document(Source) into another Word Document(Destination) - auto numbering/bullets didn't work...
I wont to insert text here, and continue auto-numbering of source as it in destination:
Step 1
But it inserting above without auto-numbering:
Step 2
I have an answer from MS that it's a feature of MS Word :(.
So, the question is - is it possible to automatically align the above either by use Word Automation ( via C# , .NET Interop Word APIs )?
I mean to align the source document contents as per the destination document’s Auto-numbering. The same is about Bullets...
Please help - we are open to any suggestions/ recommendations.
Both documents need to have the same style definitions for both the Paragraph Style of the text being copied and also the List Style that organizes the numbering or bullets. Using automation, you can copy styles between the files before actually moving the numbered or bulleted text.
I agree with John.
The basic idea is to use the Define New MultiLevel List Dialog to define a new multilevel list in which each level you would be using is attached to an existing paragraph style. A paragraph style can be attached to only one level in one list. Then use the styles to apply the numbering.
Once you have them set up, you apply the numbering by using the styles, not the numbering controls.
Setting up the numbering linked to styles can seem a bit convoluted. Step-by-step instructions for doing it in Windows can be found here:
http://www.shaunakelly.com/word/numbering/numbering20072010.html
Backup: http://web.archive.org/web/20130510174814/http://www.shaunakelly.com/word/numbering/numbering20072010.html
For a Mac, John has a page showing the Mac controls to accomplish it.
http://www.brandwares.com/bestpractices/2016/06/outline-numbering-in-word-for-os-x/
Backup link: http://web.archive.org/web/20200912134758/http://www.brandwares.com/bestpractices/2016/06/outline-numbering-in-word-for-os-x/
These describe the only known ways to have consistent numbering in Word in heavily-edited / co-authored documents.

Generate .hhk file From Word Document

I am trying to convert MS Word file to chm file. I have a well organized word document. But,I could not figure out how to word saved as a html file to chm file. I know I can add html file to created project but there are some issue such that I could not solve how to convert ms word table of content file to index file in html help workshop program. I would be very happy If someone provide some example about conversion of word documents.(I am trying to achieve this thorough HTML Help Workshop program)
Best regards,
Converting a Word document to CHM format is difficult without special (often expensive) tools and has a learning curve.
You should think about whether the PDF format is not sufficient. But the CHM format - integrated in the Windows operating system - has of course some popular functions.
I recommend to read through Search and Index not working after converting from Word 2016 to CHM.
As I mentioned in my answer I never used chmProcessor before (because using other tools) but surprisingly seems to be a good one for converting Word documents in a simple way.
Please try chmProcessor for your needs. You may want to ask a new question here on SO later.
Edit:
Maybe you have additional interest in the following CodeProject article:
How to Easily Write a User's Guide for Your Application using Different File Extensions

Autoformat word table in perl

I have created a word document in perl with normal text and tables.
Now i want to format my table but i can't find the way to do this.
I know to put a format on my table i need to execute following command
$table->AutoFormat(x); with x being e number from 0 to ....
But there are a lot of table styles. I want just a normal one (which is style 16) but i want to assign the border lines and vertical lines myself to create a table by my choosing. Does anyone knew the syntax for this one , or a documentation of the autoformat syntax so that i know which number is which table style
I know this is a question for documentation or tutorials but i searched a lot online and can't find any explanation about the autoformat syntax. And which numbers represet the border or the style . I hope some could help me out here.
You need to look at Microsoft's Visual Basic documentation for the
Word object model.
The OLE interface is simple to understand from there
The page for Table.AutoFormat is here

Transfer number references to name references in word

I have a page of references with numbers.
1. name of article
2. name of article
3. name of article
I want to remove the numbers and have only the names. Plus, across the whole word file I have the references set as numbers as well ([1], [2]) and I want the references across the whole document to be changed to this format
Balila et al. 2003; Marcus and Balila 2005; Fram 2007; Arazy and Fredman 2009
for example.
The number references are linked across the whole document.
any ideas?
Thanks!
I was able to do it with a program called EndNote X7!
Just go to their website and download the 30-day trial
After installing the program, you will have a tab in word's ribbon with the program's name and you will be able to change to any format you need.
EndNote X7 download

Generate link to table of contents from a headline in Org

When I export my org file to HTML, it generates a table of contents from my headlines. However, I want every headline to have a link back to its entry in the table of content. Is there a way to do this?
I found the answer here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00028.html
I realized what I need is a floating table of content. And worg.css provides just that: http://orgmode.org/worg/style/worg.css
This is an awesome CSS.