Giter VIP home page Giter VIP logo

phd_thesis's People

Contributors

cassianorabelo avatar pfasante avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

phd_thesis's Issues

[bug] End of page citation problem.

See error in figure: https://share.getcloudapp.com/5zuYekkJ

I have the same author been cited in paragraphs that are near. The first time he is cited is on one page, and then it should be "sidecited" again in the beginning of the next page. But the citation appears in the previous page, in the wrong margin (or in the correct margin in the wrong height).

How can I help fix this?

Main body font-size

Hello Friedrich,
sorry for using the issue to ask this question... I don't have other means to contact you.
I was trying to increase the font-size of the main body text, but it started to break things. I believe I'm doing it wrong. Do you mind pointing me to the proper way of doing that? What about the text in the caption of the figures? Thank you.

Figures in side margin

Hello Friedrich.
Is there a way to tell the images placed on the side margin to "flow" to the top of the free space available on the side margin, instead of them getting placed where they appear in the text? Here is an example where an image's caption goes out of the page due to being placed where it appears in the text. In (a) is what is happening. (b) is what I would like.

image

This is how I'm placing images inside the margin:

\marginpar{%
	\captionsetup{type=figure}
	\includegraphics[width=\linewidth]{my-figure}\\
	\captionof{figure}[My figure caption]{%
              This is the caption
	}\label{fig:my_fig}
}

On a similar issue, would it be possible to do that with citations as well? Instead of having them aligned to where they appear in the text?

Thank you.

wortmarke(.pdf) is missing

The file "wortmarke.pdf" is needed in the file "frontbackmatter/titlepage.tex", but is being ignored due to an entry in the .gitignore file.

[Question] Does the class anyhow control page break?

I have a "feature" in my dissertation that I am not sure if came with phd_thesis or if I inserted someway.
Sometimes, if I have a paragraph that will start near (up to a few cm) to the end of the page, there is a page break and then the paragraph is inserted. Is this from phd_thesis?

I would like at least to be able to customise it or remove it completely. Any idea?

(https://share.getcloudapp.com/GGuW6ejm)
(https://share.getcloudapp.com/JruD1ZRb)

[question] How to cite inside a footnote?

In your example dissertation, the footnote is a sidenote. When I try to cite inside a footnote, only the footnote mark appears in the rendering. The footnote does not show.

In the figure caption, I solved a similar problem by adding a \footenotemark and then outside the figure a \footnotetext.

But here I have no clue.

Full page width figures

Turon's thesis (as well as Tufte's LaTeX template) has full page width figures like the one below (fig. 5.6).

Screen Shot 2019-08-14 at 17 52 15

I tried a few different ways to achieve that, but didn't succeed.
Is this possible? Could you help with that?
Thanks.

[question] How to change the top margin?

I have been trying to make some tweaks to better resemble Turon's thesis. I think the top margin is a little bigger (maybe 1cm bigger, even more in ToC).

I have tried:

\setlength{\topmargin}{50mm}% exaggerated
\setlength{\headheight}{50mm}% exaggerated

Also, tried changing the textheight

\newenvironment{fullwidth}{%
    \newgeometry{
      inner=26mm,
      outer=26mm,
      textheight=200mm}
    \aliaspagestyle{chapter}{fullwidthplain}
    \pagestyle{fullwidth}
}{%
    \restoregeometry
}

and textheight and top

\newenvironment{fullwidth}{%
    \newgeometry{
      inner=26mm,
      outer=26mm,
      top = 50mm,
      textheight=200mm}
    \aliaspagestyle{chapter}{fullwidthplain}
    \pagestyle{fullwidth}
}{%
    \restoregeometry
}

Minitoc per chapter

Hi! Thank you very much for this template. It is amazing.
I am trying to add a mini table of content at the beginning of each chapter.
I tried with \minitoc, but I experience error.
Do you know how to do it easily?
Thank you very much

side citation not matching main text citation style

If I change the citation style to "numeric", the citations on the margin use a different (fixed) style. I've been trying to make one match the other manually, but wasn't able to.
I believe I have to change the "\newbibmacro{sidecite}" macro, but I don't know how.

Could you help me with that? I'm not talking about a way to automatically match both, only where to change to make them match manually.
Thanks!

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.